Skip to content
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

fix(deps): update patch-grouped #199

Merged
merged 2 commits into from
Dec 21, 2024
Merged

fix(deps): update patch-grouped #199

merged 2 commits into from
Dec 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/upload-artifact action digest b4b15b8 -> 6f51ac0
awscli patch 2.22.17 -> 2.22.22 age adoption passing confidence
github.com/aws/aws-sdk-go-v2 require patch v1.32.6 -> v1.32.7 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/config require patch v1.28.6 -> v1.28.7 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/iam require patch v1.38.2 -> v1.38.3 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/kms require patch v1.37.7 -> v1.37.8 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/opensearch require patch v1.45.0 -> v1.45.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/s3 require patch v1.71.0 -> v1.71.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/sts require patch v1.33.2 -> v1.33.3 age adoption passing confidence
github.com/gruntwork-io/terratest require patch v0.48.0 -> v0.48.1 age adoption passing confidence
sigs.k8s.io/aws-iam-authenticator require patch v0.6.28 -> v0.6.29 age adoption passing confidence
terraform patch 1.10.2 -> 1.10.3 age adoption passing confidence
terraform-aws-modules/eks/aws (source) module patch 20.31.4 -> 20.31.6 age adoption passing confidence

Before merging, always check with the release notes if any other changes need to be done.


Release Notes

aws/aws-cli (awscli)

v2.22.22

Compare Source

v2.22.21

Compare Source

v2.22.20

Compare Source

v2.22.19

Compare Source

v2.22.18

Compare Source

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.32.7

Compare Source

gruntwork-io/terratest (github.com/gruntwork-io/terratest)

v0.48.1

Compare Source

Modules affected

  • helm
  • azure
  • aws
  • k8s

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.48.0...v0.48.1

kubernetes-sigs/aws-iam-authenticator (sigs.k8s.io/aws-iam-authenticator)

v0.6.29

Compare Source

Changelog

  • 8769c8f Merge pull request #​796 from shizuchanw/release-0.6
  • aca3ff0 create new release 0.6.29
  • 95bc574 Merge pull request #​795 from shizuchanw/release-0.6
  • 4afdfe0 Update configmap test per 1.32.0 change in client-go
  • 9860541 Update upstream dependencies to v1.32.0
  • 3b3bf6f chore: Update to go 1.23.4
  • 8b44a87 deps: Update golang.org/x/crypto library to remediate high CVE
  • de99594 Merge pull request #​787 from kmala/release-0.6
  • b491736 handle scenario when the file is created but doesn't have content
hashicorp/terraform (terraform)

v1.10.3

Compare Source

1.10.3 (December 18, 2024)

BUG FIXES:

  • Terraform could panic when encountering an error during plan encoding (#​36212)
terraform-aws-modules/terraform-aws-eks (terraform-aws-modules/eks/aws)

v20.31.6

Compare Source

Bug Fixes

v20.31.5

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource       | package                                         | from    | to      |
| ---------------- | ----------------------------------------------- | ------- | ------- |
| github-tags      | aws/aws-cli                                     | 2.22.17 | 2.22.22 |
| go               | github.com/aws/aws-sdk-go-v2                    | v1.32.6 | v1.32.7 |
| go               | github.com/aws/aws-sdk-go-v2/config             | v1.28.6 | v1.28.7 |
| go               | github.com/aws/aws-sdk-go-v2/service/iam        | v1.38.2 | v1.38.3 |
| go               | github.com/aws/aws-sdk-go-v2/service/kms        | v1.37.7 | v1.37.8 |
| go               | github.com/aws/aws-sdk-go-v2/service/opensearch | v1.45.0 | v1.45.1 |
| go               | github.com/aws/aws-sdk-go-v2/service/s3         | v1.71.0 | v1.71.1 |
| go               | github.com/aws/aws-sdk-go-v2/service/sts        | v1.33.2 | v1.33.3 |
| go               | github.com/gruntwork-io/terratest               | v0.48.0 | v0.48.1 |
| go               | sigs.k8s.io/aws-iam-authenticator               | v0.6.28 | v0.6.29 |
| github-releases  | hashicorp/terraform                             | 1.10.2  | 1.10.3  |
| terraform-module | terraform-aws-modules/eks/aws                   | 20.31.4 | 20.31.6 |
Copy link
Contributor Author

renovate bot commented Dec 21, 2024

ℹ Artifact update notice

File name: test/src/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 10 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.23.4
github.com/aws/aws-sdk-go-v2/credentials v1.17.47 -> v1.17.48
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 -> v1.16.22
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 -> v1.3.26
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 -> v2.6.26
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.25 -> v1.3.26
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.6 -> v1.4.7
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 -> v1.12.7
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.6 -> v1.18.7
github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 -> v1.24.8
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 -> v1.28.7

Copy link
Contributor Author

renovate bot commented Dec 21, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@infraex-misc
Copy link
Contributor

infraex-misc bot commented Dec 21, 2024

This PR has been auto-approved as it does not involve major changes. Workflow run: See details

@infraex-misc infraex-misc bot merged commit a29f097 into main Dec 21, 2024
14 checks passed
@infraex-misc infraex-misc bot deleted the renovate/patch-grouped branch December 21, 2024 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants