Skip to content

0.40.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@wtrocki wtrocki released this 13 Apr 16:36
· 287 commits to main since this release
f0cf730

Release Notes

RHOAS Context feature

New rhoas context commands were introduced to allow users to create different groups of services.
Context can be used to interact with services in the CLI and generate configuration using

rhoas generate-config

New context and context generation provide alternative for the rhoas cluster commands as users
can now create secrets themselves. For example:

rhoas generate-config
oc create secret generic kafka-details --from-file=rhoas.json

CLI autoupdates

From this version RHOAS CLI will have option to autoupdate itself on startup.
For some operating systems autoupdate will require running command as root (sudo rhoas)

What's Changed

New Contributors

Full Changelog: v0.39.0...v0.40.0-beta1