Skip to content

Releases: eclipse-theia/theia-cloud

0.11.1

23 Jul 11:50
Compare
Choose a tag to compare

This contains the following fixes:
2459880 Fix max instances error reporting and handling

Full Changelog: 0.11.0...0.11.1

0.11.0

23 Jul 07:07
3d1bdf5
Compare
Choose a tag to compare

Changelog

  • [common] Add option field to CRDs and increase version to Session.v1beta8, Workspace.v1beta5 and AppDefinition.v1beta10 #293 | #55
  • [java] Separate operator default implementation from library to allow for easier customization #303
  • [node] Unify the existing landing and try now pages to a new ViteJS based landing page #304 | #58 - contributed on behalf of STMicroelectronics
    • The new page is based on the old try now page but uses ViteJS instead of the deprecated Create React App
    • Extend configuration options for the new landing page for texts and logo file type
    • Removed terms and conditions
    • Build the common package as ESM and CJS bundles for extended compatibility
  • [common] Add ingressHostnamePrefixes list to AppDefinition.v1beta10 #298 | #57
  • [java] Improved naming for kubernetes resources #326

Breaking Changes

See the helm chart Changelog for more details.

Pull Requests

Full Changelog: 0.10.0...0.11.0

0.10.0

02 Apr 11:42
c69bbaf
Compare
Choose a tag to compare

Changelog

  • [.github/workflows] Improve version detection in workflows (do not build release commits, auto-detect version for demo publishing) #280 - contributed on behalf of STMicroelectronics
  • [node] Separate monitor package from other workspaces to fix bundling the extension #280 - contributed on behalf of STMicroelectronics
  • [conversion] Provide java conversion webhook for CRD updates #283 | #49 - contributed on behalf of STMicroelectronics
  • [.github/workflows] Add ci for conversion-webhook and fix typo to build on version bumps #283 | #49 - contributed on behalf of STMicroelectronics
  • [common] Update CRs, keep previous version and offer Hub (used by conversion-webhook) #283 | #49 - contributed on behalf of STMicroelectronics
    • Move status like fields to status
      • Session.v1beta7: Move url, lastActivity and error fields from the spec to the status.
      • Workspace.v1beta4: Move the error field from the spec to the status. Also add the error field to Workspace.v1beta3 as it was missing
    • Remove timeout.strategy from AppDefinition
      • AppDefinition.v1beta9: Removed timeout.strategy and timeout.limit is now just timeout. This was done, as there is only one Strategy left.
  • [java] Update io.fabric8.kubernetes-client to version 6.10.0. Also update Quarkus platform to 3.8.1. This provides kubernetes 1.29 support #287
  • [terraform] Change terraform values to conform to helm chart changes #289 | #52 - contributed on behalf of STMicroelectronics

Pull Requests

Full Changelog: 0.9.0...0.10.0

0.9.2

22 Mar 13:46
Compare
Choose a tag to compare

This contains the following backports:
fb719b9: Update kubernetes-client version to 1.29
15ebde5: Introduce custom specwatch counter

Full Changelog: 0.9.1...0.9.2

0.9.1

23 Jan 15:26
Compare
Choose a tag to compare

This contains the following backports:

  • c9d9865 Revert common package, as the try-now-page was broken.

Full Changelog: 0.9.0...0.9.1

0.9.0

23 Jan 13:34
Compare
Choose a tag to compare

Changelog

  • [node/landing-page] Make npm workspace and remove yarn references from repo #258 | #45 - contributed on behalf of STMicroelectronics
  • [All components] Align versioning between all components and introduce Changelog #258 | #45 - contributed on behalf of STMicroelectronics
  • [All components] Update CRD version scheme for all CRDs from theia.cloud/vXbeta to theia.cloud/v1betaX #266 | #46 - contributed on behalf of STMicroelectronics
  • [java/service] Update Quarkus from 2.12.0 to 3.3.1 #266 - contributed on behalf of STMicroelectronics
  • [java] Update fabric8 Kubernetes client from 5.12.2 to 6.7.2 #266 - contributed on behalf of STMicroelectronics
  • [java/common] Introduce hub-objects for all custom resources #266 - contributed on behalf of STMicroelectronics
  • [demo] Fix demo applications to Theia's latest Community Release (1.43.1) #267 - contributed on behalf of STMicroelectronics
  • [node/monitor-theia] Make @theia dependencies peerDependencies #267 - contributed on behalf of STMicroelectronics
  • [node] Update to node 20 #269
  • [All components] Clean up repository #275 - contributed on behalf of STMicroelectronics

Pull Requests

New Contributors

Full Changelog: 0.8.0...0.9.0