Skip to content

Commit f4d3902

Browse files
committed
feat(dev): add CHANGELOG.md
1 parent a6ac430 commit f4d3902

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
<!-- insertion marker -->
9+
## Unreleased
10+
11+
<small>[Compare with latest](https://github.com/pmoscode/helm-chart-update-check/compare/v0.1.1...HEAD)</small>
12+
13+
### Features
14+
15+
- add build and test workflow ([2efe0b1](https://github.com/pmoscode/helm-chart-update-check/commit/2efe0b1e8f42072e07ff49375f7ce611ff21b3fb) by Peter Motzko).
16+
- add test task and add "go get" to build task ([137f7f5](https://github.com/pmoscode/helm-chart-update-check/commit/137f7f57c6bc2758c911b2ec0791f0aba063f3d6) by Peter Motzko).
17+
- add tests ([f278e97](https://github.com/pmoscode/helm-chart-update-check/commit/f278e972e512ba5a45876a0490f5f56bab4b3a3a) by Peter Motzko).
18+
19+
### Bug Fixes
20+
21+
- versions with meta information are handled correct now ([e34aad6](https://github.com/pmoscode/helm-chart-update-check/commit/e34aad672fa874bcf03445058812022a1d1df579) by Peter Motzko).
22+
23+
<!-- insertion marker -->
24+
## [v0.1.1](https://github.com/pmoscode/helm-chart-update-check/releases/tag/v0.1.1) - 2023-11-28
25+
26+
<small>[Compare with v0.1.0](https://github.com/pmoscode/helm-chart-update-check/compare/v0.1.0...v0.1.1)</small>
27+
28+
### Bug Fixes
29+
30+
- remove strict version parsing to avoid loosing prefixed version numbers ([beed12a](https://github.com/pmoscode/helm-chart-update-check/commit/beed12ab24f3160709c08f9ae8cbee19ff9f40b4) by Peter Motzko).
31+
32+
## [v0.1.0](https://github.com/pmoscode/helm-chart-update-check/releases/tag/v0.1.0) - 2023-11-27
33+
34+
<small>[Compare with first commit](https://github.com/pmoscode/helm-chart-update-check/compare/2f7b9d6761bf31f171b01ef1477518068f30e96f...v0.1.0)</small>
35+
36+
### Features
37+
38+
- update README.md ([de468e7](https://github.com/pmoscode/helm-chart-update-check/commit/de468e7c1e580bb5f04f73029b816abd72524861) by Peter Motzko).
39+
- update git-changelog parameters to 2.4.0 ([138078c](https://github.com/pmoscode/helm-chart-update-check/commit/138078ce5f36197381b74d34f0499b4754201fb5) by Peter Motzko).
40+
- replace environment variables config with cli parameters and add fail-on-update parameter ([48d804d](https://github.com/pmoscode/helm-chart-update-check/commit/48d804dfbe55ce256343874b5643001bfb039857) by Peter Motzko).
41+
- extend error message ([43af8f7](https://github.com/pmoscode/helm-chart-update-check/commit/43af8f7c8f3d102f0ca9488f7424a4692cdd5915) by Peter Motzko).
42+
- outsource DockerHub code to own module and glue all together ([9fe054b](https://github.com/pmoscode/helm-chart-update-check/commit/9fe054b395ed643a58d551724d0775ec77b51bad) by Peter Motzko).
43+
- add release workflow ([7083b49](https://github.com/pmoscode/helm-chart-update-check/commit/7083b49329367ac48eab5e1e9b2fe977b36a56fe) by Peter Motzko).
44+
- add Taskfile (with build and changelog tasks) ([260bf65](https://github.com/pmoscode/helm-chart-update-check/commit/260bf654b276663caf885918a304489d958c0853) by Peter Motzko).
45+
- Initial commit ([e0003dc](https://github.com/pmoscode/helm-chart-update-check/commit/e0003dc4ab03d028a1cf30f472c7227e11095a3c) by Peter Motzko).
46+

0 commit comments

Comments
 (0)