Skip to content

Commit 23bf9b5

Browse files
Fixing jgw typos (#4118)
Co-authored-by: Abhinav Pandey <[email protected]>
1 parent 250d525 commit 23bf9b5

File tree

1 file changed

+3
-3
lines changed
  • projects/kubernetes-sigs/image-builder

1 file changed

+3
-3
lines changed

projects/kubernetes-sigs/image-builder/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ EKS-A CLI project uses these images as the node image when constructing workload
3838
1. Run `git format-patch <commit>`, where `<commit>` is the last upstream commit on that tag. Move the generated patches from under the upstream fork to the projects/kubernetes-sigs/image-builder/patches/ folder in this repo.
3939
1. Update the `GIT_TAG` file to have the new desired version based on the upstream release tags.
4040
1. Compare the old tag to the new, looking specifically for Makefile changes. If any of the make targets used in projects/kubernetes-sigs/image-builder/Makefile to call upstream make changed, make those appropriate changes.
41-
1. Update the version at the top of this Readme.
42-
1. Ensure [REQUIRED_DEPENDENCY_VERSIONS.yaml](./REQUIRED_DEPENDENCY_VERSIONS.yaml) is updated, by running `make update-dependency-versions`, with the newly required python/ansible/packer/plugins versions. Uses these versions to update the [builder-base](https://github.com/aws/eks-distro-build-tooling/blob/main/builder-base/versions.yaml)
43-
which will need to be done before presubmits will pass. Before merging, also update the ECImageBuilder recipe in the build account and generate a new AMI we use for raw image builds.
41+
1. Update the version at the top of this README.
42+
1. Ensure [REQUIRED_DEPENDENCY_VERSIONS.yaml](./REQUIRED_DEPENDENCY_VERSIONS.yaml) is updated, by running `make update-dependency-versions`, with the newly required python/ansible/packer/plugins versions. Use these versions to update the [builder-base](https://github.com/aws/eks-distro-build-tooling/blob/main/builder-base/versions.yaml)
43+
which will need to be done before presubmits will pass. Before merging, also update the EC2ImageBuilder recipe in the build account and generate a new AMI we use for raw image builds.
4444
1. Ensure that the RHEL 8 and RHEL 9 semvers and the `kmod-megaraid` RPMs in the Makefile are updated. This will require uploading the corresponding ISO and QCOW2 images and RPM to the `redhat-iso-pdx` S3 bucket.
4545
1. Monitor node image builds and e2e tests as updates to this project can potentially break cluster create and update process.
4646

0 commit comments

Comments
 (0)