Skip to content

Commit

Permalink
chore: bump kpt 1.0.0-beta.54, goreleaser 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed Jul 21, 2024
1 parent 580c44e commit 1141766
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
uses: goreleaser/goreleaser-action@v2
if: startsWith(github.ref, 'refs/tags/')
with:
version: v1.9.2
args: release --rm-dist
version: v2.1.0
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HELM_VERSION: ${{ steps.extract_helm_version.outputs.helm_version }}
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ SOPS := $(BIN_DIR)/sops
export HELM_SECRETS_SOPS_BIN := $(SOPS)
export HELM_PLUGINS := $(BUILD_DIR)/helm-plugins

GORELEASER_VERSION ?= v1.9.2
GORELEASER_VERSION ?= v2.1.0
GOLANGCI_LINT_VERSION ?= v1.59.1
KPT_VERSION ?= v1.0.0-beta.20
KPT_VERSION ?= v1.0.0-beta.54
KUSTOMIZE_VERSION ?= v5.4.3
BATS_VERSION = v1.11.0
SOPS_VERSION = v3.9.0
Expand Down Expand Up @@ -79,7 +79,7 @@ check: $(GOLANGCI_LINT) ## Runs linters
$(GOLANGCI_LINT) run ./...

snapshot: $(GORELEASER) ## Builds a snapshot release but does not publish it
HELM_VERSION="$(HELM_VERSION)" $(GORELEASER) release --snapshot --rm-dist
HELM_VERSION="$(HELM_VERSION)" $(GORELEASER) release --snapshot --clean --fail-fast

register-qemu-binfmt: ## Enable multiarch support on the host
$(DOCKER) run --rm --privileged multiarch/qemu-user-static:7.0.0-7 --reset -p yes
Expand All @@ -106,7 +106,7 @@ $(KUSTOMIZE):
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/v5@$(KUSTOMIZE_VERSION))

$(GORELEASER):
$(call go-get-tool,$(GORELEASER),github.com/goreleaser/goreleaser@$(GORELEASER_VERSION))
$(call go-get-tool,$(GORELEASER),github.com/goreleaser/goreleaser/v2@$(GORELEASER_VERSION))

$(SOPS):
$(call download-bin,$(SOPS),"https://github.com/mozilla/sops/releases/download/$(SOPS_VERSION)/sops-$(SOPS_VERSION).$$(uname | tr '[:upper:]' '[:lower:]').amd64")
Expand Down

0 comments on commit 1141766

Please sign in to comment.