Skip to content

Commit

Permalink
Prepare for release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Turi committed Oct 25, 2021
1 parent d75c9d3 commit 799deaf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 66 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MAIN_PACKAGE ?= ./cmd/controller/

COMMIT_HASH ?= $(shell git rev-parse --short HEAD 2>/dev/null)
BUILD_DATE ?= $(shell date +%FT%T%z)
VERSION ?= 0.3.2
VERSION ?= 0.3.3
LDFLAGS += -X github.com/banzaicloud/imps/internal/version.commitHash=${COMMIT_HASH}
LDFLAGS += -X github.com/banzaicloud/imps/internal/version.buildDate=${BUILD_DATE}
LDFLAGS += -X github.com/banzaicloud/imps/internal/version.version=${VERSION}
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/imagepullsecrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ maintainers:
sources:
- https://github.com/banzaicloud/backyards

version: 0.3.2
appVersion: 0.3.2
version: 0.3.3
appVersion: 0.3.3
2 changes: 1 addition & 1 deletion deploy/charts/imagepullsecrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ securityContext:
allowPrivilegeEscalation: false
image:
repository: ghcr.io/banzaicloud/imagepullsecrets
tag: v0.3.2
tag: v0.3.3
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ require (
sigs.k8s.io/controller-runtime v0.9.5
)

replace (
github.com/banzaicloud/imps/static => ./static
)
replace github.com/banzaicloud/imps/static => ./static
Loading

0 comments on commit 799deaf

Please sign in to comment.