Skip to content

Commit

Permalink
chore(Release): New Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Sep 30, 2022
1 parent 69bf1a7 commit 9d6301e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bin/_bash.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export IMAGE_TAG=${1:-1.5.0}
export IMAGE_TAG=${1:-1.5.1}
export MAJOR_DOCKER_TAG=`echo $IMAGE_TAG | perl -0777 -pe 's/^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+))?(?:\+([0-9A-Za-z-]+))?/\1/'`
export MINOR_DOCKER_TAG=`echo $IMAGE_TAG | perl -0777 -pe 's/^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+))?(?:\+([0-9A-Za-z-]+))?/\1\.\2/'`

Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.5.1](https://github.com/toolisticon/docker-build-images/compare/v1.5.0...v1.5.1) (2022-09-30)


### Features
* Update helm and helmfile

### Bug Fixes

* Reenable Helm S3 Plugin ([69bf1a7](https://github.com/toolisticon/docker-build-images/commit/69bf1a7d811bdbd951f7fdc0e6aa3aeed94d51e8))



# [1.5.0](https://github.com/toolisticon/docker-build-images/compare/v1.4.2...v1.5.0) (2022-08-23)


Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,11 @@ All images share common base:
## Tools used

For building these images [Packer](https://www.packer.io/docs/builders/docker.html) and [Ansible](https://docs.ansible.com/ansible/latest/index.html) are used.

## Development

1. Update version in `.bin/_bash.inc`
2. Run `conventional-changelog -p angular -i CHANGELOG.md -s -r 0` 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<VERSION>` and create a release on GitHub

0 comments on commit 9d6301e

Please sign in to comment.