-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding changes for Fleet v4.62.3 #25768
base: main
Are you sure you want to change the base?
Conversation
@@ -2,7 +2,7 @@ terraform { | |||
required_providers { | |||
aws = { | |||
source = "hashicorp/aws" | |||
version = "~> 4.62.2" | |||
version = "~> 4.62.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like we hit several terraform AWS module versions with our pattern match.
@@ -2,7 +2,7 @@ terraform { | |||
required_providers { | |||
aws = { | |||
source = "hashicorp/aws" | |||
version = "~> 4.62.2" | |||
version = "~> 4.62.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
@@ -20,7 +20,7 @@ terraform { | |||
required_providers { | |||
aws = { | |||
source = "hashicorp/aws" | |||
version = "~> 4.62.2" | |||
version = "~> 4.62.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one too
@@ -15,7 +15,7 @@ terraform { | |||
required_providers { | |||
aws = { | |||
source = "hashicorp/aws" | |||
version = "~> 4.62.2" | |||
version = "~> 4.62.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just making sure to highlight each of these
@@ -2,7 +2,7 @@ terraform { | |||
required_providers { | |||
aws = { | |||
source = "hashicorp/aws" | |||
version = "~> 4.62.2" | |||
version = "~> 4.62.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
@@ -9,7 +9,7 @@ No requirements. | |||
|
|||
| Name | Version | | |||
|------|---------| | |||
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.62.2 | | |||
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.62.3 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
@@ -6,7 +6,7 @@ No requirements. | |||
|
|||
| Name | Version | | |||
|------|---------| | |||
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.62.2 | | |||
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.62.3 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
charts/fleet/Chart.yaml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to manually increment the chart version?
No description provided.