Skip to content

Commit

Permalink
k0sctl v0.15.3
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <[email protected]>
  • Loading branch information
kke committed Aug 1, 2023
1 parent a433312 commit 9e735ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ on:
pull_request_target:
types:
- labeled
env:
HOMEBREW_NO_INSTALL_FROM_API: 1
jobs:
pr-pull:
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand All @@ -19,6 +17,8 @@ jobs:
- name: Pull bottles
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ github.token }}
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ github.token }}
HOMEBREW_GITHUB_PACKAGES_USER: ${{ github.actor }}
PULL_REQUEST: ${{ github.event.pull_request.number }}
run: brew pr-pull --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
matrix:
os: [ubuntu-22.04, macos-13]
runs-on: ${{ matrix.os }}
env:
HOMEBREW_NO_INSTALL_FROM_API: true
steps:
- name: Set up Homebrew
id: set-up-homebrew
Expand Down
10 changes: 2 additions & 8 deletions Formula/k0sctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@ class K0sctl < Formula
desc "Bootstrapping and management tool for k0s kubernetes clusters"
homepage "https://github.com/k0sproject/k0sctl"
url "https://github.com/k0sproject/k0sctl.git",
tag: "v0.15.2",
revision: "5300b1cf907e6b649807d53e47f4c6fd902fc740"
tag: "v0.15.3",
revision: "753d4c4906d386f4a2ab85c4565eaf00101347ed"
license "Apache-2.0"
head "https://github.com/k0sproject/k0sctl.git", branch: "main"

bottle do
root_url "https://github.com/k0sproject/homebrew-tap/releases/download/k0sctl-0.15.2"
sha256 cellar: :any_skip_relocation, ventura: "d0bbc908562ec69a36d92d70a072267c0a4cb5a02a8033882c766023e3aa7bdb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e76a75827838e35a7a15e17ad26d7d97dd390b1bcd32d75d9d4033fd92a77882"
end

depends_on "go" => :build

def install
Expand Down

0 comments on commit 9e735ff

Please sign in to comment.