Skip to content

Releases: itera-io/taikun-cli

Taikun CLI 4.0.0

10 Apr 13:20
777fb44

Choose a tag to compare

What's Changed

  • Implemented
    • Accounts
    • Robot Users
    • Groups
  • General update of DTOs to match app-latest MAIN enviroment
  • Fixed AWS listing bug
  • Updating API to reflect latest changes by @eroshiva in #244

New Contributors

Full Changelog: v3.8.1...v4.0.0

Taikun CLI 4.0.0-beta.2

07 Apr 16:34

Choose a tag to compare

Pre-release

Main change is to fix and unblock a bug when CLI would refuse to list AWS cloud credentials.

What's Changed

Full Changelog: v4.0.0-beta.1...v4.0.0-beta.2

Taikun CLI 4.0.0-beta.1

30 Mar 14:37

Choose a tag to compare

Pre-release

Taikun CLI 4.0.0 is aimed at the app-latest CCF enviroment which included many changes in API that are not backwards compatible.

Release notes:

  • golangci-lint is not setup (configuration is missing)
  • Organization flag has changed from lowercase o to uppercase O to avoid confusions (some internal structs were overwriting them => couldn't find it out
  • when passing organization flag 0 (zero), it doesn't parse as 0 (zero, default value), this is thrown as error in cli
  • cloudcredentials UTs are left untouched => inability to test them all!
  • cloudcredentials/proxmox => same reason as above
  • project/add UTs are failing for autoscaler => can't find m1.extra_tiny flavor
  • autoscaler UTs are dependent on AWS => couldn't test it

Bugs:

  • openstack list by URL doesn't filter - UT is catching that => /api/v1/checker/openstack endpoint
  • repository enable requires organization name for some reason => /api/v1/repository/bind endpoint

New endpoints implemented:

  • groups

Left non-implemented:

  • accounts and robot are new endpoints

Taikun CLI 3.9.0-beta.5

05 Feb 16:19

Choose a tag to compare

Pre-release

Update to new client.

Taikun CLI 3.9.0-beta.4

02 Feb 13:23

Choose a tag to compare

Pre-release
  • Ability to control notifications from CLI
  • New client,

Taikun CLI 3.9.0-beta.3

28 Jan 15:48

Choose a tag to compare

Pre-release
  • PreRelease of CLI version for testing in new dev enviroment.

Taikun CLI 3.9.0-beta.2

12 Jan 16:08

Choose a tag to compare

Pre-release

PreRelease of CLI version for testing in new dev enviroment.

  • Merges back hotfix from main branch

Taikun CLI 3.9.0-beta.1

12 Jan 16:04

Choose a tag to compare

Pre-release

PreRelease of CLI version for testing in new dev enviroment.

  • Fixes problems with project creation caused by DTO mismatch

Taikun CLI 3.8.1

19 Dec 08:31
3b05e0b

Choose a tag to compare

What's Changed

  • hotfix: add access IP to project info by @Smidra in #242

Full Changelog: v3.8.0...v3.8.1

Taikun CLI 3.8.0

15 Oct 13:45
47844b8

Choose a tag to compare

What's Changed

NEW:

  • Cancel app installation command
  • Taikun project expiry can now be specified in hours
  • Trusted registries for access profiles

DEPRECATED:

  • autoscaler-name - no need to specify name for autoscaler now. It will always be "taikunca" (taikun cluster autoscaler)

REMOVED:

  • etc command was a relict of past

IMPROVED:

  • New Tests
  • Tests for Openstack use application credentials now
  • Tests do not use hardcoded names
  • Unify help names for parameters
  • Speed up listing of values
  • Catalogs now support organizations
  • Repository disable now supports organizations
  • Bump taikun go client version because DTOs changed
  • Change tests to handle API change from error 409 to 400
  • Update documentation