Skip to content

Commit

Permalink
kubeone: bump to v1.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Beckers <mail@embik.me>
  • Loading branch information
embik committed Jul 5, 2024
1 parent beb3a29 commit ae6598e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/kubeone.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Kubeone < Formula
desc "Automates Kubernetes cluster operations on any cloud or edge infrastructure"
homepage "https://docs.kubermatic.com/kubeone/v1.8"
url "https://github.com/kubermatic/kubeone/archive/refs/tags/v1.8.0.tar.gz"
sha256 "d4279f0f49fee6db6e9ce8d88cf19d5411b69ad85f4ff4ac514b31a676a1c311"
url "https://github.com/kubermatic/kubeone/archive/refs/tags/v1.8.1.tar.gz"
sha256 "d73ce090f47ca9b14fd4e6bec3b18e1c3500c9260d083014c18d1a0ba6adabf2"
license "Apache-2.0"

head "https://github.com/kubermatic/kubeone.git", branch: "main"
Expand All @@ -20,7 +20,7 @@ def install
ENV["CGO_ENABLED"] = "0"
ldflags = %W[
-s -w
-X k8c.io/kubeone/pkg/cmd.defaultKubeVersion=v1.29.5
-X k8c.io/kubeone/pkg/cmd.defaultKubeVersion=v1.30.2
-X k8c.io/kubeone/pkg/cmd.version=v#{version}
-X k8c.io/kubeone/pkg/cmd.date=#{time.iso8601}
]
Expand Down

0 comments on commit ae6598e

Please # to comment.