Version 3.0.0
Upcoming Changes
For details on significant changes in future versions, including feature deprecations and removals which may necessitate updates to existing workshops, see Upcoming changes.
New Features
New data variable added for
registry_auth_token. This combines both the registry username and password, separated by a colon, and base64 encoded. The format is as would be expected for HTTP Basic authentication. The variable can be used when setting headers for a session ingress proxy. This is also available as an environment variable in a workshop session as the variableREGISTRY_AUTH_TOKEN.New data variable added for
git_auth_token. This combines both the Git username and password, separated by a colon, and base64 encoded. The format is as would be expected for HTTP Basic authentication. The variable can be used when setting headers for a session ingress proxy. This is also available as an environment variable in a workshop session as the variableGIT_AUTH_TOKEN.
Features Changed
When using
educates create-cluster, if you want the local secrets cache to be copied to the cluster and the installation configuration to be automatically adjusted to use the wildcard certificate or CA secrets, you must supply the--with-local-secretsoption. The same option will also need to be supplied witheducates admin config viewandeducates admin platform deploycommands as well.The
educates admin platform updatecommand no longer exists for when using local user config witheducates create-cluster. If you want to update the in-cluster configuration for Educates when using the local user config, you will need to output the config to a separate file usingeducates admin config viewand useeducates admin platform deployto apply the updated local config to the cluster.educates admin config edit educates admin config view --with-local-secrets > config.yaml educates admin platform deploy --with-local-secrets --config config.yaml
Bugs Fixed
Theme overrides were not being applied to access control pages of the training portal.
The
changeOriginproperty was missing from theWorkshopcustom resource defintion foringresseseven though was documented as something that could be set.