-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
777696f
commit acf161f
Showing
2 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{} | ||
{".":"0.1.0"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Changelog | ||
|
||
## 0.1.0 (2024-11-05) | ||
|
||
|
||
### Features | ||
|
||
* initial libvirt operator implementation ([83fd20b](https://github.com/karelvanhecke/libvirt-operator/commit/83fd20b56c3af41baa66960b4fd028a39b14439a)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* **config:** migrate renovate config ([#9](https://github.com/karelvanhecke/libvirt-operator/issues/9)) ([faf8088](https://github.com/karelvanhecke/libvirt-operator/commit/faf80883fd814713e9301fe3e8237162d8bf2454)) | ||
* **deps:** update renovatebot/github-action action to v40.3.5 ([#14](https://github.com/karelvanhecke/libvirt-operator/issues/14)) ([777696f](https://github.com/karelvanhecke/libvirt-operator/commit/777696f18e8c0e29714860adae9f37c0dc74c84c)) | ||
* initial commit ([8f744ff](https://github.com/karelvanhecke/libvirt-operator/commit/8f744ff74e4fe6be3bbd2ef3b752765316c2342b)) | ||
* set initial version v0.1.0 ([#6](https://github.com/karelvanhecke/libvirt-operator/issues/6)) ([df46027](https://github.com/karelvanhecke/libvirt-operator/commit/df46027efff11e556172e866d3a18507bc9e856e)) | ||
|
||
|
||
### Code Refactoring | ||
|
||
* rename auth.go to auth_types.go ([#13](https://github.com/karelvanhecke/libvirt-operator/issues/13)) ([4e09609](https://github.com/karelvanhecke/libvirt-operator/commit/4e09609b1f947261d7d7670b1e29dc24483076bb)) | ||
|
||
|
||
### Continuous Integration | ||
|
||
* add continuous integration workflow ([#17](https://github.com/karelvanhecke/libvirt-operator/issues/17)) ([7bf135e](https://github.com/karelvanhecke/libvirt-operator/commit/7bf135ef37eee78e7e44af36173d4b86d6fcc1e1)) | ||
* drop renovate validator workflow ([#19](https://github.com/karelvanhecke/libvirt-operator/issues/19)) ([894c1bc](https://github.com/karelvanhecke/libvirt-operator/commit/894c1bc17ddc7ac676cbad091b111d77131d5b6c)) | ||
* fix release please manifest ([#3](https://github.com/karelvanhecke/libvirt-operator/issues/3)) ([37b569a](https://github.com/karelvanhecke/libvirt-operator/commit/37b569ae077a17bb9265fcc55fa662bd4db5fa25)) | ||
* pull request checks ([#12](https://github.com/karelvanhecke/libvirt-operator/issues/12)) ([c753dd7](https://github.com/karelvanhecke/libvirt-operator/commit/c753dd78b96e8301c526442f15f7365c38033c11)) | ||
* release workflow ([#15](https://github.com/karelvanhecke/libvirt-operator/issues/15)) ([df5f23c](https://github.com/karelvanhecke/libvirt-operator/commit/df5f23cf251981706be42e468f857374db17296f)) | ||
* set operator version in release workflow ([#16](https://github.com/karelvanhecke/libvirt-operator/issues/16)) ([528de0a](https://github.com/karelvanhecke/libvirt-operator/commit/528de0a58cca8941d58c926158b66820ef966f1e)) | ||
* set required global option 'repositories' ([#22](https://github.com/karelvanhecke/libvirt-operator/issues/22)) ([d0a2a4c](https://github.com/karelvanhecke/libvirt-operator/commit/d0a2a4c36c918bff70fbbe271b7fc6358300f49e)) | ||
* setup renovate and release-please ([1103752](https://github.com/karelvanhecke/libvirt-operator/commit/1103752c19ff7d494b2f9ec8ed752823191718d0)) | ||
* show all sections in changelog ([#20](https://github.com/karelvanhecke/libvirt-operator/issues/20)) ([290470c](https://github.com/karelvanhecke/libvirt-operator/commit/290470c673228c862fa916f55713b91664e5235c)) | ||
* update and set renovate.json for renovate action ([#5](https://github.com/karelvanhecke/libvirt-operator/issues/5)) ([b8c207f](https://github.com/karelvanhecke/libvirt-operator/commit/b8c207f4e76d7900bc9555ca88a13e294a2fa21b)) | ||
* use Renovate best practices preset ([#21](https://github.com/karelvanhecke/libvirt-operator/issues/21)) ([cf14d87](https://github.com/karelvanhecke/libvirt-operator/commit/cf14d87d2b599182c80f5fe3d8e1b5b034c45149)) |