You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current release of Image Builder is [v0.1.28][] (May 27, 2024). The corresponding container image is `registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.28`.
3
+
The current release of Image Builder is [v0.1.29][] (May 28, 2024). The corresponding container image is `registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.29`.
4
4
5
5
## Release Process
6
6
7
7
For more detail about image-builder project releases, see the [Image Builder Book][].
- Docker's `--net=host` option to ensure http server starts with the host IP and not the Docker container IP. This option is Linux specific and thus implies that it can be run only from a Linux machine.
63
63
64
64
```commandline
65
-
docker run -it --rm --net=host --env PACKER_VAR_FILES=/home/imagebuilder/vsphere.json -v <complete path of vsphere.json>:/home/imagebuilder/vsphere.json registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.28 build-node-ova-vsphere-ubuntu-2004
65
+
docker run -it --rm --net=host --env PACKER_VAR_FILES=/home/imagebuilder/vsphere.json -v <complete path of vsphere.json>:/home/imagebuilder/vsphere.json registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.29 build-node-ova-vsphere-ubuntu-2004
66
66
```
67
67
68
68
In addition to this, further customizations can be done as discussed [here](./capi.md#customization).
Copy file name to clipboardExpand all lines: docs/book/src/capi/releasing.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Image Builder Releases
2
2
3
-
The current release of Image Builder is [v0.1.28][] (May 27, 2024). The corresponding container image is `registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.28`.
3
+
The current release of Image Builder is [v0.1.29][] (May 28, 2024). The corresponding container image is `registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.29`.
-*If signing tags with GPG, makes your key available to the `git tag` command.*
23
23
- Create a new tag:
24
24
-`export IB_VERSION=v0.1.x`
25
-
-*Replace `x` with the next patch version. For example: `v0.1.29`.*
25
+
-*Replace `x` with the next patch version. For example: `v0.1.30`.*
26
26
-`git tag -s -m "Image Builder ${IB_VERSION}" ${IB_VERSION}`
27
27
-`git push upstream ${IB_VERSION}`
28
28
@@ -77,11 +77,11 @@ Wait for this PR to merge before communicating the release to users, so image-bu
77
77
In the [#image-builder channel][] on the Kubernetes Slack, post a message announcing the new release. Include a link to the GitHub release and a thanks to the contributors:
78
78
79
79
```
80
-
Image-builder v0.1.29 is now available: https://github.com/kubernetes-sigs/image-builder/releases/tag/v0.1.29
80
+
Image-builder v0.1.30 is now available: https://github.com/kubernetes-sigs/image-builder/releases/tag/v0.1.30
0 commit comments