From 70ca32b5bd88e1e895eb483510ed7b68b40fa203 Mon Sep 17 00:00:00 2001 From: Edgar Gomes Date: Fri, 29 Nov 2024 01:07:24 -0300 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ae87602 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## 1.0.0 (2024-11-29) + + +### Features + +* add the Istio labels for baseline Services and Deployments ([#8](https://github.com/kurtosis-tech/kardinal-operator/issues/8)) ([fe5a044](https://github.com/kurtosis-tech/kardinal-operator/commit/fe5a044dc99d403d34194676fbdf634a64b2a7a2)) +* CI iteration [#1](https://github.com/kurtosis-tech/kardinal-operator/issues/1) ([#3](https://github.com/kurtosis-tech/kardinal-operator/issues/3)) ([b5b0e87](https://github.com/kurtosis-tech/kardinal-operator/commit/b5b0e8758146132d863fc3c57eea11245c855614)) +* Deployment iteration [#1](https://github.com/kurtosis-tech/kardinal-operator/issues/1) ([#10](https://github.com/kurtosis-tech/kardinal-operator/issues/10)) ([d4e350f](https://github.com/kurtosis-tech/kardinal-operator/commit/d4e350f724609e36ac60777cd6b5b057d9085b02)) +* gateways and routes implementation ([#11](https://github.com/kurtosis-tech/kardinal-operator/issues/11)) ([9c6f6a1](https://github.com/kurtosis-tech/kardinal-operator/commit/9c6f6a105150e5a497d170523ea8620b751209b6)) +* Network basics ([#4](https://github.com/kurtosis-tech/kardinal-operator/issues/4)) ([8d39460](https://github.com/kurtosis-tech/kardinal-operator/commit/8d39460effaadc1bd2cbc8f21b592e047e58eef7)) +* README + TODOs ([#5](https://github.com/kurtosis-tech/kardinal-operator/issues/5)) ([e3ec31c](https://github.com/kurtosis-tech/kardinal-operator/commit/e3ec31cc8ee54350755295b9f213cb1ca9a2b4e9)) + + +### Bug Fixes + +* fallback to baseline in GetNetIngresses ([#7](https://github.com/kurtosis-tech/kardinal-operator/issues/7)) ([7c10b56](https://github.com/kurtosis-tech/kardinal-operator/commit/7c10b561264afd70fa4dc44ea9f5ef2eef649af5)) +* Release fix ([#14](https://github.com/kurtosis-tech/kardinal-operator/issues/14)) ([25ea206](https://github.com/kurtosis-tech/kardinal-operator/commit/25ea2066b6981f8da22abd38f15d32893bbf9202))