Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 20, 2022
1 parent f3255cc commit 1a6e0da
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions deployment/helm/quick/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
27 changes: 27 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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 🎉
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1a6e0da

Please sign in to comment.