We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad11f2 commit 797b943Copy full SHA for 797b943
Formula/c/clusterctl.rb
@@ -1,8 +1,8 @@
1
class Clusterctl < Formula
2
desc "Home for the Cluster Management API work, a subproject of sig-cluster-lifecycle"
3
homepage "https://cluster-api.sigs.k8s.io"
4
- url "https://github.com/kubernetes-sigs/cluster-api/archive/refs/tags/v1.11.0.tar.gz"
5
- sha256 "c6541b06798f93255924b4e8d5a11e9bfeda824d181e8875b29b488e8605eb75"
+ url "https://github.com/kubernetes-sigs/cluster-api/archive/refs/tags/v1.11.1.tar.gz"
+ sha256 "8e180de174bb9f675635862d769a9b8466d27a7cfe3ce16847ea7e7e5a451e46"
6
license "Apache-2.0"
7
head "https://github.com/kubernetes-sigs/cluster-api.git", branch: "main"
8
0 commit comments