You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename Theia.Cloud to Theia Cloud and Improve Ingress/Host configuration (eclipse-theia#314)
* Update Theia.Cloud to Theia Cloud
* regenerate common API using older version of opanapi generator
* adjust to helm renames because of Ingress/Host configuration improvements
Contributed on behalf of STMicroelectronics
Co-authored-by: Simon Graband <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@
11
11
- Build the common package as ESM and CJS bundles for extended compatibility
12
12
-[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)
13
13
14
+
### Breaking Changes in 0.11.0
15
+
16
+
See the helm chart Changelog for [more details](https://github.com/eclipsesource/theia-cloud-helm/blob/main/CHANGELOG.md).
17
+
14
18
## [0.10.0] - 2024-04-02
15
19
16
20
-[.github/workflows] Improve version detection in workflows (do not build release commits, auto-detect version for demo publishing) [#280](https://github.com/eclipsesource/theia-cloud/pull/280) - contributed on behalf of STMicroelectronics
Copy file name to clipboardexpand all lines: documentation/platforms/Minikube.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ In Chrome:
22
22
In Firefox:
23
23
`Warning: Potential Security Risk Ahead -> Advanced... -> Accept the Risk and Continue`
24
24
25
-
## Testing local Theia.cloud images
25
+
## Testing local Theia Cloud images
26
26
27
27
You can test locally build images (e.g. of the landing page, service, or operator) by building them in Minikube and then using them in the Minikube Helm chart.
Copy file name to clipboardexpand all lines: java/service/org.eclipse.theia.cloud.service/src/main/java/org/eclipse/theia/cloud/service/TheiaCloudApiApplication.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,6 @@
20
20
21
21
importjakarta.ws.rs.core.Application;
22
22
23
-
@OpenAPIDefinition(info = @Info(title = "Theia.cloud API", version = "0.10.0"))
23
+
@OpenAPIDefinition(info = @Info(title = "Theia Cloud API", version = "0.11.0"))
0 commit comments