File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RELEASE_NOTES := $(TOOLS_DIR)/$(RELEASE_NOTES_BIN)
5151REGISTRY ?= quay.io/metal3-io
5252STAGING_REGISTRY := quay.io/metal3-io
5353PROD_REGISTRY := quay.io/metal3-io
54- IMAGE_NAME ?= ipam
54+ IMAGE_NAME ?= ip-address-manager
5555CONTROLLER_IMG ?= $(REGISTRY ) /$(IMAGE_NAME )
5656TAG ?= v1alpha1
5757ARCH ?= amd64
@@ -305,7 +305,7 @@ release: clean-release ## Builds and push container images using the latest git
305305
306306.PHONY : release-manifests
307307release-manifests : $(RELEASE_DIR ) # # Builds the manifests to publish with a release
308- kustomize build config > $(RELEASE_DIR ) /infrastructure -components.yaml
308+ kustomize build config > $(RELEASE_DIR ) /ipam -components.yaml
309309
310310.PHONY : release-binaries
311311release-binaries : # # Builds the binaries to publish with a release
Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ as we try to follow closely the release process
99<!-- markdownlint-restore -->
1010
1111- We follow [ Semantic Versioning (semver)] ( https://semver.org/ ) .
12- - We try to follow Cluster API release cadence
13- - The cadence is subject to change if necessary, refer to the
14- [ Milestones] ( https://github.com/kubernetes-sigs/cluster-api/milestones ) page
15- for up-to-date information.
1612- The _ master_ branch is where development happens, this might include breaking
1713 changes.
1814- The _ release-X_ branches contain stable, backward compatible code. A new
Original file line number Diff line number Diff line change @@ -23,13 +23,14 @@ You must have docker installed.
2323
2424### Expected artifacts
2525
26- 1 . A container image of the shared cluster-api-provider-metal3 manager
26+ 1 . A container image of the ip-address-manager manager
27271 . A git tag
28+ 1 . A deployment file : ipam-components.yaml
2829
2930### Artifact locations
3031
31321 . The container image is found in the registry ` quay.io/metal3-io ` with an image
32- name of ` ipam ` and a tag that matches the release
33+ name of ` ip-address-manager ` and a tag that matches the release
3334 version. The image is automatically built once the release has been created.
3435
3536## Creating a release for IPAM
You can’t perform that action at this time.
0 commit comments