diff --git a/CHANGELOG.md b/CHANGELOG.md index befd292a..20f43937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.7.0](https://github.com/bakdata/quick/tree/0.7.0) (2022-07-20) + +[Full Changelog](https://github.com/bakdata/quick/compare/0.6.0...0.7.0) + +**Documentation updates:** + +- Document supported GraphQL elements [\#32](https://github.com/bakdata/quick/issues/32) +- Broken links in documentation [\#11](https://github.com/bakdata/quick/issues/11) +- Move solutions to main repository [\#7](https://github.com/bakdata/quick/issues/7) + +**Miscellaneous:** + +- Expose partition information in mirror [\#30](https://github.com/bakdata/quick/issues/30) +- `TopicTypeService` should be aware of different schema formats [\#24](https://github.com/bakdata/quick/issues/24) +- GraphQL to Protobuf converter [\#23](https://github.com/bakdata/quick/issues/23) +- Ensure Protobuf schema doesn't exist when creating a new topic [\#22](https://github.com/bakdata/quick/issues/22) +- New configuration variable for schema type [\#21](https://github.com/bakdata/quick/issues/21) +- Improve validation checks for the topic directive [\#20](https://github.com/bakdata/quick/issues/20) +- Enable the app deployment from a private container registry [\#18](https://github.com/bakdata/quick/issues/18) +- Design: Protobuf support [\#17](https://github.com/bakdata/quick/issues/17) +- No error message when creating the same gateway, app, or mirror multiple times [\#15](https://github.com/bakdata/quick/issues/15) +- New `TypeResolver` for Protobuf [\#2](https://github.com/bakdata/quick/issues/2) +- Support reading Protobuf data [\#1](https://github.com/bakdata/quick/issues/1) + + + + ## [0.6.0](https://github.com/bakdata/quick/tree/0.6.0) (2022-04-24) diff --git a/deployment/helm/quick/Chart.yaml b/deployment/helm/quick/Chart.yaml index 94cd1fec..559a491c 100644 --- a/deployment/helm/quick/Chart.yaml +++ b/deployment/helm/quick/Chart.yaml @@ -15,9 +15,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.0-dev +version: 0.7.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.7.0-dev +appVersion: 0.7.0 diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index d24c5f42..086d5cc1 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,5 +1,32 @@ # Changelog +## [0.7.0](https://github.com/bakdata/quick/tree/0.7.0) (2022-07-20) + +[Full Changelog](https://github.com/bakdata/quick/compare/0.6.0...0.7.0) + +**Documentation updates:** + +- Document supported GraphQL elements [\#32](https://github.com/bakdata/quick/issues/32) +- Broken links in documentation [\#11](https://github.com/bakdata/quick/issues/11) +- Move solutions to main repository [\#7](https://github.com/bakdata/quick/issues/7) + +**Miscellaneous:** + +- Expose partition information in mirror [\#30](https://github.com/bakdata/quick/issues/30) +- `TopicTypeService` should be aware of different schema formats [\#24](https://github.com/bakdata/quick/issues/24) +- GraphQL to Protobuf converter [\#23](https://github.com/bakdata/quick/issues/23) +- Ensure Protobuf schema doesn't exist when creating a new topic [\#22](https://github.com/bakdata/quick/issues/22) +- New configuration variable for schema type [\#21](https://github.com/bakdata/quick/issues/21) +- Improve validation checks for the topic directive [\#20](https://github.com/bakdata/quick/issues/20) +- Enable the app deployment from a private container registry [\#18](https://github.com/bakdata/quick/issues/18) +- Design: Protobuf support [\#17](https://github.com/bakdata/quick/issues/17) +- No error message when creating the same gateway, app, or mirror multiple times [\#15](https://github.com/bakdata/quick/issues/15) +- New `TypeResolver` for Protobuf [\#2](https://github.com/bakdata/quick/issues/2) +- Support reading Protobuf data [\#1](https://github.com/bakdata/quick/issues/1) + + + + ## [0.6.0](https://github.com/bakdata/quick/tree/0.6.0) (2022-04-24) Open-Source release 🎉 diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 9c2e0068..5fd6c61c 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -45,7 +45,7 @@ markdown_extensions: emoji_generator: !!python/name:materialx.emoji.to_svg extra: - quick_version: 0.7.0-dev + quick_version: 0.7.0 version: provider: mike