cluster-api-provider-aws
cluster-api-provider-aws copied to clipboard
:seedling: Bump the dependencies group across 1 directory with 18 updates
Bumps the dependencies group with 14 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/aws/amazon-vpc-cni-k8s | 1.15.4 |
1.18.1 |
| github.com/aws/aws-lambda-go | 1.41.0 |
1.47.0 |
| github.com/aws/aws-sdk-go | 1.51.17 |
1.52.2 |
| github.com/coreos/ignition/v2 | 2.16.2 |
2.18.0 |
| github.com/onsi/ginkgo/v2 | 2.17.1 |
2.17.2 |
| github.com/openshift-online/ocm-sdk-go | 0.1.414 |
0.1.419 |
| github.com/openshift/rosa | 1.2.35-rc1.0.20240301152457-ad986cecd364 |
1.2.38 |
| github.com/zgalor/weberr | 0.6.0 |
0.8.2 |
| golang.org/x/text | 0.14.0 |
0.15.0 |
| k8s.io/api | 0.29.3 |
0.29.4 |
| k8s.io/apiextensions-apiserver | 0.29.3 |
0.29.4 |
| k8s.io/cli-runtime | 0.29.3 |
0.29.4 |
| sigs.k8s.io/aws-iam-authenticator | 0.6.13 |
0.6.20 |
| sigs.k8s.io/controller-runtime | 0.17.3 |
0.17.4 |
Updates github.com/aws/amazon-vpc-cni-k8s from 1.15.4 to 1.18.1
Release notes
Sourced from github.com/aws/amazon-vpc-cni-k8s's releases.
v1.18.1
Release Notes
None
Changes since v1.18.0
- Bug - Mount /run/xtables.lock as FileOrCreate in Helm chart (
@kwohlfahrt)- Cleanup - remove unused Dockerfile (
@sushrk)- Dependency - Bump github.com/containernetworking/plugins from 1.4.0 to 1.4.1 (
@dependabot)- Dependency - Bump golang.org/x/sys from 0.17.0 to 0.18.0 in /test/agent (
@dependabot)- Dependency - Bump helm.sh/helm/v3 from 3.14.2 to 3.14.3 (
@dependabot)- Dependency - Bump github.com/prometheus/common from 0.48.0 to 0.52.2 (
@dependabot)- Dependency - Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (
@dependabot)- Dependency - Bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.17.1 (
@dependabot)- Enhancement - Update .go-version to 1.22.2 to fix CVE reports. (
@orsenthil)To manually apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.1/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.1/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.1/config/master/aws-k8s-cni-us-gov-west-1.yamlcn:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.1/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.1/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-3 amazon-k8s-cni-init:v1.18.1 amazon-k8s-cni:v1.18.1 </tr></table>
... (truncated)
Changelog
Sourced from github.com/aws/amazon-vpc-cni-k8s's changelog.
v1.18.1
- Bug - Mount /run/xtables.lock as FileOrCreate in Helm chart (
@kwohlfahrt)- Enhancement - Update .go-version to 1.22.2 to fix CVE reports. (
@orsenthil)- Cleanup - remove unused Dockerfile (
@sushrk)- Dependency - Bump github.com/containernetworking/plugins from 1.4.0 to 1.4.1 (
@dependabot)- Dependency - Bump golang.org/x/sys from 0.17.0 to 0.18.0 in /test/agent (
@dependabot)- Dependency - Bump helm.sh/helm/v3 from 3.14.2 to 3.14.3 (
@dependabot)- Dependency - Bump github.com/prometheus/common from 0.48.0 to 0.52.2 (
@dependabot)- Dependency - Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (
@dependabot)- Dependency - Bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.17.1 (
@dependabot)v1.18.0
- Cleanup - run make generate-limits (
@jaydeokar)- Dependency - Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible (
@dependabot)- Dependency - upgrade golang to 1.21.8 (
@jchen6585)- Dependency - Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (
@dependabot)- Feature - Enhance subnet selection (
@jchen6585)- Improvement - Add vpc-id to leaked eni filters (
@jchen6585)- Testing - Add missing params to authorize ingress (
@jchen6585)- Testing - Integration test suite for Custom Networking + Security Groups for Pods (
@jdn5126)- Testing - Fix coredns failing during custom networking tests (
@jchen6585)v1.17.1
- Feature - Send pod name/ns to nodeagent for strict mode (
@jayanthvn)- Feature - gRPC call for networkpolicy agent(
@jayanthvn)- Improvement - Bump golang.org/x/sys from 0.16.0 to 0.17.0 in /test/agent (
@dependabot)- Improvement - Bump google.golang.org/grpc from 1.61.0 to 1.62.0 (
@dependabot)- Improvement - Bump google.golang.org/grpc from 1.61.0 to 1.62.0 (
@dependabot)- Improvement - Bump github.com/aws/aws-sdk-go from 1.49.13 to 1.50.29 (
@dependabot)- Improvement - Bump k8s.io/apimachinery from 0.29.0 to 0.29.2 (
@dependabot)- Improvement - make generate; make generate-limits; remove soak tests (
@dependabot)- Improvement - Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 (
@dependabot)- Improvement - Make vpc cni as master CNI in multus-daemonset-thick.yml (
@raghs-aws)- Improvement - Bump github.com/prometheus/client_model from 0.5.0 to 0.6.0 (
@dependabot)- Improvement - Repo controlled build go version (
@xdu31)v1.16.4
- Bug - [Revert #2744 to prevent livelock when attempting to increase datastore pool](aws/amazon-vpc-cni-k8s#2810) (
@jdn5126)- Bug - Do not allocate IPs or prefixes to trunk ENIs; enable Custom Networking before Security Groups for Pods (
@jdn5126)- Bug - Ignore non-zero cards (
@jchen6585)- Documentation - Added description to list of metrics reported by cni-metrics-helper (
@zachdorame)- Enhancement - Bump helm.sh/helm/v3 from 3.14.1 to 3.14.2 (
@dependabot)- Enhancement - Add validation for MTU, update ANNOTATE_POD_IP README (
@jdn5126)- Enhancement - Update Golang version to 1.21.7; update aws-vpc-cni chart README (
@jdn5126)- Enhancement - Bump helm.sh/helm/v3 from 3.14.0 to 3.14.1 (
@jdn5126)- Feature - Pod MTU (
@jchen6585)
... (truncated)
Commits
cfe40bbCHANGELOG, chart, and manifest updates for v1.18.1 release (#2894)716e8daMerge master to release-1.18 for v1.18.1 release (#2882)6f491c5Resolve merge conflicts from master to release 1.18 (#2885)b46e703Update changelogs and charts for v1.18.0 release (#2858)87115cfAdd vpc-id to leaked eni filters (#2856)6bf43c9Bump github.com/docker/docker (#2855)eb43e54Update charts manifest for v1.17.1 release (#2853)58336b7Enhance subnet selection (#2714)53e7290run make generate-limits (#2835)ff7ee82Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#2848)- 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 from 1.51.17 to 1.52.2
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.52.2 (2024-05-03)
Service Client Updates
service/bedrock-agent: Updates service API and documentationservice/connect: Updates service API and documentationservice/connectcases: Updates service API and documentationservice/datasync: Updates service API and documentationservice/inspector2: Updates service API and documentationservice/sagemaker: Updates service API and documentation
- Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs
service/sesv2: Updates service API and documentationRelease v1.52.1 (2024-05-02)
Service Client Updates
service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
- This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs.
service/ec2: Updates service API and documentation
- This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).
service/personalize: Updates service API and documentationservice/redshift-serverless: Updates service API and documentationRelease v1.52.0 (2024-05-01)
Service Client Updates
service/bedrock-agent: Updates service API and documentationservice/ec2: Updates service documentation
- Documentation updates for Amazon EC2.
service/personalize-runtime: Updates service API and documentationservice/securityhub: Updates service API and documentationservice/sesv2: Updates service APISDK Features
service/alexaforbusiness: Remove Alexaforbusiness
- This change removes the Alexaforbusiness service, since it is deprecated.
Release v1.51.32 (2024-04-30)
Service Client Updates
service/chime-sdk-voice: Updates service API and documentationservice/codeartifact: Updates service API and documentationservice/fms: Updates service API and documentationservice/omics: Updates service API and documentationservice/opensearch: Updates service API and documentationservice/pinpoint-sms-voice-v2: Updates service API, documentation, and paginatorsservice/qbusiness: Updates service API, documentation, and waiters
... (truncated)
Commits
417f8a9Release v1.52.2 (2024-05-03) (#5252)8beb96aRelease v1.52.1 (2024-05-02) (#5251)09c0ee9Release v1.52.0 (2024-05-01) (#5250)debabd5Remove alexaforbusiness (#5249)f9db156Release v1.51.32 (2024-04-30) (#5248)d5a9528Release v1.51.31 (2024-04-29) (#5245)e267cf1Merge pull request #5244 from aws/lucix-aws-patch-19e85d0cUpdate PULL_REQUEST_TEMPLATE.mdf62236fRelease v1.51.30 (2024-04-26) (#5243)0b033bbRelease v1.51.29 (2024-04-25) (#5242)- Additional commits viewable in compare view
Updates github.com/coreos/ignition/v2 from 2.16.2 to 2.18.0
Release notes
Sourced from github.com/coreos/ignition/v2's releases.
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.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
- Prevent races with udev after disk editing
- Don't fail to wipe partition table if it's corrupted
Commits
0abc407Merge pull request #1822 from yasminvalim/ignition-v2.18.0a1c90f9NEWS: update 2.18.0d84b20fMerge pull request #1818 from coreos/dependabot/go_modules/github.com/aws/aws...8757652Merge pull request #1819 from coreos/dependabot/go_modules/google.golang.org/...93e829abuild(deps): bump google.golang.org/api from 0.165.0 to 0.167.0898778abuild(deps): bump github.com/aws/aws-sdk-go from 1.50.20 to 1.50.25803dc67Merge pull request #1815 from coreos/dependabot/go_modules/cloud.google.com/g...953860bbuild(deps): bump cloud.google.com/go/storage from 1.37.0 to 1.38.0c41c37fMerge pull request #1817 from coreos/dependabot/go_modules/github.com/aws/aws...28840fdMerge pull request #1816 from coreos/dependabot/go_modules/google.golang.org/...- Additional commits viewable in compare view
Updates github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2
Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
v2.17.2
2.17.2
Fixes
- fix: close files [32259c8]
- fix github output log level for skipped specs [780e7a3]
Maintenance
- Bump github.com/google/pprof [d91fe4e]
- Bump github.com/go-task/slim-sprig to v3 [8cb662e]
- Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1391) [3134422]
- Bump github-pages from 230 to 231 in /docs (#1384) [eca81b4]
- Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#1383) [760def8]
- Bump golang.org/x/net from 0.23.0 to 0.24.0 (#1381) [4ce33f4]
- Fix test for gomega version bump [f2fcd97]
- Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (#1390) [fd622d2]
- Bump golang.org/x/tools from 0.17.0 to 0.19.0 (#1368) [5474a26]
- Bump github-pages from 229 to 230 in /docs (#1359) [e6d1170]
- Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (#1374) [7f447b2]
- Bump golang.org/x/net from 0.20.0 to 0.23.0 (#1380) [f15239a]
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
2.17.2
Fixes
- fix: close files [32259c8]
- fix github output log level for skipped specs [780e7a3]
Maintenance
- Bump github.com/google/pprof [d91fe4e]
- Bump github.com/go-task/slim-sprig to v3 [8cb662e]
- Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1391) [3134422]
- Bump github-pages from 230 to 231 in /docs (#1384) [eca81b4]
- Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#1383) [760def8]
- Bump golang.org/x/net from 0.23.0 to 0.24.0 (#1381) [4ce33f4]
- Fix test for gomega version bump [f2fcd97]
- Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (#1390) [fd622d2]
- Bump golang.org/x/tools from 0.17.0 to 0.19.0 (#1368) [5474a26]
- Bump github-pages from 229 to 230 in /docs (#1359) [e6d1170]
- Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (#1374) [7f447b2]
- Bump golang.org/x/net from 0.20.0 to 0.23.0 (#1380) [f15239a]
Commits
7836496v2.17.2d91fe4eBump github.com/google/pprof8cb662eBump github.com/go-task/slim-sprig to v332259c8fix: close files3134422Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1391)eca81b4Bump github-pages from 230 to 231 in /docs (#1384)760def8Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#1383)4ce33f4Bump golang.org/x/net from 0.23.0 to 0.24.0 (#1381)f2fcd97Fix test for gomega version bumpfd622d2Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (#1390)- Additional commits viewable in compare view
Updates github.com/onsi/gomega from 1.32.0 to 1.33.0
Release notes
Sourced from github.com/onsi/gomega's releases.
v1.33.0
1.33.0
Features
Receivenot acceptsReceive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.Maintenance
Changelog
Sourced from github.com/onsi/gomega's changelog.
1.33.0
Features
Receivenot acceptsReceive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.Maintenance
Commits
f2e65fcv1.33.002e8706docs: Receive(POINTER, MATCHER)ec1f186feat: receiver matcher accepting (POINTER, MATCHER), includes unit tests9999debBump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745)cb5ff21Bump github-pages from 229 to 230 in /docs (#735)bac6596Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746)- See full diff in compare view
Updates github.com/openshift-online/ocm-sdk-go from 0.1.414 to 0.1.419
Release notes
Sourced from github.com/openshift-online/ocm-sdk-go's releases.
Release 0.1.419
- Update model version v0.0.372
- Exposed the
/api/clusters_mgmt/v1/clusters/{id}/kubelet_configsendpoint- Added
namefield toKubeletConfig- Added
kubelet_configsfield toNodePoolRelease 0.1.418
- Update model version v0.0.371
- Add Tags to the AWSMachinePool model to support custom AWS tags for day 2 creation of machine pools
Release 0.1.417
- Add RolePolicyBindings to the AWS resource model to support STS Arbitrary Policies feature.
Release 0.1.416
- Update windows api.openshift certs
Release 0.1.415
- Update model version v0.0.369
- Update metamodel version to 0.0.60
- [OCM-6294] add /load_balancer_quota_values endpoint
- [OCM-7027] feat: document pagination and ordering support for break glass
- [OCM-7144] Add /storage_quota_values endpoint
- Add Azure resource to Cluster resource.
- Fix spacing in description of Azure's ManagedResourceGroupName
Changelog
Sourced from github.com/openshift-online/ocm-sdk-go's changelog.
0.1.419
- Update model version v0.0.372
- Exposed the
/api/clusters_mgmt/v1/clusters/{id}/kubelet_configsendpoint- Added
namefield toKubeletConfig- Added
kubelet_configsfield toNodePool0.1.418
- Update model version v0.0.371
- Add Tags to the AWSMachinePool model to support custom AWS tags for day 2 creation of machine pools
0.1.417
- Add RolePolicyBindings to the AWS resource model to support STS Arbitrary Policies feature.
0.1.416
- Update windows api.openshift certs
0.1.415
- Update model version v0.0.369
- Update metamodel version to 0.0.60
- [OCM-6294] add /load_balancer_quota_values endpoint
- [OCM-7027] feat: document pagination and ordering support for break glass
- [OCM-7144] Add /storage_quota_values endpoint
- Add Azure resource to Cluster resource.
- Fix spacing in description of Azure's ManagedResourceGroupName
Commits
f725c57Merge pull request #951 from robpblake/ocm-7308-release-notes6c7ffc8OCM-7308 | chore: Added release notes for 0.1.419 release21aebd9Merge pull request #950 from robpblake/ocm-7308-update-go-sdk85e458eOCM-7308 | feat: Generated a new version of the OCM-SDK to support KubeletCon...1f49224Merge pull request #949 from gdbranco/feat/ocm-67159fced33OCM-6715 | chore: Release v0.1.418a69ff26OCM-6715 | feat: bump model to .3713a3ac93Merge pull request #947 from davidleerh/OCM-6535-SDK-NEW2d102e5Update CHANGES.md8d835b6OCM-6535 | feat: changes to support sts arbitrary policies- Additional commits viewable in compare view
Updates github.com/openshift/rosa from 1.2.35-rc1.0.20240301152457-ad986cecd364 to 1.2.38
Release notes
Sourced from github.com/openshift/rosa's releases.
v1.2.38
What's Changed
- OCM-5718 | feat: Display login error if
--govcloudsupplied with commercial region by@hunterkepleyin openshift/rosa#1844- OCM-6822 | fix: add validations for external auth by
@chenz4027in openshift/rosa#1865- OCM-6879 | fix: allow user specify
cluster-adminas admin username in day-1 by@marcolan018in openshift/rosa#1869- OCM-5677 | feat: Added
rosa describe autoscalercommand by@robpblakein openshift/rosa#1837- OCM-4966 | feat: Add keyring support for configuration by
@tylercrellerin openshift/rosa#1825- OCM-6858 | Add validator for node drain grace period in interactive mode by
@philipwu08in openshift/rosa#1866- OCM-6652 | task: update --best-effort help message by
@thomasmckayin openshift/rosa#1840- OCM-6926 | fix: Support local envs in GetEnv() by
@tirthctin openshift/rosa#1870- OCM-6926 | fix: needs to also go through admin fedramp url aliases by
@gdbrancoin openshift/rosa#1872- OCM-6883 | fix: rosa describe admin can list the admin with custom name by
@marcolan018in openshift/rosa#1873- OCM-5549 | feat: Disable listing services while using FedRAMP login by
@hunterkepleyin openshift/rosa#1874- OCM-4460 | feat: Add actions for break glass credential by
@chenz4027in openshift/rosa#1855- OCM-7047 | fix: panic when not supplying '=' delimiter component routes by
@gdbrancoin openshift/rosa#1876- OCM-6822 | fix: use cluster name in error message by
@chenz4027in openshift/rosa#1875- OCM-6375 | fix: error out if cluster is enabled with external auth by
@chenz4027in openshift/rosa#1879- OCM-6302 | ci: Prow job update to check PR author in commit check by
@hunterkepleyin openshift/rosa#1881- Revert ocm-6883 by
@gdbrancoin openshift/rosa#1883- OCM-6883 | fix: disable the feature for custom username of cluster admin by
@marcolan018in openshift/rosa#1887- Revert "OCM-6119 | fix: block users from passing region flag when creating an oidc provider" by
@gdbrancoin openshift/rosa#1892- OCM-6926 | fix: Added back the condition to check for empty env flag by
@tirthctin openshift/rosa#1893- OCM-6820 | fix: add checks for mandatory parameters by
@chenz4027in openshift/rosa#1884- OCM-7110 | fix: GitHub IDP validation by
@mnecasin openshift/rosa#1895- OCM-7098 | chore: request to add 'davidleerh' to the list of approvers by
@davidleerhin openshift/rosa#1888- OCM-6955 | fix: provide better message for external auth creation by
@chenz4027in openshift/rosa#1896- OCM-5942 | feat: allow users set delete protection on cluster by
@ciaranRochein openshift/rosa#1877- Display AWS Billing Account on non-HCP by
@paradigmin openshift/rosa#1894- OCM-7136 | fix: support create breakglasscredential without optional flags by
@chenz4027in openshift/rosa#1897- OCM-6697 | fix: upgrade role error should print extra info when invoke from upgrade cluster by
@mikeshngin openshift/rosa#1878- OCM-7135 | fix: add validation for revoking breakglasscredential by
@chenz4027in openshift/rosa#1900- OCM-6840 | fix: Add json output test for external auth by
@chenz4027in openshift/rosa#1899- OCM-6568 | fix: ensure "mode" in interactive mode defaults to users input by
@ciaranRochein openshift/rosa#1902- OCM-5174 | fix: error message should distinguish between labels and taints by
@andreadecortein openshift/rosa#1903- OCM-6161 | ci: Automate HCP machinepool creation with security groups by
@xueli181114in openshift/rosa#1898- OCM-6309 | ci: Setup day2 test cases by
@radtristein openshift/rosa#1886- OCM-7168 | fix: Add info after successfully created breakglasscredentials by
@chenz4027in openshift/rosa#1901- OCM-7318 | chore: update the list jira helper to ignore reverts when listing release jiras by
@ciaranRochein openshift/rosa#1907- OCM-6595| chore: 1.2.38-RC2 cut with cherrypicked release blocker by
@davidleerhin openshift/rosa#1944- [release_1.2.38] OCM-7566 | chore: bump ocm sdk to version 0.1.416 by
@openshift-cherrypick-robotin openshift/rosa#1958New Contributors
@paradigmmade their first contribution in openshift/rosa#1894Full Changelog: https://github.com/openshift/rosa/compare/v1.2.37...v1.2.38
v1.2.38.rc3
What's Changed
- [release_1.2.38] OCM-7566 | chore: bump ocm sdk to version 0.1.416 by
@openshift-cherrypick-robotin openshift/rosa#1958
... (truncated)
Commits
- See full diff in compare view
Updates github.com/zgalor/weberr from 0.6.0 to 0.8.2
Release notes
Sourced from github.com/zgalor/weberr's releases.
v0.8.2
Add a wrapper to go errors Is() func
v0.7.0
Add a wrapper to pkg/errors As() func
Commits
c7ad140Merge pull request #13 from olisakov/fix-isdaed1d5fix is err981d4acMerge pull request #12 from olisakov/fix-is-errors2f5c9eb2fix is error3f8171dMerge pull request #11 from olisakov/add-is-func4be026badd is func to wrap is err7118065Merge pull request #10 from oriAdler/add-as-functionf5e5379AddAsfunction to wrap errorsAsfunction5c6dfcbMerge pull request #9 from cben/docsb0a219eMore doc comments- Additional commits viewable in compare view
Updates golang.org/x/text from 0.14.0 to 0.15.0
Commits
8d533a0encoding/charmap: update UCM spec file URL prefix- See full diff in compare view
Updates k8s.io/api from 0.29.3 to 0.29.4
Commits
Updates k8s.io/apiextensions-apiserver from 0.29.3 to 0.29.4
Commits
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign killianmuldoon for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
/lgtm
/retest
/remove-lgtm
@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| pull-cluster-api-provider-aws-test | 263a36d674cc83b13e4a349a122acfcde23eefa7 | link | true | /test pull-cluster-api-provider-aws-test |
| pull-cluster-api-provider-aws-build | 263a36d674cc83b13e4a349a122acfcde23eefa7 | link | true | /test pull-cluster-api-provider-aws-build |
| pull-cluster-api-provider-aws-build-docker | 263a36d674cc83b13e4a349a122acfcde23eefa7 | link | true | /test pull-cluster-api-provider-aws-build-docker |
| pull-cluster-api-provider-aws-verify | 263a36d674cc83b13e4a349a122acfcde23eefa7 | link | true | /test pull-cluster-api-provider-aws-verify |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.
it requires a golang bump.
Looks like these dependencies are updatable in another way, so this is no longer needed.