Skip to content

Commit 02fde71

Browse files
build(deps): Bump sigs.k8s.io/cluster-api-provider-aws/v2 from 2.8.2 to 2.8.3 in /hack/third-party/capa (#1140)
Bumps [sigs.k8s.io/cluster-api-provider-aws/v2](https://github.com/kubernetes-sigs/cluster-api-provider-aws) from 2.8.2 to 2.8.3. <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.3</h2> <h1>Release notes for Cluster API Provider AWS (CAPA) v2.8.3</h1> <p><a href="https://cluster-api-aws.sigs.k8s.io/">Documentation</a></p> <h1>Changelog since v2.8.2</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> <h3>Uncategorized</h3> <ul> <li>Bump calico used in e2e tests to newest version. (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api-provider-aws/issues/5463">#5463</a>, <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a>)</li> <li>Fix: Ignore conflict resolution and correctly compare configuration for AddOn reconciliation (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api-provider-aws/issues/5501">#5501</a>, <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a>)</li> </ul> <p>The images for this release are: <code>registry.k8s.io/cluster-api-aws/cluster-api-aws-controller:v2.8.3</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/3cced5006823e4c4aa21d427cb3be3e8d99a1566"><code>3cced50</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api-provider-aws/issues/5501">#5501</a> from k8s-infra-cherrypick-robot/cherry-pick-5458-to-...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api-provider-aws/commit/1c61a572dc905ecacadf220eca02d6a0d3b78f42"><code>1c61a57</code></a> fix(addons): avoid infinite reconciliation loop</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api-provider-aws/commit/5f68df2f5a29bdea465a9265dcd159229c2c5c95"><code>5f68df2</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api-provider-aws/issues/5463">#5463</a> from k8s-infra-cherrypick-robot/cherry-pick-5459-to-...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api-provider-aws/commit/fe536b8b9ccbd9a338cee0ca924abbff149a5bae"><code>fe536b8</code></a> chore: bump calico for e2e tests</li> <li>See full diff in <a href="https://github.com/kubernetes-sigs/cluster-api-provider-aws/compare/v2.8.2...v2.8.3">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.2&new-version=2.8.3)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8d4d4f commit 02fde71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hack/third-party/capa/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ go 1.22.0
77

88
toolchain go1.24.1
99

10-
require sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.2
10+
require sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.3
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.2 h1:1RKzXkpnONouxBLxVa1xUtpYRfpG+Ek+9uT56WKyN4k=
196-
sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.2/go.mod h1:ubZXYyieYt+I4jQFJ47J9Hq4W3zPernTWXlIfIZnB3Y=
195+
sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.3 h1:Mp7UJlcmKMjTvMmgSn6yqjDOYqy/Y7fV4e7fy2wpQm8=
196+
sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.3/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)