Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 4.59 KB

File metadata and controls

39 lines (31 loc) · 4.59 KB

Changelog

[0.11.0] - estimated 2024-07

  • [theia-cloud-crds] Add option field to CRDs and increase version to Session.v1beta8, Workspace.v1beta5 and AppDefinition.v1beta10 #55 | #293
  • [theia-cloud] Add configurable image preloading #56
  • [theia-cloud] Add landing page configuration options for logo file extension, loading text, user info title & text #58 - contributed on behalf of STMicroelectronics
  • [theia-cloud-base] Self signed certificates are now signed by a Theia Cloud certificate authority. The certificate of the authority may be exported and imported in your Browser for easier local testing #57
  • [theia-cloud-crds] Add ingressHostnamePrefixes list to AppDefinition.v1beta10 #57 | #298
  • [theia-cloud] Add additionalWildcardInstances to values and create TLS entries for them in the instances-ingress #57
  • [theia-cloud] Add hosts.paths.tlsSecretName to values which allows to optionally set the tls secretName on the ingress tls section when using paths #57
  • [theia-cloud] Add ingress.certManagerAnnotations to values which allows to configure whether cert manager annotations will be added to the ingresses #57

[0.10.0] - 2024-04-02

  • [theia-cloud-crds] Provide conversion webhook for newer versions of CRDs #49 | #283 - contributed on behalf of STMicroelectronics
    • This webhook is called, whenever a resource is requested in a specific version
    • This is enabled from these versions: AppDefintion.v1beta8, Session.v1beta6 and Workspace.v1beta3
    • Older versions are deprecated and no longer in the definition
  • [theia-cloud-crds] Move status like fields to status # | #283 - contributed on behalf of STMicroelectronics
    • 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
  • [theia-cloud-crds] Remove timeout.strategy from AppDefinition # | #283 - contributed on behalf of STMicroelectronics
    • AppDefinition.v1beta9: Removed timeout.strategy and timeout.limit is now just timeout. This was done, as there is only one Strategy left.
  • [theia-cloud-crds] Provide shortnames for AppDefinition (appdef, ad) and Workspaces (ws) #52 | #289 - contributed on behalf of STMicroelectronics
  • [theia-cloud] Make demo application optional (demoApplication.install) and group relevant fields together #52 | #289 - contributed on behalf of STMicroelectronics
    • image -> demoApplication
    • monitor.port -> demoApplication.monitor.port
    • monitor.activityTracker.timeoutAfter -> demoApplication.monitor.activityTracker.timeoutAfter
    • monitor.activityTracker.notifyAfter -> demoApplication.monitor.activityTracker.notifyAfter

[0.9.0] - 2024-01-23

  • [All charts] Align versioning between all components and introduce changelog #45 | #258 - contributed on behalf of STMicroelectronics
  • [All charts] Change CRD versions from vXbeta to v1betaX and only keep latest two versions #46 | #266 - contributed on behalf of STMicroelectronics

[0.8.1] - 2023-10-01

  • Last Milestone based version. No changelog available due to alpha-phase.