From 7b33d9990e2462f820abe235bbc556c215b0b74f Mon Sep 17 00:00:00 2001 From: bakdata-bot Date: Thu, 19 Dec 2024 15:12:02 +0000 Subject: [PATCH] Changelog for version 2.0.0 --- CHANGELOG.md | 188 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d456190 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,188 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [2.0.0](https://github.com/bakdata/kpops-examples/tree/2.0.0) - 2024-12-19 +### What's changed + +* [Gradle Release Plugin] - new version commit: '2.0.1-SNAPSHOT'. + + +**Full Changelog**: https://github.com/bakdata/kpops-examples/compare/2.0.0...2.0.0 + +## [2.0.0](https://github.com/bakdata/kpops-examples/tree/2.0.0) - 2024-12-19 +### What's changed + +* Initial commit by @yannick-roeder + +* Create a word count pipeline by @MichaelKora + +* Clean up project by @raminqaf + +* Remove .gradle by @raminqaf + +* Update files by @raminqaf + +* Add test for streams app by @raminqaf + +* Update files by @raminqaf + +* Move to folder by @raminqaf + +* Deploy kafka connector by @MichaelKora + +* Delete .idea directory by @MichaelKora + +* Delete .DS_Store by @MichaelKora + +* Clean code by @MichaelKora + +* Clean code by @MichaelKora + +* Update docu and set databases number to 1 by @MichaelKora + +* Deploy to new namespace and create tmp dir by @MichaelKora + +* Clean code using review by @MichaelKora + +* Clean code using review by @MichaelKora + +* Clean code using review by @MichaelKora + +* Clean code using review by @MichaelKora + +* Clean code using review by @MichaelKora + +* Clean code using review by @MichaelKora + +* Clean documentation and allow 1 kafka broker deployment by @MichaelKora + +* Clean code by @MichaelKora + +* Clean code by @MichaelKora + +* Remove image PullPolicy since default is ifNotPresent by @MichaelKora + +* Allow deployment of one broker by @MichaelKora + +* Update docker push by @MichaelKora + +* Push images to dockerHub by @MichaelKora + +* Push images to dockerHub by @MichaelKora + +* Set image url and tag for the kafka apps by @MichaelKora + +* Add readme for project by @MichaelKora + +* Clean code by @MichaelKora + +* Update README.md by @MichaelKora + +* Update README.md by @MichaelKora + +* Update README.md by @MichaelKora + +* Update word-count/README.md by @MichaelKora + +* Use review to update code by @MichaelKora + +* Clean code by @MichaelKora + +* Clean code by @MichaelKora + +* Remove tmp folder by @MichaelKora + +* Update README.md by @MichaelKora + +* Update code using reviews by @MichaelKora + +* Update README.md by @MichaelKora + +* Update word-count/README.md by @MichaelKora + +* Update README.md by @MichaelKora + +* Update code using reviews by @MichaelKora + +* Update code using reviews by @MichaelKora + +* Update word-count/tmp/uninstall-pipeline.sh by @MichaelKora + +* Rename tmp to deployment by @MichaelKora + +* Update README.md by @MichaelKora + +* Create a word count pipeline by @MichaelKora in [#1](https://github.com/bakdata/kpops-examples/pull/1) + +* Working kpops deployment of WC by @sujuka99 + +* misc fixes by @sujuka99 + +* remove `topics` from redis config by @sujuka99 + +* moved some lines from pipeline to defaults by @sujuka99 + +* configured topic cleanup.policy by @sujuka99 + +* Create a pipeline.yaml for WC deployment with kpops by @sujuka99 in [#2](https://github.com/bakdata/kpops-examples/pull/2) + +* Remove pipeline prefix by @disrupted + +* Configure prefix by @disrupted + +* Format pipeline.yaml by @disrupted + +* Remove pipeline prefix by @disrupted in [#3](https://github.com/bakdata/kpops-examples/pull/3) + +* Remove prefix from topic names, rename sink connector to use dashes by @sujuka99 in [#5](https://github.com/bakdata/kpops-examples/pull/5) + +* Link doc to KPOps documentation by @sujuka99 in [#8](https://github.com/bakdata/kpops-examples/pull/8) + +* change `kafka-connect` to `kafka-connector` by @sujuka99 in [#10](https://github.com/bakdata/kpops-examples/pull/10) + +* Update word count example for KPOps breaking changes by @disrupted in [#13](https://github.com/bakdata/kpops-examples/pull/13) + +* Use template for Kafka brokers & simplify pipeline prefix by @disrupted in [#14](https://github.com/bakdata/kpops-examples/pull/14) + +* Add documentation about how to update the applications by @MichaelKora in [#18](https://github.com/bakdata/kpops-examples/pull/18) + +* Update & restructure word-count example for KPOps v3 by @disrupted in [#20](https://github.com/bakdata/kpops-examples/pull/20) + +* Add ATM fraud example by @disrupted in [#21](https://github.com/bakdata/kpops-examples/pull/21) + +* Include pipeline name as topic prefix by @disrupted in [#22](https://github.com/bakdata/kpops-examples/pull/22) + +* Update config for KPOps v4 by @disrupted in [#23](https://github.com/bakdata/kpops-examples/pull/23) + +* Update examples for KPOps 7.0 by @disrupted in [#24](https://github.com/bakdata/kpops-examples/pull/24) + +* Rename role to label by @raminqaf in [#25](https://github.com/bakdata/kpops-examples/pull/25) + +* Suffix producer and streams app with -v2 by @raminqaf in [#26](https://github.com/bakdata/kpops-examples/pull/26) + +* Prefix defaults.yaml components with -v2 by @raminqaf in [#27](https://github.com/bakdata/kpops-examples/pull/27) + +* Update word-count to streams bootstrap 3 by @raminqaf in [#28](https://github.com/bakdata/kpops-examples/pull/28) + +* Add CI for build and publish docker Images by @raminqaf in [#29](https://github.com/bakdata/kpops-examples/pull/29) + +* Bump release workflow to fix wrong working directory by @raminqaf in [#30](https://github.com/bakdata/kpops-examples/pull/30) + +* Bump release workflow to fix wrong working directory by @raminqaf in [#31](https://github.com/bakdata/kpops-examples/pull/31) + +* Downgrade GitHub release workflow by @raminqaf in [#32](https://github.com/bakdata/kpops-examples/pull/32) + +* Fix GitHub release workflow by @raminqaf in [#33](https://github.com/bakdata/kpops-examples/pull/33) + +* [Gradle Release Plugin] - pre tag commit: '2.0.0'. + + +### New Contributors +* @raminqaf made their first contribution in [#33](https://github.com/bakdata/kpops-examples/pull/33) +* @disrupted made their first contribution in [#24](https://github.com/bakdata/kpops-examples/pull/24) +* @MichaelKora made their first contribution in [#18](https://github.com/bakdata/kpops-examples/pull/18) +* @sujuka99 made their first contribution in [#10](https://github.com/bakdata/kpops-examples/pull/10) +* @yannick-roeder made their first contribution + +