Add rancher 0.5.0 (#111797)

* Add rancher 0.5.0

* Update rancher.rb

* Update github_prerelease_allowlist.json
This commit is contained in:
commitay
2021-09-28 09:23:15 +08:00
committed by GitHub
parent 67d6be51d7
commit 0afe5b523e
2 changed files with 35 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
cask "rancher" do
version "0.5.0"
sha256 "0ebdfb3e070e1c525a08730ccea761a040d366fa800c735870ff328080f8fa55"
url "https://github.com/rancher-sandbox/rancher-desktop/releases/download/v#{version}/Rancher.Desktop-#{version}.dmg",
verified: "github.com/rancher-sandbox/rancher-desktop/"
name "Rancher Desktop"
desc "Kubernetes and container management on the desktop"
homepage "https://rancherdesktop.io/"
auto_updates true
conflicts_with formula: %w[
helm
kubernetes-cli
]
app "Rancher Desktop.app"
binary "#{appdir}/Rancher Desktop.app/Contents/Resources/resources/darwin/bin/helm"
binary "#{appdir}/Rancher Desktop.app/Contents/Resources/resources/darwin/bin/kim"
binary "#{appdir}/Rancher Desktop.app/Contents/Resources/resources/darwin/bin/kubectl"
binary "#{appdir}/Rancher Desktop.app/Contents/Resources/resources/darwin/bin/nerdctl"
uninstall quit: "io.rancherdesktop.app"
zap trash: [
"~/.kuberlr",
"~/Library/Application Support/rancher-desktop",
"~/Library/Caches/rancher-desktop",
"~/Library/Logs/rancher-desktop",
"~/Library/Preferences/io.rancherdesktop.app.plist",
"~/Library/Preferences/rancher-desktop",
"~/Library/Saved Application State/io.rancherdesktop.app.savedState",
]
end
@@ -26,6 +26,7 @@
"ql-ansilove": "all",
"profilecreator": "all",
"qdesktop": "all",
"rancher": "all",
"seaglass": "all",
"servpane": "all",
"shadowsocksx-ng-r": "all",