Skip to content

Commit 5cdac0b

Browse files
authored
feat: bumps caaph to 0.2.4 (#718)
**What problem does this PR solve?**: Upgrade CAAPH to 0.2.4 This release includes fixes needed for supporting CAAPH in airgap environment. 🌱 Use upstream cluster RESTConfig utility by @jimmidyson in kubernetes-sigs/cluster-api-addon-provider-helm#248 🐛 Fix OCI client configuration logic by @jimmidyson in kubernetes-sigs/cluster-api-addon-provider-helm#252 🐛 pointer checks if user doesn't specify CASecret by @faiq in kubernetes-sigs/cluster-api-addon-provider-helm#253 **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 76c7c6f commit 5cdac0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hack/third-party/caaph/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/ex
55

66
go 1.21
77

8-
require sigs.k8s.io/cluster-api-addon-provider-helm v0.2.3
8+
require sigs.k8s.io/cluster-api-addon-provider-helm v0.2.4
99

1010
require (
1111
github.com/beorn7/perks v1.0.1 // indirect

hack/third-party/caaph/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ k8s.io/utils v0.0.0-20240102154912-e7106e64919e h1:eQ/4ljkx21sObifjzXwlPKpdGLrCf
208208
k8s.io/utils v0.0.0-20240102154912-e7106e64919e/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
209209
sigs.k8s.io/cluster-api v1.7.2 h1:bRE8zoao7ajuLC0HijqfZVcubKQCPlZ04HMgcA53FGE=
210210
sigs.k8s.io/cluster-api v1.7.2/go.mod h1:V9ZhKLvQtsDODwjXOKgbitjyCmC71yMBwDcMyNNIov0=
211-
sigs.k8s.io/cluster-api-addon-provider-helm v0.2.3 h1:oWSlwY0zfxI8CG0kCi74oFtYxQfAaYda5ra3AwaiGjs=
212-
sigs.k8s.io/cluster-api-addon-provider-helm v0.2.3/go.mod h1:ELiDb1satBERIsvXWTniyfh3aZt0OLl670C67UqjJQk=
211+
sigs.k8s.io/cluster-api-addon-provider-helm v0.2.4 h1:QVHsoG65OaPNmmTYyYjkrc9U/pyoF3nANs7XDGfs5Uk=
212+
sigs.k8s.io/cluster-api-addon-provider-helm v0.2.4/go.mod h1:MyKmUXjxBqNdobwhbdF3BwpKfvlELrHmAKxOdxtzWvI=
213213
sigs.k8s.io/controller-runtime v0.17.3 h1:65QmN7r3FWgTxDMz9fvGnO1kbf2nu+acg9p2R9oYYYk=
214214
sigs.k8s.io/controller-runtime v0.17.3/go.mod h1:N0jpP5Lo7lMTF9aL56Z/B2oWBJjey6StQM0jRbKQXtY=
215215
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=

0 commit comments

Comments
 (0)