Skip to content

Releases: nais/cli

v3.27.1

23 Jan 09:43
13425d9

Choose a tag to compare

v3.27.1 - 2026-01-23

Full Changelog: v3.27.0...v3.27.1

🐛 Bug Fixes

  • Verbose output makes test output harder to read (13425d9)

v3.27.0

21 Jan 10:55

Choose a tag to compare

v3.27.0 - 2026-01-21

Full Changelog: v3.26.2...v3.27.0

🚀 Features

  • (opensearch) Support newer versions (33cc8ad)

🐛 Bug Fixes

  • (opensearch) Add missing flag validations, remove mentions of major version (5580138)

v3.26.2

12 Jan 20:32

Choose a tag to compare

v3.26.2 - 2026-01-12

Full Changelog: v3.26.1...v3.26.2

🐛 Bug Fixes

  • Username in db queries must use double quotes (eca9930)
  • Use raw string literal when using double quotes in string (2633ce6)

v3.26.1

12 Jan 12:39

Choose a tag to compare

v3.26.1 - 2026-01-12

Full Changelog: v3.26.0...v3.26.1

🐛 Bug Fixes

  • Quote username in db queries (30d275f)

v3.26.0

12 Jan 10:27

Choose a tag to compare

v3.26.0 - 2026-01-12

Full Changelog: v3.25.2...v3.26.0

🚀 Features

  • Add support for removing postgres users (ef27002)

⚙️ Miscellaneous Changes

  • Fallback to step summary if pr is fork (f5fdefb)
  • Safer branch protection checkpoint (841ebb4)
  • Add debug info to generate release info (316c69a)
  • Pass is_fork var directly from workflow (7112505)
  • Fix fork condition (569f8c2)

v3.25.2

07 Jan 13:08

Choose a tag to compare

v3.25.2 - 2026-01-07

Full Changelog: v3.25.1...v3.25.2

🐛 Bug Fixes

  • (auth) Return appropriate errors for nais.io users (842514d)

v3.25.1

19 Dec 11:06

Choose a tag to compare

v3.25.1 - 2025-12-19

Full Changelog: v3.25.0...v3.25.1

🐛 Bug Fixes

  • (mcp) Use typed input and outputs in the mcp server (653f32c)

v3.25.0

18 Dec 14:26

Choose a tag to compare

v3.25.0 - 2025-12-18

Full Changelog: v3.24.1...v3.25.0

🚀 Features

  • (mcp) Add MCP server with schema-driven GraphQL tools (1593c53)

v3.24.1

05 Dec 13:27

Choose a tag to compare

v3.24.1 - 2025-12-05

Full Changelog: v3.24.0...v3.24.1

⚙️ Miscellaneous Changes

  • Pin actions with ratchet (6e05252)

v3.24.0

04 Dec 09:36

Choose a tag to compare

v3.24.0 - 2025-12-04

Full Changelog: v3.23.0...v3.24.0

🚀 Features

  • Add plural aliases (1b171be)
  • Switch environment from arg to flag (fa063ea)
  • (valkey,opensearch) Add autocompletion for resource names (44d3235)
  • Use output type for rendering (6924e9b)
  • Add log command for fetching and streaming workload logs (1d4c820)
  • Add instance auto-completion for log command (1d9e734)
  • Add autocompletions for app log (fdad498)
  • (opensearch) Autocompletion for env on get (WIP) (a6a03c7)

🐛 Bug Fixes

  • Use correct name when adding pods (c6d1dc2)

⚙️ Miscellaneous Changes

  • (valkey, opensearch) Refactor command functions to use generic names (5659c16)