Skip to content

Commit 2d796ff

Browse files
committed
Update release guidelines
1 parent 5aa96c6 commit 2d796ff

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RELEASE_NOTES := $(TOOLS_DIR)/$(RELEASE_NOTES_BIN)
5151
REGISTRY ?= quay.io/metal3-io
5252
STAGING_REGISTRY := quay.io/metal3-io
5353
PROD_REGISTRY := quay.io/metal3-io
54-
IMAGE_NAME ?= ipam
54+
IMAGE_NAME ?= ip-address-manager
5555
CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
5656
TAG ?= v1alpha1
5757
ARCH ?= amd64
@@ -305,7 +305,7 @@ release: clean-release ## Builds and push container images using the latest git
305305

306306
.PHONY: release-manifests
307307
release-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
311311
release-binaries: ## Builds the binaries to publish with a release

VERSIONING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

docs/releasing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2727
1. A git tag
28+
1. A deployment file : ipam-components.yaml
2829

2930
### Artifact locations
3031

3132
1. 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

0 commit comments

Comments
 (0)