Skip to content

Tags: nais/cli

Tags

v5.33.0

Toggle v5.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(auth): add workload-identity-metadata command (#740)

* refactor(auth): consolidate auth subcommands into single command package

Merge the separate login, logout, printaccesstoken and flag packages
into one internal/auth/command package, mirroring the structure used by
other domains. Subcommand constructors become unexported and the Auth()
constructor moves into command.go.

* feat(auth): add workload-identity-metadata command

Add "nais auth workload-identity-metadata" which resolves the workload
identity OIDC issuer for the selected environment via the API and fetches
its discovery document from /.well-known/openid-configuration, printing
the JSON to stdout.

v5.32.1

Toggle v5.32.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Kyrremann Kyrre Havik
fix: manglet flagg for å be om onprem

v5.32.0

Toggle v5.32.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Kyrremann Kyrre Havik
feat: opt-in for å få onprem-cluster

De færreste som installerer nais-cli nå trenger tilgang til onprem,
derfor er det blitt opt-in hvis du trenger det.

v5.31.3

Toggle v5.31.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: handle empty result in app list and status tables (#739)

naistrix Table.Render errors on empty slices. Guard the app list and
app status commands so an empty API response (e.g. invalid environment
filter or a group with zero instances) prints a message or skips the
table instead of crashing.

v5.31.2

Toggle v5.31.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
upkeep: uten .txt så får man fancy view i gui

v5.31.1

Toggle v5.31.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: bump go and deps (#738)

* build: bump go and deps

* refactor: fix issues mentioned by golangci-lint

v5.31.0

Toggle v5.31.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Kyrremann Kyrre Havik
feat: lenke til tilgjengelighetserklæring

v5.30.0

Toggle v5.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(app): add `app set image` command to roll back to a previous ima…

…ge (#737)

Co-authored-by: Frode Sundby <frode.sundby@nav.no>

v5.29.5

Toggle v5.29.5's commit message
fix: disk size er to ord

v5.29.4

Toggle v5.29.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump github.com/go-git/go-git/v5 from 5.16.5 to 5.19.1 (#…

…732)

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.16.5 to 5.19.1.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Changelog](https://github.com/go-git/go-git/blob/main/HISTORY.md)
- [Commits](go-git/go-git@v5.16.5...v5.19.1)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.19.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>