Skip to content

Releases: redhat-developer/app-services-cli

0.40.1

20 Apr 10:50
62de4d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.40.0...v0.40.1

0.41.0-alpha2

19 Apr 20:12
Compare
Choose a tag to compare
0.41.0-alpha2 Pre-release
Pre-release

Connectors alpha release:
Usage:

rhoas login --api-gateway=stage --mas-auth-url=stage
rhoas connector -h

0.40.0

18 Apr 10:08
f0cf730
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.39.0...v0.40.0

0.40.0-beta1

13 Apr 16:36
f0cf730
Compare
Choose a tag to compare
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

New Contributors

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

0.39.2-alpha2

11 Apr 14:56
Compare
Choose a tag to compare
0.39.2-alpha2 Pre-release
Pre-release

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

11 Apr 14:29
Compare
Choose a tag to compare
0.39.2-alpha1 Pre-release
Pre-release

Alpha release of autoupdate feature.

0.41.0-alpha1

31 Mar 14:31
Compare
Choose a tag to compare
0.41.0-alpha1 Pre-release
Pre-release

Alpha release of rhoas context features.

See rhoas context -h for more info

0.39.1

07 Apr 09:28
Compare
Choose a tag to compare

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

23 Feb 14:36
Compare
Choose a tag to compare

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

21 Feb 12:44
Compare
Choose a tag to compare
0.39.0-beta1 Pre-release
Pre-release

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)