Skip to content

Commit

Permalink
Release: charts/http-headers: 0.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Buk Bukowski <[email protected]>
  • Loading branch information
bukowa committed Oct 11, 2022
1 parent 1fe36b5 commit f905434
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
14 changes: 3 additions & 11 deletions charts/http-headers/CHANGELOG.LATEST.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
## [0.2.2] - 2022-10-11
## [0.2.3] - 2022-10-11

### Build
### Bug Fixes

- charts/http-headers: bump container tag to 0.1.2 ([#3](https://github.com/bukowa/charts/issues/3))

### Documentation

- charts/http-headers: add missing changelogs

### Miscellaneous Tasks

- add README.md
- simulateNewValue

<!-- generated by git-cliff -->
6 changes: 6 additions & 0 deletions charts/http-headers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.2.3] - 2022-10-11

### Bug Fixes

- simulateNewValue

## [0.2.2] - 2022-10-11

### Build
Expand Down
4 changes: 2 additions & 2 deletions scripts/generate-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for chart in charts/*; do
--include-path "${chart}/*" \
--prepend "$chart/CHANGELOG.md" \
--tag="$(grep -Po '(?<=^version: )[0-9.a-zA-Z]*' "${chart}/Chart.yaml")" \
-l \
-u \
--verbose

# run it second time with output for chart releaser
Expand All @@ -37,7 +37,7 @@ for chart in charts/*; do
--include-path "${chart}/*" \
--output "$chart/CHANGELOG.LATEST.md" \
--tag="$(grep -Po '(?<=^version: )[0-9.a-zA-Z]*' "${chart}/Chart.yaml")" \
-l \
-u \
-s header \
--verbose

Expand Down

0 comments on commit f905434

Please sign in to comment.