Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit e7691f9

Browse files
authored
Merge pull request #186 from gianarb/bump/0.3.3
bump v0.3.3
2 parents d808029 + 947292c commit e7691f9

File tree

5 files changed

+243
-60
lines changed

5 files changed

+243
-60
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ manifest: kustomize semver release-manifests release-clusterctl release-cluster-
328328

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

333333
$(RELEASE_MANIFEST): $(RELEASE_DIR) release-version ## Builds the manifests to publish with a release
334334
$(KUSTOMIZE) build config/release > $@

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.3.2
1+
v0.3.3

config/release/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resources:
2323
#- ../prometheus
2424
images:
2525
- name: packet-controller # images with this name
26-
newTag: v0.3.2 # {"type":"string","x-kustomize":{"setter":{"name":"image-tag","value":"v0.3.2"}}}
26+
newTag: v0.3.3 # {"type":"string","x-kustomize":{"setter":{"name":"image-tag","value":"v0.3.3"}}}
2727
newName: docker.io/packethost/cluster-api-provider-packet # and this name
2828
patchesStrategicMerge:
2929
# Protect the /metrics endpoint by putting it behind auth.

hack/tools/go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@ module sigs.k8s.io/cluster-api-provider-packet/hack/tools
22

33
go 1.14
44

5-
require (
6-
github.com/onsi/ginkgo v1.12.0
7-
sigs.k8s.io/kustomize/kustomize/v3 v3.5.4
8-
)
5+
require sigs.k8s.io/kustomize/kustomize/v3 v3.8.2 // indirect

0 commit comments

Comments
 (0)