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 fb028dd commit 3078521Copy full SHA for 3078521
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.8.1.tar.gz"
5
- sha256 "c2fe9d352b8076b752c09d6433743fe18b7f3e2e05ca7741d793c955d6e6d55b"
+ url "https://github.com/kubernetes-sigs/cluster-api/archive/refs/tags/v1.8.2.tar.gz"
+ sha256 "fe1e93d98fd231bed3b64603a78abb76f38b2f5b72af6f5403a029264cd7a4eb"
6
license "Apache-2.0"
7
head "https://github.com/kubernetes-sigs/cluster-api.git", branch: "main"
8
0 commit comments