Releases: redhat-developer/app-services-cli
0.40.1
What's Changed
- fix(generate-config): change keyname to kafkaHost by @rkpattnaik780 in #1528
- fix: disable check for region by @wtrocki in #1527
Full Changelog: v0.40.0...v0.40.1
0.41.0-alpha2
Connectors alpha release:
Usage:
rhoas login --api-gateway=stage --mas-auth-url=stage
rhoas connector -h
0.40.0
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 context
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
0.40.0-beta1
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
0.39.2-alpha2
Changelog
- 6fd8988 chore(service-registry rule): add "none" option to validity rule config options (#1482)
- e054192 ci(release): fix unrecognized named-value
- 8cf50e3 ci: notify tools repo when there is a new release (#1463)
- 0459513 docs(context): change examples
- 1a12a37 docs(context): improve help texts and add comments
- c55c985 docs(contributing): remove outdated instructions (#1458)
- fe8b0dd docs(readme): update broken links to app-services-guides (#1468)
- dab1026 docs(service-registry rule): add disable example and fix logs (#1474)
- d6fa654 feat(context create): remove setting services
- a32419b feat(context status): show context name and path
- c9e13e4 feat(context): add command for context creation
- d4d2d83 feat(context): add command to delete contexts
- 663a43b feat(context): add commands for context management
- 80cb6f5 feat(context): add generate-config command
- bfdd4ac feat: alias status and use commands to context cmds
- 1213140 fix(context): examples of re-used commands
- 1dca939 fix(context): fixes bugs and add comments
- 6c38bbd fix(deps): update all
- dd61df7 fix(deps): update docusaurus monorepo to v2.0.0-beta.16
- 030e8b5 fix(deps): update docusaurus monorepo to v2.0.0-beta.17
- 540408e fix(deps): update docusaurus monorepo to v2.0.0-beta.18
- 8ca5035 fix(deps): update golang.org/x/oauth2 commit hash to ee48083
- 1a267b2 fix(deps): update module github.com/alecaivazis/survey/v2 to v2.3.3
- 623d759 fix(deps): update module github.com/alecaivazis/survey/v2 to v2.3.4
- e0107e0 fix(deps): update module github.com/golang-jwt/jwt/v4 to v4.4.0
- 615c89c fix(deps): update module github.com/golang-jwt/jwt/v4 to v4.4.1
- 5a939fc fix: add comment
- 6fd2b94 fix: add migration to the contexts
- 66f9e36 fix: add server side backed up metrics (#1493)
- bffe907 fix: add support for calling any endpoint from control plane (#1497)
- 00ae50e fix: add update confirmation
- f335423 fix: add validation for context create
- 2c686f8 fix: address review comments
- bc1ea0e fix: build failing at test (#1469)
- 72515dc fix: changes required for Kafka SDK update (#1470)
- 377a634 fix: demete submodule
- ca71151 fix: enable self updating CLI
- 374452f fix: handle custom context location
- e4f2123 fix: include toml files in build (#1477)
- 865ac8a fix: message for partition limit (#1459)
- d46ab5f fix: refactor status command
- 46ed356 fix: regenerate documentation
- 7c888a3 fix: remove fmt
- 7ac26d3 fix: remove temp check
- be22744 fix: rename context maps
- 24e374b fix: reorder self update method
- 566f9cf fix: return if not possible to determine update
- 919f3a5 fix: status builder lint issues
- ec6f62c fix: update go in CI/CD workflow (#1514)
- a432f47 fix: update golang version
- 0dd2c35 fix: update golang version
- 73700b1 fix: update telemetry setup
- 2c6fa89 fix: use our own package until we get upstream fixed
- b97172e refactor(cluster): use contexts for current instances
- 13e4900 refactor(context): change context to service context
- bb51d04 refactor(context): remove context handler struct
- f733fb4 refactor(context): rename profileutil and add flag completions
- 08a552b refactor(context): reuse helper methods
- b39b37d refactor(kafka): get current instance from context file
- 8ea7b71 refactor(service-registry): get current instance from context file (#1484)
0.39.2-alpha1
Alpha release of autoupdate feature.
0.41.0-alpha1
Alpha release of rhoas context
features.
See rhoas context -h
for more info
0.39.1
Changelog
- a577fbd feat(service-registry rule): add base and enable command (#1418)
- 93feb7b feat(service-registry rule): add describe and list command (#1431)
- 22c2689 feat(service-registry rule): add disable and update command (#1444)
- 07a735b fix(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.2.0
- c01d5bd fix(service-registry rule): confirm prompt and remove spinners (#1448)
0.39.0
What's Changed
- fix(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.2.0 by @renovate in #1453
- chore: updated instructions for generating changelog by @gowriswarupk in #1454
- a577fbd feat(service-registry rule): add base and enable command (#1418)
- 93feb7b feat(service-registry rule): add describe and list command (#1431)
- 22c2689 feat(service-registry rule): add disable and update command (#1444)
- 07a735b fix(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.2.0
- c01d5bd fix(service-registry rule): confirm prompt and remove spinners (#1448)
Full Changelog: v0.38.6...v0.39.0
0.39.0-beta1
Changelog
- a577fbd feat(service-registry rule): add base and enable command (#1418)
- 93feb7b feat(service-registry rule): add describe and list command (#1431)
- 22c2689 feat(service-registry rule): add disable and update command (#1444)
- 07a735b fix(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.2.0
- c01d5bd fix(service-registry rule): confirm prompt and remove spinners (#1448)