Skip to content

Commit

Permalink
Bump rancher 1.12.0 -> 1.12.2 (#85)
Browse files Browse the repository at this point in the history
After re-running the rancher setup step, I noticed it's still needing to
do an auto upgrade to the most recent version (1.12.2).

This PR bumps our version of rancher to the newest patch version
(1.12.2) so users don't need to upgrade after initially installing.

Release notes are here:
https://github.com/rancher-sandbox/rancher-desktop/releases
  • Loading branch information
pb-dod authored Feb 1, 2024
1 parent 72cf839 commit 5e01f08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Casks/ih-rancher.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cask "ih-rancher" do
version "1.12.0"
version "1.12.2"

if Hardware::CPU.intel?
url "https://github.com/rancher-sandbox/rancher-desktop/releases/download/v#{version}/Rancher.Desktop-#{version}.x86_64.dmg"
sha256 "58388cf60514ca05fdc58bd5c8e2467f9fe5a3dec7371a31c1daeb22e4aeea17"
sha256 "299034631ee0faa747f55b2ca7d6682419a15563a706ef8a2415e8638108fd35"
else
url "https://github.com/rancher-sandbox/rancher-desktop/releases/download/v#{version}/Rancher.Desktop-#{version}.aarch64.dmg"
sha256 "68464fd4520a09ba10ada6fc49bc20eeaee24e30931f52530be399cbec85e3b6"
sha256 "9ab8131239a34ff880b79617f71254a502fb30a3dd7908b13533b84e9698a499"
end

name "Rancher Desktop"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.46
0.1.47
2 changes: 1 addition & 1 deletion formula/ih-core.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class IhCore < Formula
VERSION="0.1.46"
VERSION="0.1.47"
desc "Brew formula for installing core tools used at Included Health engineering."
homepage "https://github.com/ConsultingMD/homebrew-ih-public"
license "CC BY-NC-ND 4.0"
Expand Down

0 comments on commit 5e01f08

Please sign in to comment.