0.40.0-beta1
Pre-release
Pre-release
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
- fix(deps): update golang.org/x/oauth2 commit hash to ee48083 by @renovate in #1461
- docs(contributing): remove outdated instructions by @rkpattnaik780 in #1458
- fix(deps): update docusaurus monorepo to v2.0.0-beta.16 by @renovate in #1462
- fix(deps): update docusaurus monorepo to v2.0.0-beta.17 by @renovate in #1465
- ci: notify tools repo when there is a new release by @craicoverflow in #1463
- fix: message for partition limit by @gowriswarupk in #1459
- fix: Update README.md broken links by @theodor2311 in #1468
- fix: build failing at test by @rkpattnaik780 in #1469
- docs: Edits SR rules commands by @bredamc in #1466
- fix: changes required for Kafka SDK update by @wtrocki in #1470
- fix(deps): update all by @renovate in #1467
- fix(deps): update module github.com/golang-jwt/jwt/v4 to v4.4.0 by @renovate in #1472
- docs(service-registry rule): add disable example and fix logs by @rkpattnaik780 in #1474
- fix: include toml files in build by @wtrocki in #1477
- fix: remove checklist by @wtrocki in #1478
- fix(deps): update module github.com/alecaivazis/survey/v2 to v2.3.3 by @renovate in #1479
- Added a "none" option to the Validity rule config options (Service Registry) by @EricWittmann in #1482
- fix(deps): update module github.com/alecaivazis/survey/v2 to v2.3.4 by @renovate in #1485
- fix(deps): update docusaurus monorepo to v2.0.0-beta.18 by @renovate in #1489
- fix(deps): update module github.com/golang-jwt/jwt/v4 to v4.4.1 by @renovate in #1490
- docs: update intro in readme by @wtrocki in #1487
- Generic call by @wtrocki in #1497
- fix: add server side backed up metrics by @wtrocki in #1493
- fix: update go by @wtrocki in #1514
- ci(release): fix unrecognized named-value by @rkpattnaik780 in #1515
- Context Feature Branch by @wtrocki in #1483
- Context missing commits by @wtrocki in #1519
- Pr/ajaypratap003/1517 by @wtrocki in #1520
- fix: suspend updating modular docs for prereleases by @wtrocki in #1521
- fix: enable self updating CLI by @wtrocki in #1509
New Contributors
- @theodor2311 made their first contribution in #1468
- @EricWittmann made their first contribution in #1482
Full Changelog: v0.39.0...v0.40.0-beta1