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 23ba7fb commit a9ffa84Copy full SHA for a9ffa84
Formula/k/kops.rb
@@ -1,8 +1,8 @@
1
class Kops < Formula
2
desc "Production Grade K8s Installation, Upgrades, and Management"
3
homepage "https://kops.sigs.k8s.io/"
4
- url "https://github.com/kubernetes/kops/archive/refs/tags/v1.33.1.tar.gz"
5
- sha256 "0dd1a190b35669d28bd6ec8f78497ab4a418911a648bc71d2ed9de98e742bcd9"
+ url "https://github.com/kubernetes/kops/archive/refs/tags/v1.34.0.tar.gz"
+ sha256 "d4f4a44b721c96aabc6f5039f4ea8ccd4f13ba9c87dc7c4a5d310917121dfb00"
6
license "Apache-2.0"
7
head "https://github.com/kubernetes/kops.git", branch: "master"
8
0 commit comments