From c30716f1b8da9e6baef002931fc1b566186896ef Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Sep 2024 19:11:20 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] ## 1.0.0 (2024-09-24) ### Features * add `common` central application type ([c0478ac](https://github.com/fmjstudios/gopskit/commit/c0478aca177a76e31a080757a3af393fca89e44d)) * add `steppa` executable ([90cfa78](https://github.com/fmjstudios/gopskit/commit/90cfa78c0bf72b1dbc6a4197b83d8ed271c54d51)) * add beta `fillr` implementation ([ed61f74](https://github.com/fmjstudios/gopskit/commit/ed61f743fd3a6dc924655f1e4e77a865b0e072e2)) * add root and subcommands for `waltr` ([431e825](https://github.com/fmjstudios/gopskit/commit/431e825e9b986ec9e9c3aa152e9ed4a32fe8115d)) * implement new central `App` type ([376ed0a](https://github.com/fmjstudios/gopskit/commit/376ed0aab9c7a0568847709f1a9842520f80666a)) * implement root command for `ssolo` ([50341db](https://github.com/fmjstudios/gopskit/commit/50341db06c89aafbd9eef805c72d7e3681fea4b9)) * implement root command for `steppa` ([92b7467](https://github.com/fmjstudios/gopskit/commit/92b746700defdc8ec3e9379e3e05f55f4865184c)) * overhauled `core` package ([436060a](https://github.com/fmjstudios/gopskit/commit/436060ac78604f4e39c91504e2d1666514cd0c77)) * **pkg/kube:** add `apply` implementation ([a2a1c88](https://github.com/fmjstudios/gopskit/commit/a2a1c88aa0207c8427c7248fdbc50f59c827968b)) * **pkg/kube:** add `create` methods ([9a77d9c](https://github.com/fmjstudios/gopskit/commit/9a77d9c76ee4f985bcd900d438aefa77b4bc14b0)) * **pkg/kube:** add `get` methods ([acde2b1](https://github.com/fmjstudios/gopskit/commit/acde2b1e9a0dbbcbe418a101410b427122b9d45a)) * **pkg/kube:** add `port-forward` implementation ([b0d247a](https://github.com/fmjstudios/gopskit/commit/b0d247ac80d3a0a5e3b5ab00e600f0b72cc374e3)) * **pkg/tools:** add helm functions ([17e00e5](https://github.com/fmjstudios/gopskit/commit/17e00e526227ed0f79ee80672685bc0205dc5961)) * **pkg/util:** new changes ([5931ea0](https://github.com/fmjstudios/gopskit/commit/5931ea09e559d23cdead8af86c4644a8afaf9377)) * rename `opsctl` to `ssolo` ([1f3663f](https://github.com/fmjstudios/gopskit/commit/1f3663f2c0e32afd85dfdaf006fce607cb4a1484)) * renamed and rewrote `core` package to `cmd` ([48b7d73](https://github.com/fmjstudios/gopskit/commit/48b7d739d4a8427ef477fb5b75f3751775287926)) * switch to `semantic-release` ([430a672](https://github.com/fmjstudios/gopskit/commit/430a672d41258dc63861c8a1b581aa06768e85ce)) * update `pkg` modules to new `cmd` package API ([35a2f23](https://github.com/fmjstudios/gopskit/commit/35a2f230f25d890576c5e034a36a45c735391523)) * **waltr:** add `configure` command ([8ebbe59](https://github.com/fmjstudios/gopskit/commit/8ebbe5954c84548ffebef5db0657d4c41a4d285a)) * **waltr:** add `methods` command ([7b837f3](https://github.com/fmjstudios/gopskit/commit/7b837f384d88a62e4e765187de52b49a3cc663f4)) * **waltr:** add `prepare keycloak` subcommand ([4865220](https://github.com/fmjstudios/gopskit/commit/486522062e586a2def96350503e37492df70fa23)) * **waltr:** add `transit` command ([4df3d14](https://github.com/fmjstudios/gopskit/commit/4df3d1490b88a39f267ddf387743b42e1325d792)) ### Bug Fixes * add secondary `init()` call ([4ca03bb](https://github.com/fmjstudios/gopskit/commit/4ca03bbadaca283e4314cb7bc03fac005db0991c)) * **pkg/env:** fix invalid indexing of `String` method for `Environment` ([2d4b756](https://github.com/fmjstudios/gopskit/commit/2d4b756351053196af68148943b8af77ced6ce4e)) * **pkg/filesystem:** fix inconsistent file reads ([888ee85](https://github.com/fmjstudios/gopskit/commit/888ee85c71cdea9c873a9d81a9219050a516c30b)) * **pre-commit:** the `excludes` to pre-commit config ([c628fbf](https://github.com/fmjstudios/gopskit/commit/c628fbf77a1646bfc8f268720743f3845d0d9898)) * **release:** add multi-arch/platform support ([0753c6b](https://github.com/fmjstudios/gopskit/commit/0753c6b5f211323f1655dd5ad218662f2cfcd67f)) --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..578531b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +## 1.0.0 (2024-09-24) + +### Features + +* add `common` central application type ([c0478ac](https://github.com/fmjstudios/gopskit/commit/c0478aca177a76e31a080757a3af393fca89e44d)) +* add `steppa` executable ([90cfa78](https://github.com/fmjstudios/gopskit/commit/90cfa78c0bf72b1dbc6a4197b83d8ed271c54d51)) +* add beta `fillr` implementation ([ed61f74](https://github.com/fmjstudios/gopskit/commit/ed61f743fd3a6dc924655f1e4e77a865b0e072e2)) +* add root and subcommands for `waltr` ([431e825](https://github.com/fmjstudios/gopskit/commit/431e825e9b986ec9e9c3aa152e9ed4a32fe8115d)) +* implement new central `App` type ([376ed0a](https://github.com/fmjstudios/gopskit/commit/376ed0aab9c7a0568847709f1a9842520f80666a)) +* implement root command for `ssolo` ([50341db](https://github.com/fmjstudios/gopskit/commit/50341db06c89aafbd9eef805c72d7e3681fea4b9)) +* implement root command for `steppa` ([92b7467](https://github.com/fmjstudios/gopskit/commit/92b746700defdc8ec3e9379e3e05f55f4865184c)) +* overhauled `core` package ([436060a](https://github.com/fmjstudios/gopskit/commit/436060ac78604f4e39c91504e2d1666514cd0c77)) +* **pkg/kube:** add `apply` implementation ([a2a1c88](https://github.com/fmjstudios/gopskit/commit/a2a1c88aa0207c8427c7248fdbc50f59c827968b)) +* **pkg/kube:** add `create` methods ([9a77d9c](https://github.com/fmjstudios/gopskit/commit/9a77d9c76ee4f985bcd900d438aefa77b4bc14b0)) +* **pkg/kube:** add `get` methods ([acde2b1](https://github.com/fmjstudios/gopskit/commit/acde2b1e9a0dbbcbe418a101410b427122b9d45a)) +* **pkg/kube:** add `port-forward` implementation ([b0d247a](https://github.com/fmjstudios/gopskit/commit/b0d247ac80d3a0a5e3b5ab00e600f0b72cc374e3)) +* **pkg/tools:** add helm functions ([17e00e5](https://github.com/fmjstudios/gopskit/commit/17e00e526227ed0f79ee80672685bc0205dc5961)) +* **pkg/util:** new changes ([5931ea0](https://github.com/fmjstudios/gopskit/commit/5931ea09e559d23cdead8af86c4644a8afaf9377)) +* rename `opsctl` to `ssolo` ([1f3663f](https://github.com/fmjstudios/gopskit/commit/1f3663f2c0e32afd85dfdaf006fce607cb4a1484)) +* renamed and rewrote `core` package to `cmd` ([48b7d73](https://github.com/fmjstudios/gopskit/commit/48b7d739d4a8427ef477fb5b75f3751775287926)) +* switch to `semantic-release` ([430a672](https://github.com/fmjstudios/gopskit/commit/430a672d41258dc63861c8a1b581aa06768e85ce)) +* update `pkg` modules to new `cmd` package API ([35a2f23](https://github.com/fmjstudios/gopskit/commit/35a2f230f25d890576c5e034a36a45c735391523)) +* **waltr:** add `configure` command ([8ebbe59](https://github.com/fmjstudios/gopskit/commit/8ebbe5954c84548ffebef5db0657d4c41a4d285a)) +* **waltr:** add `methods` command ([7b837f3](https://github.com/fmjstudios/gopskit/commit/7b837f384d88a62e4e765187de52b49a3cc663f4)) +* **waltr:** add `prepare keycloak` subcommand ([4865220](https://github.com/fmjstudios/gopskit/commit/486522062e586a2def96350503e37492df70fa23)) +* **waltr:** add `transit` command ([4df3d14](https://github.com/fmjstudios/gopskit/commit/4df3d1490b88a39f267ddf387743b42e1325d792)) + +### Bug Fixes + +* add secondary `init()` call ([4ca03bb](https://github.com/fmjstudios/gopskit/commit/4ca03bbadaca283e4314cb7bc03fac005db0991c)) +* **pkg/env:** fix invalid indexing of `String` method for `Environment` ([2d4b756](https://github.com/fmjstudios/gopskit/commit/2d4b756351053196af68148943b8af77ced6ce4e)) +* **pkg/filesystem:** fix inconsistent file reads ([888ee85](https://github.com/fmjstudios/gopskit/commit/888ee85c71cdea9c873a9d81a9219050a516c30b)) +* **pre-commit:** the `excludes` to pre-commit config ([c628fbf](https://github.com/fmjstudios/gopskit/commit/c628fbf77a1646bfc8f268720743f3845d0d9898)) +* **release:** add multi-arch/platform support ([0753c6b](https://github.com/fmjstudios/gopskit/commit/0753c6b5f211323f1655dd5ad218662f2cfcd67f))