diff --git a/.env b/.env index e3e7a1b..3fc90d5 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -VERSION=1.5.2 +VERSION=1.6.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a70148..7a27e96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [1.6.0](https://github.com/toolisticon/docker-build-images/compare/v1.5.2...v1.6.0) (2022-12-19) + + +### Bug Fixes + +* **Mongo:** Disable Mongo for now ([3751330](https://github.com/toolisticon/docker-build-images/commit/3751330ca99ad3c602d150b33f1449f02ce6f609)) +* **NodeJS:** Drop duplicate NodeJS installation ([921ca9c](https://github.com/toolisticon/docker-build-images/commit/921ca9c4dc2382df7eb784d8f3d7884384bd4732)) +* **NodeJS:** Revert new NVM Ansible role ([e80c60f](https://github.com/toolisticon/docker-build-images/commit/e80c60f8303012ff8ea8506cac20342fa0283f83)) +* **Python:** Corrected python setup ([b820de2](https://github.com/toolisticon/docker-build-images/commit/b820de25986b12e6d8d626edcd0db325b07a012a)) + + +### Features + +* **OCI:** Adding buildah and podman support ([d1d1fbd](https://github.com/toolisticon/docker-build-images/commit/d1d1fbd13413988bc796441d35cd4b0b796fb08e)) +* Switch to native builds and drop chrome ([7d97392](https://github.com/toolisticon/docker-build-images/commit/7d973922c82b101b06d621ff6a00a394d4bd803b)) + + + ## [1.5.1](https://github.com/toolisticon/docker-build-images/compare/v1.5.1...v1.5.2) (2022-10-21) * Update yq and helmfile to latest version diff --git a/README.md b/README.md index fe4aabb..3be9f78 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ For building these images [Packer](https://www.packer.io/docs/builders/docker.ht ## Development 1. Update version in `.env` -2. Run `conventional-changelog -p angular -i CHANGELOG.md -s -r 0` and adjust changelog +2. Run `conventional-changelog -p angular -i CHANGELOG.md -s` and adjust changelog 3. Push changes to `develop` branch and wait for CI build 4. Once complete, merge changes to `main` branch and wait for CI build 5. Once complete create a new tag: `v` and create a release on GitHub