Skip to content

Commit

Permalink
update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Jun 23, 2023
1 parent 32f9171 commit 5746e03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ docker-push:
release: goreleaser
@version=$$(semver); \
git tag -s $$version -m"Release $$version"
$(GORELEASER) --rm-dist
$(GORELEASER) --clean

.PHONY: test-release
test-release: goreleaser
$(GORELEASER) --skip-publish --snapshot --rm-dist
$(GORELEASER) --skip-publish --snapshot --clean

# generate mocks
.PHONY: mocks
Expand Down Expand Up @@ -88,10 +88,10 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
## Tool Versions
SEMVER_VERSION ?= v1.1.3
MOCKGEN_VERSION ?= v1.6.0
GOLANGCI_LINT_VERSION ?= v1.52.0
GORELEASER_VERSION ?= v1.16.2
GOLANGCI_LINT_VERSION ?= v1.53.3
GORELEASER_VERSION ?= v1.18.2
HELM_DOCS_VERSION ?= v1.11.0
CONTROLLER_GEN_VERSION ?= v0.11.3
CONTROLLER_GEN_VERSION ?= v0.12.0

## Tool Installer
.PHONY: semver
Expand Down
3 changes: 1 addition & 2 deletions helm/crds/eventlogger.bakito.ch_eventloggers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.3
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.12.0
name: eventloggers.eventlogger.bakito.ch
spec:
group: eventlogger.bakito.ch
Expand Down

0 comments on commit 5746e03

Please sign in to comment.