diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef4..11fea0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{".":"1.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..393b133 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +## 1.0.0 (2024-07-16) + + +### chore + +* release 1.0.0 ([f9035d5](https://github.com/OKDP/gh-workflows/commit/f9035d5696160cb8c9a846a217384eb76e468f17)) + + +### Features + +* **build-pipeline:** Build and publish docker images ([0c35695](https://github.com/OKDP/gh-workflows/commit/0c35695b783d1940cffb28f67b3ddfb2908a93cd)) +* **build-pipeline:** Build and publish docker images ([5cf6b2f](https://github.com/OKDP/gh-workflows/commit/5cf6b2f065cc521f13f08c46193a20674e6254ca)) +* **Build-pipeline:** Collection of okdp github actions reusable workflows for build, test and release ([37bb09f](https://github.com/OKDP/gh-workflows/commit/37bb09ff87ac84881e7b300911801c3cb0a95059)) +* **Release-pipeline:** Update release name to searchable helm release in github releases ([f6dea61](https://github.com/OKDP/gh-workflows/commit/f6dea614413692ace35d4ffeb7bbba8bbab2c453)) + + +### Bug Fixes + +* **Build-pipeline:** Try to systematically generate helm-docs ([a5b4e1f](https://github.com/OKDP/gh-workflows/commit/a5b4e1f9d984ad76641ef0c607cae047e0701872)) + + +### Documentation + +* Update docs ([3768016](https://github.com/OKDP/gh-workflows/commit/37680168fc98446df286269964e7e902b516b727)) +* Update readme ([55fc62d](https://github.com/OKDP/gh-workflows/commit/55fc62d4b6241c7978c66c090a4939bb238d4efd))