Bump to 8.9.4-4 to address permission issues
lance opened this issue · 1 comments
lance commented
New Node.js minor version bump
Use this issue template to report a minor version bump in Node.js.
New Node.js version number: 8.9.4-4
Tasks
Check out the branch for whatever version is being updated. E.g.
git checkout v8.x
All of the following tasks occur on this branch.
- Ensure a published node-rpm for this version exists.
- Update versions.mk with the correct version number for
NODE_VERSION
andNPM_VERSION
(not relevant). - Update releases.json and image-streams.centos7.json with new version information. (not relevant).
node-metadata -i <major-version> | jq '.' > releases.json
node-image-stream -f releases.json -i bucharestgold/centos7-s2i-nodejs > image-streams.centos7.json
- Ensure that
make all
passes successfully. - Tag the new release:
git tag -s -m 'Update to Node.js version 8.10.0' v8.10.0
- Publish the release to docker hub (you will need to have
DOCKER_USER
andDOCKER_PASS
in your environment).
make tag publish
- Finally, push your changes to github:
git push origin <branch> --follow-tags
.
Fixes: #38
lance commented
Landed in tag node-8.9.4-6
.