Skip to content

Commit

Permalink
Merge pull request #186 from gianarb/bump/0.3.3
Browse files Browse the repository at this point in the history
bump v0.3.3
  • Loading branch information
gianarb committed Sep 14, 2020
2 parents d808029 + 947292c commit e7691f9
Show file tree
Hide file tree
Showing 5 changed files with 243 additions and 60 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ manifest: kustomize semver release-manifests release-clusterctl release-cluster-

release-manifests: semver $(RELEASE_MANIFEST) $(RELEASE_METADATA) $(RELEASE_CLUSTER_TEMPLATE)
release-version:
KUSTOMIZE_ENABLE_ALPHA_COMMANDS=true $(KUSTOMIZE) config set config/release image-tag $(VERSION)
KUSTOMIZE_ENABLE_ALPHA_COMMANDS=true $(KUSTOMIZE) cfg set config/release image-tag $(VERSION)

$(RELEASE_MANIFEST): $(RELEASE_DIR) release-version ## Builds the manifests to publish with a release
$(KUSTOMIZE) build config/release > $@
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.2
v0.3.3
2 changes: 1 addition & 1 deletion config/release/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resources:
#- ../prometheus
images:
- name: packet-controller # images with this name
newTag: v0.3.2 # {"type":"string","x-kustomize":{"setter":{"name":"image-tag","value":"v0.3.2"}}}
newTag: v0.3.3 # {"type":"string","x-kustomize":{"setter":{"name":"image-tag","value":"v0.3.3"}}}
newName: docker.io/packethost/cluster-api-provider-packet # and this name
patchesStrategicMerge:
# Protect the /metrics endpoint by putting it behind auth.
Expand Down
5 changes: 1 addition & 4 deletions hack/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ module sigs.k8s.io/cluster-api-provider-packet/hack/tools

go 1.14

require (
github.com/onsi/ginkgo v1.12.0
sigs.k8s.io/kustomize/kustomize/v3 v3.5.4
)
require sigs.k8s.io/kustomize/kustomize/v3 v3.8.2 // indirect
Loading

0 comments on commit e7691f9

Please sign in to comment.