Skip to content

Commit

Permalink
[CI] Create v5.0.66 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cycloid-machine committed Jul 4, 2024
1 parent 34c81c2 commit 1b7f053
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 78 deletions.
32 changes: 32 additions & 0 deletions changelog/releases/v5.0.66.md
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
9 changes: 0 additions & 9 deletions changelog/unreleased/CLI-BREAKING-20240702-154137.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions changelog/unreleased/CLI-CHANGED-20240701-125610.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions changelog/unreleased/CLI-CHANGED-20240702-153738.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions changelog/unreleased/CLI-CHANGED-20240704-122405.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions changelog/unreleased/CLI-FIXED-20240613-125511.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions changelog/unreleased/CLI-FIXED-20240701-125655.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions changelog/unreleased/CLI-FIXED-20240702-154027.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions changelog/unreleased/CLI-SECURITY-20240702-153824.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions changelog/unreleased/CLI-SECURITY-20240702-153935.yaml

This file was deleted.

0 comments on commit 1b7f053

Please sign in to comment.