Skip to content

Commit 473d124

Browse files
build(deps): Bump sigs.k8s.io/cluster-api-provider-aws/v2 from 2.8.1 to 2.8.2 in /hack/third-party/capa (#1093)
Bumps [sigs.k8s.io/cluster-api-provider-aws/v2](https://github.com/kubernetes-sigs/cluster-api-provider-aws) from 2.8.1 to 2.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases">sigs.k8s.io/cluster-api-provider-aws/v2's releases</a>.</em></p> <blockquote> <h2>v2.8.2</h2> <h1>Release notes for Cluster API Provider AWS (CAPA) v2.8.2</h1> <p><a href="https://cluster-api-aws.sigs.k8s.io/">Documentation</a></p> <h1>Changelog since v2.8.1</h1> <h2>Changes by Kind</h2> <h3>Support</h3> <ul> <li>Bump github.com/golang-jwt/jwt to 4.5.2 and 5.5.2 (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api-provider-aws/issues/5436">#5436</a>, <a href="https://github.com/damdo"><code>@​damdo</code></a>)</li> </ul> <p>The images for this release are: <code>registry.k8s.io/cluster-api-aws/cluster-api-aws-controller:v2.8.2</code></p> <p>Thanks to all our contributors.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/cluster-api-provider-aws/commit/79ae3d046454586dc5ababd1f45c9791fdb5bbc8"><code>79ae3d0</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api-provider-aws/issues/5436">#5436</a> from damdo/release-2.8-bump-jwt-to-v4.5.2</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api-provider-aws/commit/b176106129f0901f85395559e7ffbf585e5a7ffe"><code>b176106</code></a> bump github.com/golang-jwt/jwt to v4.5.2 and v5.2.2</li> <li>See full diff in <a href="https://github.com/kubernetes-sigs/cluster-api-provider-aws/compare/v2.8.1...v2.8.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/cluster-api-provider-aws/v2&package-manager=go_modules&previous-version=2.8.1&new-version=2.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 062a02b commit 473d124

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hack/third-party/capa/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/ex
55

66
go 1.22.0
77

8-
toolchain go1.23.1
8+
toolchain go1.24.1
99

10-
require sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.1
10+
require sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.2
1111

1212
require (
1313
github.com/aws/aws-sdk-go v1.55.5 // indirect

hack/third-party/capa/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1
192192
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
193193
sigs.k8s.io/cluster-api v1.9.4 h1:pa2Ho50F9Js/Vv/Jy11TcpmGiqY2ukXCoDj/dY25Y7M=
194194
sigs.k8s.io/cluster-api v1.9.4/go.mod h1:9DjpPCxJJo7/mH+KceINNJHr9c5X9S9HEp2B8JG3Uv8=
195-
sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.1 h1:tr9B6sBe2KXbm4Pw3avBlSpaXdbRlWMyvrsvDcRGgbg=
196-
sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.1/go.mod h1:UYuqaItsllaSd01Tw9Kq65nOSvDhLlPwqzJZFSAQx8U=
195+
sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.2 h1:1RKzXkpnONouxBLxVa1xUtpYRfpG+Ek+9uT56WKyN4k=
196+
sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.2/go.mod h1:ubZXYyieYt+I4jQFJ47J9Hq4W3zPernTWXlIfIZnB3Y=
197197
sigs.k8s.io/controller-runtime v0.19.4 h1:SUmheabttt0nx8uJtoII4oIP27BVVvAKFvdvGFwV/Qo=
198198
sigs.k8s.io/controller-runtime v0.19.4/go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4=
199199
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=

0 commit comments

Comments
 (0)