cluster-api-provider-aws
cluster-api-provider-aws copied to clipboard
:seedling: Bump the dependencies group across 1 directory with 11 updates
Bumps the dependencies group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/aws/amazon-vpc-cni-k8s | 1.15.5 |
1.18.5 |
| github.com/aws/aws-lambda-go | 1.41.0 |
1.47.0 |
| github.com/aws/aws-sdk-go-v2/service/sts | 1.28.6 |
1.32.2 |
| github.com/coreos/ignition/v2 | 2.16.2 |
2.19.0 |
| github.com/gofrs/flock | 0.8.1 |
0.12.1 |
| github.com/onsi/ginkgo/v2 | 2.19.1 |
2.20.2 |
| github.com/openshift/rosa | 1.2.46-rc1.0.20241003145806-a4af6ae81a7c |
1.2.46 |
| sigs.k8s.io/aws-iam-authenticator | 0.6.13 |
0.6.27 |
Updates github.com/aws/amazon-vpc-cni-k8s from 1.15.5 to 1.18.5
Release notes
Sourced from github.com/aws/amazon-vpc-cni-k8s's releases.
v1.18.5
What's Changed
- Improvement - Filter out interfaces with no ip info by
@Pavani-Panakantiin aws/amazon-vpc-cni-k8s#3047New Contributors
@Pavani-Panakantimade their first contribution in aws/amazon-vpc-cni-k8s#3047To manually apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.5/config/master/aws-k8s-cni.yamlNote that the following regions use different manifests:
us-gov-east-1:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.5/config/master/aws-k8s-cni-us-gov-east-1.yamlus-gov-west-1:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.5/config/master/aws-k8s-cni-us-gov-west-1.yamlcn:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.5/config/master/aws-k8s-cni-cn.yamlTo apply this release using helm:
Follow the installation instructions in https://github.com/aws/amazon-vpc-cni-k8s/blob/v1.18.5/charts/aws-vpc-cni/README.md#installing-the-chart
Verify the update:
$ kubectl describe daemonset aws-node -n kube-system | grep Image | cut -d "/" -f 2-3amazon-k8s-cni-init:v1.18.5 amazon-k8s-cni:v1.18.5 amazon/aws-network-policy-agent:v1.1.3Full Changelog: https://github.com/aws/amazon-vpc-cni-k8s/compare/v1.18.4...v1.18.5
v1.18.4
What's Changed
- Dependency - Bump golang.org/x/sys from 0.21.0 to 0.22.0 in aws/amazon-vpc-cni-k8s#3005
... (truncated)
Changelog
Sourced from github.com/aws/amazon-vpc-cni-k8s's changelog.
v1.18.5
What's Changed
- Improvement - Filter out interfaces with no ip info by
@Pavani-Panakantiin aws/amazon-vpc-cni-k8s#3047New Contributors
@Pavani-Panakantimade their first contribution in aws/amazon-vpc-cni-k8s#3047v1.18.4
What's Changed
- Dependency - Bump golang.org/x/sys from 0.21.0 to 0.22.0 in aws/amazon-vpc-cni-k8s#3005
- Dependency - Bump github.com/onsi/gomega from 1.33.1 to 1.34.1 aws/amazon-vpc-cni-k8s#3002
- Dependency - Bump github.com/aws/aws-sdk-go from 1.54.11 to 1.55.5 aws/amazon-vpc-cni-k8s#3000
- Dependency - Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 aws/amazon-vpc-cni-k8s#3001
- Dependency - Bump k8s.io/client-go from 0.30.2 to 0.30.3 aws/amazon-vpc-cni-k8s#3003
- Dependency - Bump github.com/containernetworking/cni from 1.2.0 to 1.2.3 aws/amazon-vpc-cni-k8s#3004
- Bugfix - fix: init.image.pullPolicy and nodeAgent.image.pullPolicy not being respect aws/amazon-vpc-cni-k8s#3010
- Dependency - Bump github.com/docker/docker aws/amazon-vpc-cni-k8s#3011
- Bugfix - Bug fix: Ensure exact IP match between IMDS and local datastore. aws/amazon-vpc-cni-k8s#3033
- Dependency - Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 aws/amazon-vpc-cni-k8s#3024
- Dependency - Bump github.com/coreos/go-iptables from 0.7.0 to 0.8.0 aws/amazon-vpc-cni-k8s#3020
- Dependency - Bump golang.org/x/sys from 0.22.0 to 0.25.0 aws/amazon-vpc-cni-k8s#3037
- Dependency - Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 aws/amazon-vpc-cni-k8s#3023
v1.18.3
What's Changed
Feature - [cni-metrics-helper] Expose container port when enabling prometheus metrics by
@toVersusin aws/amazon-vpc-cni-k8s#2957Feature - Add extraEnv for add additional env from configmap or secrets to aws-node daemonset by
@gawsoftplin aws/amazon-vpc-cni-k8s#2946Feature - Upgrade to latest versions of GitHub actions by
@electrocucarachain aws/amazon-vpc-cni-k8s#2952Feature - use MTU variable for IPv4 egress-cni too by
@benbenin aws/amazon-vpc-cni-k8s#2951Bugfix - Subnet Discovery - Unfilled ENI fix by
@jchen6585in aws/amazon-vpc-cni-k8s#2954Bugfix - Update the APISpec Schema definition for ENIConfig. by
@orsenthilin aws/amazon-vpc-cni-k8s#2969Bugfix - Use ECR Mirror for Curl Test Image. by
@orsenthilin aws/amazon-vpc-cni-k8s#2956Bugfix - Add unit test and readme update for POD_MTU/ AWS_VPC_ENI_MTU for Egress plugin behavior. by
@orsenthilin aws/amazon-vpc-cni-k8s#2979Bugfix - bugfix: templating broken on helm when cniconfig is enabled by
@FatPudgeB93in aws/amazon-vpc-cni-k8s#2983Bugfix - Update vpc_ip_resource_limit.go link in README.md by
@kimsehwan96in aws/amazon-vpc-cni-k8s#2986Bugfix - updating iam doc with subnet policy by
@yash97in aws/amazon-vpc-cni-k8s#2992Cleanup - Skip Static Canary in run-integration-test in Github. by
@orsenthilin aws/amazon-vpc-cni-k8s#2935Cleanup - Helpful Make target to login to public ECR. by
@orsenthilin aws/amazon-vpc-cni-k8s#2934Cleanup - Run Kops Test Separately to triage failures. by
@orsenthilin aws/amazon-vpc-cni-k8s#2936Cleanup - Update test options default value and help. by
@orsenthilin aws/amazon-vpc-cni-k8s#2955Cleanup - Refactor static canary tests. by
@orsenthilin aws/amazon-vpc-cni-k8s#2966
... (truncated)
Commits
a121a8aChangelog, chart and manifest updates for v1.18.5 (#3050)500236aMerge master to release-1.18 (#3049)6d40196Release manifest, changelog and chart changes (#3048)77b89f9Revert test script changes in canary and integration test (#3046)447afe9Resolve merge conflicts for release 1.18.4 release (#3043)128a08eChangelog, Chart Versions and Config Version update for CNI Release v1.18.3 (...49667a1Fix Charts Release 1.18 Branch. (#2991)7f137beMerge changes from master to release-1.18 branch for 1.18.3 release. (#2989)dbd4aa0Fix the Charts Version for v1.18.2 (#2943)965f89fChangelog and Updated CNI Charts for v1.18.2 Release (#2942)- Additional commits viewable in compare view
Updates github.com/aws/aws-lambda-go from 1.41.0 to 1.47.0
Release notes
Sourced from github.com/aws/aws-lambda-go's releases.
v1.47.0
What's Changed
- Fix compile error in sample code for S3ObjectLambdaEvent by
@kdnaktin aws/aws-lambda-go#551- Handle disconnect route of Websocket by
@kdnaktin aws/aws-lambda-go#548- Add 1.22 to tests by
@bmoffattin aws/aws-lambda-go#557Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.46.0...v1.47.0
v1.46.0
What's Changed
- Plumb error info to X-ray by
@bmoffattin aws/aws-lambda-go#544- Add S3 Batch Operations 2.0 Schema Fields to S3BatchJob/S3BatchJobTask by
@lyoung-confluentin aws/aws-lambda-go#550Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.45.0...v1.46.0
v1.45.0
What's Changed
- lambdaurl: Populate RemoteAddr with SourceIP by
@lyoung-confluentin aws/aws-lambda-go#546Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.44.0...v1.45.0
v1.44.0
What's Changed
- CloudWatchEvent renamed to EventBridgeEvent by
@mateusmarqueziniin aws/aws-lambda-go#537- Add S3ObjectLambdaEvent by
@kdnaktin aws/aws-lambda-go#536- fixed test event for Cognito pretokenV2 by
@AMZ-brandonin aws/aws-lambda-go#540- refactor: use
assert.PanicsWithValueby@wafuwafu13in aws/aws-lambda-go#541- 'Building your function' README updates by
@bmoffattin aws/aws-lambda-go#543- linter config: reformat the lists by
@bmoffattin aws/aws-lambda-go#545New Contributors
@mateusmarquezinimade their first contribution in aws/aws-lambda-go#537Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.43.0...v1.44.0
v1.43.0
What's Changed
- update linter version by
@bmoffattin aws/aws-lambda-go#539- Added support for Cognito pre token generation with access token customization by
@AMZ-brandonin aws/aws-lambda-go#538New Contributors
@AMZ-brandonmade their first contribution in aws/aws-lambda-go#538Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.42.0...v1.43.0
v1.42.0
What's Changed
... (truncated)
Commits
8e674daAdd 1.22 to tests (#557)90a3af7Handle disconnect route of Websocket (#548)de51f68Fix compile error in sample code for S3ObjectLambdaEvent (#551)eae55b8Add S3 Batch Operations 2.0 Schema Fields to S3BatchJob/S3BatchJobTask (#550)58da2ccPlumb error info to X-ray (#544)3a93ed1lambdaurl: Populate RemoteAddr with SourceIP (#546)cce0845linter config: reformat the lists (#545)c5ef6f1'Building your function' README updates (#543)501c2f3Add S3ObjectLambdaEvent (#536)50dbfb1[479] CloudWatchEvent renamed to EventBridgeEvent (#537)- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.28.6 to 1.32.2
Commits
0cbb5aaRelease 2024-10-0854c1dd6Regenerated Clients2cde144Update endpoints model67fbd35Update API modelaa04330Allow non-nil but empty headers (#2826)5a4e5bbadd feature tracking for cbor protocol (#2821)183987cadd annotations to deprecated services and introduce codegen integration for ...b737dc9Release 2024-10-077279a51Regenerated Clientsa1b1f5aUpdate endpoints model- Additional commits viewable in compare view
Updates github.com/coreos/ignition/v2 from 2.16.2 to 2.19.0
Release notes
Sourced from github.com/coreos/ignition/v2's releases.
V2.19.0
Features
- Support Akamai Connected Cloud (Linode)
- Support LUKS encryption using IBM CEX secure keys
v2.18.0
Ignition 2.18.0
Breaking changes
- Only include dracut module in initramfs if requested (see distributor notes for details)
Features
- Support Scaleway
Changes
- Require Go 1.20+
v2.17.0
Starting with this release, ignition-validate binaries are signed with the Fedora 39 key.
Features
- Support the native Apple Hypervisor
- Support Hetzner Cloud
- A GRUB configuration suitable for use with https://github.com/coreos/bootupd can now be installed; use
make install-grub-for-bootupdto install itChanges
- Require Go 1.19+
Bug fixes
- Prevent races with udev after disk editing
- Don't fail to wipe partition table if it's corrupted
Changelog
Sourced from github.com/coreos/ignition/v2's changelog.
Ignition 2.19.0 (2024-06-05)
Starting with this release, ignition-validate binaries are signed with the Fedora 40 key.
Features
- Support Akamai Connected Cloud (Linode)
- Support LUKS encryption using IBM CEX secure keys
Ignition 2.18.0 (2024-03-01)
Breaking changes
- Only include dracut module in initramfs if requested (see distributor notes for details)
Features
- Support Scaleway
Changes
- Require Go 1.20+
Bug fixes
- Fix failure when config only disables units already disabled
- Retry HTTP requests on Azure on status codes 404, 410, and 429
Ignition 2.17.0 (2023-11-20)
Starting with this release, ignition-validate binaries are signed with the Fedora 39 key.
Features
- Support the native Apple Hypervisor
- Support Hetzner Cloud
- A GRUB configuration suitable for use with https://github.com/coreos/bootupd can now be installed; use
make install-grub-for-bootupdto install itChanges
- Require Go 1.19+
Bug fixes
... (truncated)
Commits
09c99e0Merge pull request #1880 from prestist/r-2.19ab90007docs/release-notes: update for 2.19.032221a9Merge pull request #1871 from coreos/dependabot/go_modules/google.golang.org/...86aab2aMerge pull request #1872 from coreos/dependabot/go_modules/github.com/aws/aws...155e143build(deps): bump google.golang.org/api from 0.177.0 to 0.181.0aeebda0build(deps): bump github.com/aws/aws-sdk-go from 1.53.0 to 1.53.5a40b9e7Merge pull request #1873 from coreos/dependabot/go_modules/github.com/beevik/...ba44425Merge pull request #1874 from coreos/dependabot/go_modules/cloud.google.com/g...af92f73build(deps): bump cloud.google.com/go/storage from 1.40.0 to 1.41.01218f73build(deps): bump github.com/beevik/etree from 1.3.0 to 1.4.0- Additional commits viewable in compare view
Updates github.com/gofrs/flock from 0.8.1 to 0.12.1
Release notes
Sourced from github.com/gofrs/flock's releases.
v0.12.1
What's Changed
- tests: add tests about directory support by
@ldezin gofrs/flock#89- chore(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 in the all group by
@dependabotin gofrs/flock#90- fix: missing read-write flag in reopenFDOnError by
@crazy-maxin gofrs/flock#95New Contributors
@crazy-maxmade their first contribution in gofrs/flock#95Full Changelog: https://github.com/gofrs/flock/compare/v0.12.0...v0.12.1
v0.12.0
What's Changed
- feat: differentiation of Solaris and Illumos by
@ldezin gofrs/flock#80- feat(windows): replace custom implementation with golang.org/x/sys/windows by
@ldezin gofrs/flock#81- fix: update fnctl implementation by
@ldezin gofrs/flock#84- feat: use runtime errors instead of compilation errors for unsupported platforms by
@ldezin gofrs/flock#85- refactor: use x/sys/* instead of Syscall when possible by
@ldezin gofrs/flock#87Full Changelog: https://github.com/gofrs/flock/compare/v0.11.0...v0.12.0
v0.11.0
What's Changed
- feat: add options to define flag and permissions of the file by
@ldezin gofrs/flock#76- tests: remove files generated during tests by
@ldezin gofrs/flock#77Full Changelog: https://github.com/gofrs/flock/compare/v0.10.0...v0.11.0
v0.10.0
What's Changed
- feat: add support for Illumos/Solaris by
@gaigein gofrs/flock#63- chore: migrate from gopkg.in/check to stretchr/testify by
@ldezin gofrs/flock#70- docs: remove reference to sync.Locker by
@ldezin gofrs/flock#66New Contributors
@gaigemade their first contribution in gofrs/flock#63Full Changelog: https://github.com/gofrs/flock/compare/v0.9.0...v0.10.0
v0.9.0
What's Changed
- chore: add go modules by
@moskybin gofrs/flock#57- chore(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 by
@dependabotin gofrs/flock#65- fix: replace Syscall6 with SyscallN on Windows by
@ldezNew Contributors
@moskybmade their first contribution in gofrs/flock#57@ldezmade their first contribution in gofrs/flock#64
... (truncated)
Commits
9de625dfix: missing read-write flag in reopenFDOnError (#95)ffdd9d4chore: update github-action monthly384c6ffchore(deps): bump github/codeql-action from 3.25.12 to 3.25.13 in the all gro...f691d55chore(deps): bump github/codeql-action from 3.25.11 to 3.25.12 in the all gro...2962fb7chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 in the all grou...7ff173fchore: factorize (#91)688d3b5chore(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 in the all group (#90)b26fb4dchore: change default branchc08bb66tests: add tests about directory support (#89)5169644chore: use global issue templates- Additional commits viewable in compare view
Updates github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.2
Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
v2.20.2
2.20.2
Require Go 1.22+
Maintenance
- bump go to v1.22 [a671816]
v2.20.1
2.20.1
Fixes
- make BeSpecEvent duration matcher more forgiving [d6f9640]
v2.20.0
2.20.0
Features
- Add buildvcs flag [be5ab95]
Maintenance
- Add update-deps to makefile [d303d14]
- bump all dependencies [7a50221]
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
2.20.2
Require Go 1.22+
Maintenance
- bump go to v1.22 [a671816]
2.20.1
Fixes
- make BeSpecEvent duration matcher more forgiving [d6f9640]
2.20.0
Features
- Add buildvcs flag [be5ab95]
Maintenance
- Add update-deps to makefile [d303d14]
- bump all dependencies [7a50221]
Commits
Updates github.com/onsi/gomega from 1.34.0 to 1.34.1
Release notes
Sourced from github.com/onsi/gomega's releases.
v1.34.1
1.34.1
Maintenance
- Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]
Changelog
Sourced from github.com/onsi/gomega's changelog.
1.34.1
Maintenance
- Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]
Commits
fa057b8v1.34.15e71dcdUse slices from exp/slices to keep golang 1.20 compat- See full diff in compare view
Updates github.com/openshift/rosa from 1.2.46-rc1.0.20241003145806-a4af6ae81a7c to 1.2.46
Release notes
Sourced from github.com/openshift/rosa's releases.
v1.2.46
Changelog
Features
- 5890a193 OCM-10939 | feat: bump sdk to v0.1.440
- b321be7a OCM-10939 | feat: use error message built from SDK
- a6bf2e45 OCM-10943 | feat: show disk size in output for list node pools
- d3831423 OCM-11113 | feat: bump ocm-common to lower np min disk size to 75
- c985ceb2 OCM-7315 | feat: client support for configurable registries
- df51177b OCM-7315 | feat: describe client support for configurable registries
- 965cea4d OCM-7568 | feat: Clarify that 'billing-account' expects an account ID
- 7e55ff88 OCM-9882 | feat: print custom worker disk size in describe nodepool
Bug fixes
- 669c0ee9 OCM-10374 | fix: Add Limited Support Reason Override support
- ef063660 OCM-10512 | fix: Fixing OCM-10512 bug
- 4b89bfce OCM-10679 | fix: use default user agent
- a5828569 OCM-10777 | fix: fixing OCM-10777 + OCM-10818
- 7faae064 OCM-10846 | fix: adjust error message for ingress identifier
- d8c4d95d OCM-10852 | fix: fix bash syntax error in prow_ci.sh
- eb6416b5 OCM-11019 | fix: Do not accept clusterID for thumbprint if programmatic
- fae3ea6a OCM-11019 | fix: Fix create/provider when cluster name provided
- 2d4fded8 OCM-11019 | fix: Fix issue with classic clusters without --oidc-config-id flag
- af682efc OCM-11054 | fix: add unit to disk size on describe nodepool
- 30c7b240 OCM-11201 | fix: make target ensuring release builds and publishes to github
- b9a4fa45 OCM-11241 | fix: update description for 36293
- 8509eb3b OCM-11295 | fix: adjust check for policy tags
- 7464a08d OCM-11364 | fix: Regression, HCP nodepool creation validation used for classic
- 9ddb8a56 OCM-11400 | fix: registry config platform allowlist should hide from help
- 18a63d97 OCM-11405 | fix: A few bug fixes for registry config
- f5fb057f OCM-11407 | fix: Error msg for editing nodepool; autoscaling+ 0 replicas
- 81e82627 OCM-11438 | fix: when filters are empty consider true
- 34d1db91 OCM-11467 | fix: A few more bug fixes for registry config
- 51edf0a2 OCM-11482 | fix: loosen registry regex check
- 4b573547 OCM-7315 | fix: when classic topology return nil
- a97aa366 OCM-8760 | fix: update test ids: 43070, 74661
- edb3970f OCM-9804 | fix: Add etcd to reduce confusion
- fabd5b5e OCM-9804 | fix: Fix etcd kms key arn space
Others
- 19d46e74 OCM-10628 | ci: Make NAME_PREFIX required for cluster creation
- 851cbfbd OCM-10638 | test: Automated ids:54864,73672,66761
- 714b138a OCM-10674 | test: automated ids:59547,62161
- 7e9ddbe1 OCM-10690 | test: updated id:34102
- cf08a1b1 OCM-10712 | test: fixed ids:75210
- 4fd24a25 OCM-10815 | test: automate ids:75904,76925,76927
- 2b77f941 OCM-10837 | test: Automated ids:37177,38857,37176,38837,68219
- 05214fee OCM-10854 | test: fix id:57094
- 7705e79d OCM-10856 | test: fix id:55883
- 3f9bc7a4 OCM-10866 | test: automated ids:75603,52693
- 280114d7 OCM-10868 | test: Automate id:56224
- cd3d7d2c OCM-10897 | ci: Enhance the functions detection about the parameter in prow_ch.sh
- 68626aa7 OCM-10897 | ci: fix the unbound FOCUS variable
... (truncated)
Commits
- See full diff in compare view
Updates golang.org/x/crypto from 0.25.0 to 0.26.0
Commits
5bcd010go.mod: update golang.org/x dependencies3375612ssh: add support for unpadded RSA signaturesbb80217ssh: don't use dsa keys in integration tests6879722ssh: remove go 1.21+ dependency on slicese983fa2sha3: Avo port of keccakf_amd64.s80fd972LICENSE: update per Google Legalf2bc3a6x509roots/fallback/internal/goissue52287: deleted66d9c3x509roots/fallback: update bundle- See full diff in compare view
Updates golang.org/x/text from 0.16.0 to 0.17.0
Commits
b2bec85go.mod: update golang.org/x dependenciesae0cf96LICENSE: update per Google Legal- See full diff in compare view
Updates sigs.k8s.io/aws-iam-authenticator from 0.6.13 to 0.6.27
Release notes
Sourced from sigs.k8s.io/aws-iam-authenticator's releases.
v0.6.27
Changelog
- 5f0f6e16d28d636d2f5cee08591de2350e86f7d9 Merge pull request #763 from bhavi-koduru/release-0.6
- b27d3030f5d48e87bd1eef871713a15e453e5db7 Create new release 0.6.27
- 861e573b7492146a2e1ebcb94055395633f4d82b Merge pull request #761 from bhavi-koduru/release-0.6
- 68ef820502d95b1fbebd79a0e59b0954c2a609a2 use protobuf content type instead of json for k8s client
v0.6.26
Changelog
- ed7005b41b8ded3fa2828b97b44a0c8300c65ba6 Merge pull request #752 from haoranleo/release-0.6
- 6b2d23def1208cbee00c10e0b9f2df5122732b1b Create new release 0.6.26
- 525dad33470f346e9aa5996d34fba99b7f00981b Merge pull request #751 from haoranleo/add-source-arc-to-sts-headers-release-0.6
- af020f9a6196a6c72b9c845fc396c6a73f7a2453 Parse source account from sourceARN
- 026a35668d35e7815f59afa2164a3909eef02612 Add sourceArn to sts through headers
v0.6.25
Changelog
- 637fcb726fab1c2301a117a7be6d115eaeac9248 Merge pull request #748 from modulitos/release-0.6-bump-version
- dbd349dfd9d8e85fc2bad9610ca3907ab90c8d6d Reapply "create new release 0.6.25"
- 2bacc53e6d471b615a7906731c3f9527fe06653e Merge pull request #747 from modulitos/release-0.6
- 4bd0616834c4f50e277d11e08d2735d2e0f70512 Revert "create new release 0.6.25"
- 9ebe7b8850b0f08e3de88de82525c61c0fdd304d create new release 0.6.25
- 43042b98dcdccc8f901eb325e540eb5a752c6900 cleanup to use composite literals
- 8ec9d2b96c963d80cdfd7eda4e8a1f7031788665 update to sig.k8s.io namespace
- c07669231d896efccf71aaa00d829a5378b00db5 retain original field
- 1ecf00d1e52a491b5ccc3ca8fdfeedf83a9b4b8f add a namespaced field
v0.6.24
Changelog
- 163e0355a85491e8c59ff56ca80d2a5d2422e51b Merge pull request #746 from kmala/release-0.6
- 85e80f19b39321a09e2a1d9fa38d0b8208815e87 create new release 0.6.24
- eb4cd5cc68cca75b2c66bb6f49ba1a3d64fd6dfb Merge pull request #745 from kmala/release-0.6
- 99d363af4d6255b768956699517014f96863a985 update the image to latest to fix CVE-2024-39689
v0.6.23
Changelog
- d0854b72b5b2de941d73f1cf7147776f875d77c2 Merge pull request #740 from shizuchanw/cherry-pick-1.31-release
- cab860f40a4bc89e387056e1ebf1ca6ee4fed82d Create new release 0.6.23
- 81be554a128ccc5d9d0541bf67082f3fb8757bf0 Update upstream dependencies to v1.31.0
v0.6.22
Changelog
- af051688 Merge pull request #735 from kmala/release-0.6
- 308e9dc2 new release 0.6.22
- 76d888d6 Merge pull request #734 from kmala/release-0.6
- 81116802 update the go version to 1.22.5
- e7daa8fc Add unit test
- 6c15092c skip service validation to get the default regions endpoint
v0.6.21
... (truncated)
Commits
5f0f6e1Merge pull request #763 from bhavi-koduru/release-0.6b27d303Create new release 0.6.27861e573Merge pull request #761 from bhavi-koduru/release-0.668ef820use protobuf content type instead of json for k8s cliented7005bMerge pull request #752 from haoranleo/release-0.66b2d23dCreate new release 0.6.26525dad3Merge pull request #751 from haoranleo/add-source-arc-to-sts-headers-release-0.6af020f9Parse source account from sourceARN026a356Add sourceArn to sts through headers637fcb7Merge pull request #748 from modulitos/release-0.6-bump-version- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions