Skip to content

Commit

Permalink
Prepare 0.11.0 Release (#329)
Browse files Browse the repository at this point in the history
* Update changelog for 0.11.0
* Update versions
* Update package locks
* Update vsix
* Update Terraform Charts
  • Loading branch information
jfaltermeier authored Jul 23, 2024
1 parent 76dd607 commit 3d1bdf5
Show file tree
Hide file tree
Showing 30 changed files with 5,125 additions and 23,480 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
required: true

env:
VERSION: 0.11.0-next
VERSION: 0.11.0

jobs:
check-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
required: true

env:
VERSION: 0.11.0-next
VERSION: 0.11.0

jobs:
build:
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [0.11.0] - estimated 2024-07
<!-- ## [0.12.0] - estimated 2024-10 -->

## [0.11.0] - 2024-07-23

- [common] Add option field to CRDs and increase version to `Session.v1beta8`, `Workspace.v1beta5` and `AppDefinition.v1beta10` [#293](https://github.com/eclipsesource/theia-cloud/pull/293) | [#55](https://github.com/eclipsesource/theia-cloud-helm/pull/55)
- [java] Separate operator default implementation from library to allow for easier customization [#303](https://github.com/eclipsesource/theia-cloud/pull/303)
Expand All @@ -10,6 +12,7 @@
- Removed terms and conditions
- Build the common package as ESM and CJS bundles for extended compatibility
- [common] Add `ingressHostnamePrefixes` list to `AppDefinition.v1beta10` [#298](https://github.com/eclipsesource/theia-cloud/pull/298) | [#57](https://github.com/eclipsesource/theia-cloud-helm/pull/57)
- [java] Improved naming for kubernetes resources [#326](https://github.com/eclipsesource/theia-cloud/pull/326)

### Breaking Changes in 0.11.0

Expand Down
Loading

0 comments on commit 3d1bdf5

Please sign in to comment.