Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "0.1.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## [0.1.0](https://github.com/opzkit/argocd-bootstrap-template/compare/v0.0.1...v0.1.0) (2025-08-11)


### Features

* add CI configuration and tools for code quality ([#2](https://github.com/opzkit/argocd-bootstrap-template/issues/2)) ([eb67fa6](https://github.com/opzkit/argocd-bootstrap-template/commit/eb67fa66d924459e7d9ceaded311edeced32cd22))


### Miscellaneous Chores

* **deps:** add renovate.json ([#1](https://github.com/opzkit/argocd-bootstrap-template/issues/1)) ([f229676](https://github.com/opzkit/argocd-bootstrap-template/commit/f229676476116ed64a78c53cc065dfe6ff738b25))
* **deps:** pin googleapis/release-please-action action to a02a34c ([#4](https://github.com/opzkit/argocd-bootstrap-template/issues/4)) ([ab7f6cb](https://github.com/opzkit/argocd-bootstrap-template/commit/ab7f6cbe8fb3d0f6a74b38eacb1fcec59d5b2116))
* **deps:** update actions/checkout action to v4.3.0 ([#17](https://github.com/opzkit/argocd-bootstrap-template/issues/17)) ([5c2dde7](https://github.com/opzkit/argocd-bootstrap-template/commit/5c2dde720578bd21521450848cb5b1a3fc256131))
* **deps:** update actions/checkout digest to 08eba0b ([#16](https://github.com/opzkit/argocd-bootstrap-template/issues/16)) ([ed7c4f8](https://github.com/opzkit/argocd-bootstrap-template/commit/ed7c4f8b9610cc70177aece368ca5916d2183a7c))
* **deps:** update actions/setup-python action to v5.6.0 ([#7](https://github.com/opzkit/argocd-bootstrap-template/issues/7)) ([83d3a5e](https://github.com/opzkit/argocd-bootstrap-template/commit/83d3a5e7711be3df0ca3d96350946302ebae33fa))
* **deps:** update pre-commit hook antonbabenko/pre-commit-terraform to v1.100.0 ([#14](https://github.com/opzkit/argocd-bootstrap-template/issues/14)) ([fe1be19](https://github.com/opzkit/argocd-bootstrap-template/commit/fe1be197110167aceb1f6de88622caac121e045b))
* **deps:** update pre-commit hook antonbabenko/pre-commit-terraform to v1.99.0 ([#6](https://github.com/opzkit/argocd-bootstrap-template/issues/6)) ([963e672](https://github.com/opzkit/argocd-bootstrap-template/commit/963e6729deb60daca411dd080f7014fdd6d9e9d0))
* **deps:** update pre-commit hook antonbabenko/pre-commit-terraform to v1.99.1 ([#10](https://github.com/opzkit/argocd-bootstrap-template/issues/10)) ([243de09](https://github.com/opzkit/argocd-bootstrap-template/commit/243de0901345e420e222a0cb17f47a73e7dafcd4))
* **deps:** update pre-commit hook antonbabenko/pre-commit-terraform to v1.99.3 ([#11](https://github.com/opzkit/argocd-bootstrap-template/issues/11)) ([8c0a503](https://github.com/opzkit/argocd-bootstrap-template/commit/8c0a5031e50374ddeec88bc7e69dbaf109ff2a33))
* **deps:** update pre-commit hook antonbabenko/pre-commit-terraform to v1.99.4 ([#12](https://github.com/opzkit/argocd-bootstrap-template/issues/12)) ([e8b30f1](https://github.com/opzkit/argocd-bootstrap-template/commit/e8b30f1798023feccc404f0e1563a6165f987925))
* **deps:** update pre-commit hook antonbabenko/pre-commit-terraform to v1.99.5 ([#13](https://github.com/opzkit/argocd-bootstrap-template/issues/13)) ([3acd284](https://github.com/opzkit/argocd-bootstrap-template/commit/3acd284dbdf5a353ceabb93aa34cbe26c0264f86))
* remove unnecessary work flow for release please ([#8](https://github.com/opzkit/argocd-bootstrap-template/issues/8)) ([36f2953](https://github.com/opzkit/argocd-bootstrap-template/commit/36f295378915905cddce217060cb495aa1d72556))
Loading