Skip to content

v1.14.0

Choose a tag to compare

@thde thde released this 23 Feb 15:43

Changelog

  • Adds suggestions and available options to different errors:
    ❯ nctl get postgresdatabase
     ✗ No "PostgresDatabases" found 💥
    
    Project: ninetest
    
    Suggested actions:
      - List all PostgresDatabases in your organization: nctl get postgresdatabases --all-projects
    
  • Adds new application sizes: standard-2 and standard-4
  • Improves project switching: If set-project cannot find the project in the current organization, it tries the user's other organizations from the token and switches to the one where the project exists.
  • Exposes project details in yaml and json output.
  • Adds the possibility to configure backup schedules for databases:
    nctl update postgresdatabase my-db --backup-schedule=daily
  • Improves autocomplete for projects.

What's Changed

  • feat(autocomplete): use selected project for autocompleting resources by @thde in #336
  • feat(errors): add suggestions and options to errors by @thde in #349
  • feat: add standard-4 application size by @gajicdev in #345
  • feat: switch organization when project is in another org by @SaadAssaf in #327
  • feat: expose project specs in yaml/json output by @coorasse in #339
  • feat: add backup schedule flag for economy databases by @skyfox14 in #335
  • refactor: replace ObjectsBucket usage with Bucket by @pawelkuc in #309
  • fix: fallback to COMP_LINE for project parsing by @thde in #338
  • docs: improve readme by @thde in #347
  • refactor: rename header from NAME to APP NAME by @schmijos in #346
  • refactor: configure output centrally, allow testing output by @thde in #348
  • refactor: split up utils package by @thde in #353
  • build(deps): update dependencies by @thde in #332
  • build(goreleaser): update config keys by @thde in #337
  • build(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0 by @dependabot[bot] in #343
  • build(deps): bump github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1 by @dependabot[bot] in #340
  • build(deps): bump github.com/grafana/loki/v3 from 3.6.3 to 3.6.4 by @dependabot[bot] in #341
  • build(deps): update dependencies by @thde in #350
  • build(deps): bump crate-ci/typos from 1.41.0 to 1.43.5 by @dependabot[bot] in #354
  • build(deps): update to go1.26 by @thde in #355
  • test: align test patterns by @thde in #351

New Contributors

Full Changelog: v1.13.1...v1.14.0