This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +243
-60
lines changed Expand file tree Collapse file tree 5 files changed +243
-60
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ manifest: kustomize semver release-manifests release-clusterctl release-cluster-
328
328
329
329
release-manifests : semver $(RELEASE_MANIFEST ) $(RELEASE_METADATA ) $(RELEASE_CLUSTER_TEMPLATE )
330
330
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 )
332
332
333
333
$(RELEASE_MANIFEST ) : $(RELEASE_DIR ) release-version # # Builds the manifests to publish with a release
334
334
$(KUSTOMIZE ) build config/release > $@
Original file line number Diff line number Diff line change 1
- v0.3.2
1
+ v0.3.3
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ resources:
23
23
# - ../prometheus
24
24
images :
25
25
- 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 "}}}
27
27
newName : docker.io/packethost/cluster-api-provider-packet # and this name
28
28
patchesStrategicMerge :
29
29
# Protect the /metrics endpoint by putting it behind auth.
Original file line number Diff line number Diff line change @@ -2,7 +2,4 @@ module sigs.k8s.io/cluster-api-provider-packet/hack/tools
2
2
3
3
go 1.14
4
4
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
You can’t perform that action at this time.
0 commit comments