-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34c81c2
commit 1b7f053
Showing
10 changed files
with
32 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## [v5.0.66] _2024-07-04_ | ||
|
||
Cycloid CLI changelog: | ||
|
||
### CLI | ||
**BREAKING** | ||
- Env var TOKEN is replaced by CY_API_KEY for giving token via env var. ([CLI#274]) | ||
*The old `TOKEN` env var still works but emits a warning. It will be removed in a futur release.* | ||
**CHANGED** | ||
- Allow to create a project without an environment. ([CLI#278]) | ||
*The env creation with the old flags still exists, but is now deprecated and will be removed in a further release.* | ||
- Allow to use CY_ORG env var to define the current org instead of --org flag ([CLI#274]) | ||
*You can still use the --org flag, the CLI flag will have precedence over the env var.* | ||
- Update client to version v5.0.66 ([CLI#279]) | ||
|
||
**FIXED** | ||
- Fix version for release ([CLI#269]) | ||
|
||
- Remove API validation on bad playload from API for catalog repository refresh ([CLI#278]) | ||
|
||
- --org flag is now global ([CLI#274]) | ||
*This fixes inconsistency between commands, you can also set the org via env vars now.* | ||
**SECURITY** | ||
- Make the configuration write as 0600 permissions in user home config ([CLI#274]) | ||
|
||
- Allow to login using CY_API_TOKEN instead of providing the token via --api-token flag ([CLI#274]) | ||
*This will become the default way, using the flag will be deprecated in the future.* | ||
|
||
[CLI#274]: https://github.com/cycloidio/cycloid-cli/pull/274 | ||
[CLI#278]: https://github.com/cycloidio/cycloid-cli/pull/278 | ||
[CLI#279]: https://github.com/cycloidio/cycloid-cli/pull/279 | ||
[CLI#269]: https://github.com/cycloidio/cycloid-cli/pull/269 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.