Releases: itera-io/taikun-cli
Releases · itera-io/taikun-cli
Taikun CLI 4.0.0
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
Main change is to fix and unblock a bug when CLI would refuse to list AWS cloud credentials.
What's Changed
- feat: merge dev to main in #63
- feat: merge dev to main in #108
- Hotfix: Staging tests + AWS region by @Smidra in #152
- Promote dev to staging by @Smidra in #156
- chore: update client to staging by @Smidra in #157
- Update/staging 1 2024 by @Smidra in #161
- Merge dev updates to staging by @Smidra in #160
- Update/staging 1 2024 by @Smidra in #165
- Update/staging 1b 2024 by @Smidra in #168
- Update/main 1 2024 by @Smidra in #169
- Update/staging 4 2024 by @Smidra in #193
- Update/main 4 2024 by @Smidra in #194
- Update/staging 9 2024 by @Smidra in #215
- Update/main 9 2024 by @Smidra in #216
- Update/staging 12 2024 by @Smidra in #221
- Update/main 12 2024 by @Smidra in #222
- Update/staging 3 2025 by @Smidra in #226
- Update/main 3 2025 by @Smidra in #227
- Update/staging 6 2024 by @Smidra in #229
- Update/main 6 2025 by @Smidra in #230
- chore: update to main taikun go client, new client has cherry picked … by @Smidra in #231
- Update/staging 9 2025 by @Smidra in #235
- Update/staging 10b 2025 by @Smidra in #240
- Update/prod 10 2025 by @Smidra in #241
- hotfix: add access IP to project info by @Smidra in #242
Full Changelog: v4.0.0-beta.1...v4.0.0-beta.2
Taikun CLI 4.0.0-beta.1
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
Update to new client.
Taikun CLI 3.9.0-beta.4
- Ability to control notifications from CLI
- New client,
Taikun CLI 3.9.0-beta.3
- PreRelease of CLI version for testing in new dev enviroment.
Taikun CLI 3.9.0-beta.2
PreRelease of CLI version for testing in new dev enviroment.
- Merges back hotfix from main branch
Taikun CLI 3.9.0-beta.1
PreRelease of CLI version for testing in new dev enviroment.
- Fixes problems with project creation caused by DTO mismatch
Taikun CLI 3.8.1
What's Changed
Full Changelog: v3.8.0...v3.8.1
Taikun CLI 3.8.0
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