Skip to content

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 26 Aug 23:32
· 14 commits to main since this release
Immutable release. Only release title and notes can be modified.
5817615
Sync cloud-sdk-go v0.14.1 (#85)

* Sync cloud-sdk-go v0.14.1

Bump cloud-sdk dependency to the v0.14.1 release candidate and expose the
new read-only namespace-assignment RPCs as CLI commands.

- go.mod: go.temporal.io/cloud-sdk v0.13.0 -> v0.14.1-0.20260616191445-e6c2bafd1bf5
  (pinned to RC commit e6c2bafd1bf5e2fcbdbfcb7ff1086cabcbb47b7a)
- New commands (additive only):
  - cloud namespace user list
  - cloud namespace service-account list
  - cloud namespace user-group list
- Regenerated commands.gen.go and cloudservice mock for the new RPCs.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* Adddress bot review comment

* Fix namespace access list table columns

Address Cursor Bugbot review on PR #85:

- Service-account and user-group list commands requested an "Email"
  column, but those assignment types expose "Name" and "DisplayName"
  respectively — the identity column was omitted from table output.
- All three commands omitted "InheritedAccess", so inherited-only
  access rendered as a blank permission with no indication of source.

Select the correct per-type identity column and add InheritedAccess to
all three. Add table-output guard tests (previously only JSON output,
which bypasses the Fields list, was covered).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: clddx-agent[bot] <clddx-agent[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>