Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#15)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.1.1](v0.1.0...0.1.1)
(2024-07-08)


### Features

* add js and nix package to cli-kontrol-api
([#11](#11))
([d007773](d007773))
* add more info to docs
([#17](#17))
([54400fb](54400fb))
* added release please
([#6](#6))
([7c38358](7c38358))
* adding multi tenant support
([#8](#8))
([75b736f](75b736f))
* adding the `kardinal manager deploy` and `kardinal manager remove` CLI
commands ([#10](#10))
([af8843c](af8843c))
* adding the health check endpoint for the API
([#14](#14))
([15a1b0d](15a1b0d))
* DRY ref to main branch in CI
([#12](#12))
([f32ef8c](f32ef8c))
* publish cli binaries and add install script
([#22](#22))
([e1e27e4](e1e27e4))
* quickstart docs added
([#16](#16))
([9f1a759](9f1a759))
* removing kardinal-cli binary
([#13](#13))
([31325f1](31325f1))
* update topology API
([#9](#9))
([2e96ff8](2e96ff8))


### Bug Fixes

* fix some typos in README.md
([#23](#23))
([2be7f55](2be7f55))
* update images pulls
([#18](#18))
([212cfe8](212cfe8))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
lostbean authored Jul 8, 2024
1 parent e1e27e4 commit 05b54eb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
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.1](https://github.com/kurtosis-tech/kardinal/compare/v0.1.0...0.1.1) (2024-07-08)


### Features

* add js and nix package to cli-kontrol-api ([#11](https://github.com/kurtosis-tech/kardinal/issues/11)) ([d007773](https://github.com/kurtosis-tech/kardinal/commit/d0077735972bccdc40e48cd1b03a9d7122429d73))
* add more info to docs ([#17](https://github.com/kurtosis-tech/kardinal/issues/17)) ([54400fb](https://github.com/kurtosis-tech/kardinal/commit/54400fb9d65ad9edb01b2e76edb6ef3680b79a29))
* added release please ([#6](https://github.com/kurtosis-tech/kardinal/issues/6)) ([7c38358](https://github.com/kurtosis-tech/kardinal/commit/7c3835830b2616bffb5bbe5a64166154a5953314))
* adding multi tenant support ([#8](https://github.com/kurtosis-tech/kardinal/issues/8)) ([75b736f](https://github.com/kurtosis-tech/kardinal/commit/75b736fe24adce93b5fff7ee7eef9f7f5ead461c))
* adding the `kardinal manager deploy` and `kardinal manager remove` CLI commands ([#10](https://github.com/kurtosis-tech/kardinal/issues/10)) ([af8843c](https://github.com/kurtosis-tech/kardinal/commit/af8843cc3f08f8151741465b1e678b6ec76e80f6))
* adding the health check endpoint for the API ([#14](https://github.com/kurtosis-tech/kardinal/issues/14)) ([15a1b0d](https://github.com/kurtosis-tech/kardinal/commit/15a1b0d2bfb89c01e960657f7209cd1abf59b6c1))
* DRY ref to main branch in CI ([#12](https://github.com/kurtosis-tech/kardinal/issues/12)) ([f32ef8c](https://github.com/kurtosis-tech/kardinal/commit/f32ef8c3d04d24f2aeacec41d89bf627d9221c89))
* publish cli binaries and add install script ([#22](https://github.com/kurtosis-tech/kardinal/issues/22)) ([e1e27e4](https://github.com/kurtosis-tech/kardinal/commit/e1e27e4d0511ac613f66fb71b84cd135cf55e4c5))
* quickstart docs added ([#16](https://github.com/kurtosis-tech/kardinal/issues/16)) ([9f1a759](https://github.com/kurtosis-tech/kardinal/commit/9f1a759a7f1d50778f0a5ee6f17c843566f18356))
* removing kardinal-cli binary ([#13](https://github.com/kurtosis-tech/kardinal/issues/13)) ([31325f1](https://github.com/kurtosis-tech/kardinal/commit/31325f144d60802968572b71e8e997eecd391c52))
* update topology API ([#9](https://github.com/kurtosis-tech/kardinal/issues/9)) ([2e96ff8](https://github.com/kurtosis-tech/kardinal/commit/2e96ff810e4a05ef1e7eb0ed52f6cff07c6fde4a))


### Bug Fixes

* fix some typos in README.md ([#23](https://github.com/kurtosis-tech/kardinal/issues/23)) ([2be7f55](https://github.com/kurtosis-tech/kardinal/commit/2be7f5544559148448daef072b9b39cf3c3ba403))
* update images pulls ([#18](https://github.com/kurtosis-tech/kardinal/issues/18)) ([212cfe8](https://github.com/kurtosis-tech/kardinal/commit/212cfe810f9c4bc21a25f9ac19751768cf6fcda4))
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit 05b54eb

Please sign in to comment.