Releases: redhat-developer/app-services-cli
Releases · redhat-developer/app-services-cli
0.38.6
What's Changed
- chore(deps): update jamesives/github-pages-deploy-action action to v4.2.5 by @renovate in #1435
- Updated prerequisite sans the OpenApi generator by @awakenedspyder in #1446
- fix: allow to delete all ACLs for principal by @wtrocki in #1441
- fix: clarify errors for kafka create by @wtrocki in #1447
- fix: remove unused deprecation.go by @wtrocki in #1449
New Contributors
- @gowriswarupk made their first contribution in #1446
Full Changelog: v0.38.5...v0.38.6
0.38.5
Changelog
0.38.4
0.38.3
What's Changed
- fix(deps): update module github.com/golang-jwt/jwt/v4 to v4.3.0 by @renovate in #1424
- fix(status): service name positional conditions by @rkpattnaik780 in #1426
Full Changelog: v0.38.2...v0.38.3
0.38.2
What's Changed
- Sr cli roles renamed by @bredamc in #1417
- fix(deps): update module github.com/briandowns/spinner to v1.18.1 by @renovate in #1419
- fix(deps): update dependency prism-react-renderer to v1.3.0 by @renovate in #1420
- fix(deps): update dependency prism-react-renderer to v1.3.1 by @renovate in #1421
- fix: interactive mode when creating kafka using CLI by @wtrocki in #1423
Full Changelog: v0.38.1...v0.38.2
0.38.1
Breaking changes
rhoas service-registry role
command accept new types of roles:
Manager => manager
Admin => admin
Viewer => viewer
See command documentation for more information: http://appservices.tech/commands/rhoas_service-registry_role
0.38.0
Breaking changes
rhoas service-registry roles
command accept new types of roles:
DEVELOPER => Manager
ADMIN => Admin
READ_ONLY => Viewer
See command documentation for more information: http://appservices.tech/commands/rhoas_service-registry_role
What's Changed
- fix(deps): update module github.com/spf13/cobra to v1.3.0 by @renovate in #1343
- refactor: refresh oauth tokens only when needed by @famartinrh in #1350
- feat(service-registry): add description flag for create command by @rkpattnaik780 in #1344
- feat(service-registry artifact): allow loading artifact from remote URL by @rkpattnaik780 in #1345
- fix(deps): update module github.com/briandowns/spinner to v1.17.0 by @renovate in #1353
- chore(deps): update jamesives/github-pages-deploy-action action to v4.1.8 by @renovate in #1355
- fix(deps): update module github.com/briandowns/spinner to v1.18.0 by @renovate in #1356
- feat(artifact list): add flags to filter result by @rkpattnaik780 in #1351
- Edits to command help by @bhardesty in #1354
- chore: generate documentation changes by @craicoverflow in #1360
- fix(deps): update all by @renovate in #1361
- feat(acl grant-admin): add flag for instance id by @rkpattnaik780 in #1363
- fix(deps): update module github.com/openconfig/goyang to v0.3.2 by @renovate in #1365
- chore(deps): update jamesives/github-pages-deploy-action action to v4.1.9 by @renovate in #1366
- chore: fix CODEOWNERS not working by @craicoverflow in #1368
- fix: add plural form for ACL messages by @craicoverflow in #1369
- chore(deps): update jamesives/github-pages-deploy-action action to v4.2.0 by @renovate in #1372
- Future Documentation workflow by @wtrocki in #1352
- fix(deps): pin dependencies by @renovate in #1374
- fix(deps): pin dependencies by @renovate in #1375
- fix(deps): update docusaurus monorepo to v2.0.0-beta.14 by @renovate in #1376
- chore(deps): update jamesives/github-pages-deploy-action action to v4.2.1 by @renovate in #1377
- Fixed minor formatting issues by @bredamc in #1373
- fix: regenerate documentation for registry by @wtrocki in #1378
- Development by @wtrocki in #1379
- chore(deps): update jamesives/github-pages-deploy-action action to v4.2.2 by @renovate in #1381
- Remove AMS from codebase by @wtrocki in #1380
- fix: remove logging from segment by @wtrocki in #1382
- fix: add cli prefix to adoc files by @wtrocki in #1383
- chore(website): add UX guidelines base structure by @craicoverflow in #1384
- Fixed path to the rhoas commands doc page by @ppatierno in #1385
- fix: parse yq version for different outputs by @craicoverflow in #1388
- docs(ux-guidelines): add Output chapter with rules by @craicoverflow in #1389
- feat: make the spinner cyan color by @craicoverflow in #1391
- Provide validation and suggestions for regions when creating Kafka by @wtrocki in #1362
- fix(deps): update k8s.io/utils commit hash to 7d6a63d by @renovate in #1392
- fix(deps): update module github.com/openconfig/goyang to v0.4.0 by @renovate in #1393
- fix(deps): update docusaurus monorepo to v2.0.0-beta.15 by @renovate in #1397
- fix(deps): update k8s.io/utils commit hash to 9b34465 by @renovate in #1399
- refactor: move service account util from core by @rkpattnaik780 in #1396
- fix(deps): update all by @renovate in #1400
- refactor: split
pkg
to shared, cmd and core by @rkpattnaik780 in #1404 - chore(deps): update all by @renovate in #1405
- fix: change partition limit for new topic creation by @wtrocki in #1406
- SDK errors by @wtrocki in #1401
- fix: typo in the message by @wtrocki in #1407
- fix: clarify documentation process by @wtrocki in #1410
- fix(deps): update github.com/phayes/freeport commit hash to 74d24b5 by @renovate in #1411
- fix!: align roles for service registry by @wtrocki in #1413
New Contributors
- @famartinrh made their first contribution in #1350
- @bredamc made their first contribution in #1373
- @ppatierno made their first contribution in #1385
Full Changelog: v0.37.0...v0.38.0
0.37.1-beta4
Changelog
- c52bcb2 Fixed path to the rhoas commands doc page
- 8d1fedc Update README.md
- 26789bd chore(deps): update all
- e0f5878 chore(website): add UX guidelines base structure (#1384)
- 3792929 docs(ux-guidelines): add Output chapter with rules
- e67750c feat: make the spinner cyan color
- d7c28f9 feat: provide validation and suggestions for regions when creating Kafka (#1362)
- 1edf442 fix(deps): update all
- badf19f fix(deps): update docusaurus monorepo to v2.0.0-beta.15
- 0b76d57 fix(deps): update k8s.io/utils commit hash to 7d6a63d
- c9ddf6c fix(deps): update k8s.io/utils commit hash to 9b34465
- d12f57a fix(deps): update module github.com/openconfig/goyang to v0.4.0
- f8f81e9 fix: Add error handling to service registry (#1401)
- a6c4500 fix: add cli prefix to adoc files
- 96cebef fix: capital case for message
- 437dd95 fix: change partition limit for new topic creation (#1406)
- 0e378f6 fix: disable docs updates from main
- 1dfb992 fix: parse yq version for different outputs (#1388)
- 351d5cf fix: typo in the message (#1407)
- a990bca refactor: move service account util from core (#1396)
- 04c5044 refactor: split
pkg
to shared, cmd and core (#1404)
0.37.1-beta3
Changelog
0.37.1-beta2
Changelog
- e0d9986 Docs: fixed minor formatting issues for service registry documentation (#1373)
- ded730c chore(deps): update jamesives/github-pages-deploy-action action to v4.1.9
- 6084b30 chore(deps): update jamesives/github-pages-deploy-action action to v4.2.0
- 8398b84 chore(deps): update jamesives/github-pages-deploy-action action to v4.2.1
- 9de0060 feat: community documentation (#1352)
- 4af431c fix(acl grant-admin): add flag for instance id (#1363)
- c5ef60c fix(deps): pin dependencies
- 277a8ea fix(deps): pin dependencies
- 0bd0d2c fix(deps): update all
- 1901e1a fix(deps): update docusaurus monorepo to v2.0.0-beta.14
- f316322 fix(deps): update module github.com/openconfig/goyang to v0.3.2
- 42c2ea4 fix: add plural form for ACL messages (#1369)
- ccb0a0d fix: change base url
- 16e2ed3 fix: refactor: place utility methods in pkg/cmd (#1371)
- fd83a9b fix: regenerate documentation for registry (#1378)
- dae104c refactor: move cluster package out of core (#1367)
- 413d3f7 refactor: refactor the package structure and layout (#1348)
- a31a91d revert: refactor: support different variations for resource types and operations (#1364)