Skip to content

Commit ef627be

Browse files
Update CHANGELOG.md (#225)
1 parent 6a3c67c commit ef627be

File tree

4 files changed

+34
-23
lines changed

4 files changed

+34
-23
lines changed

.overcommit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PreCommit:
1010
on_warn: fail
1111
command: ["bundle", "exec", "rubocop"]
1212

13-
PrePush:
14-
RSpec:
15-
enabled: true
16-
command: ["bundle", "exec", "rspec"]
13+
# PrePush:
14+
# RSpec:
15+
# enabled: true
16+
# command: ["bundle", "exec", "rspec"]

CHANGELOG.md

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,25 @@ Changes since the last non-beta release.
1414

1515
_Please add entries here for your pull requests that have not yet been released._
1616

17-
## [3.0.1] - 2024-06-25
1817
### Fixed
19-
- Moved development dependencies to Gemfile and updated many of them. [PR 208](https://github.com/shakacode/control-plane-flow/pull/208) by [justin808](https://github.com/justin808).
2018

21-
## [3.0.0] - 2024-06-20
19+
- Fixed issue where common options are not forwarded to other commands. [PR 207](https://github.com/shakacode/control-plane-flow/pull/207) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
20+
- Fixed BYOK endpoint. [PR 209](https://github.com/shakacode/control-plane-flow/pull/209) by [Sergey Tarasov](https://github.com/dzirtusss).
21+
- Fixed issue where `generate` command fails if no project config exists. [PR 219](https://github.com/shakacode/control-plane-flow/pull/219) by [Zakir Dzhamaliddinov](https://github.com/zzaakiirr).
22+
23+
## [3.0.1] - 2024-06-26
24+
25+
### Fixed
26+
27+
- Moved development dependencies to Gemfile and updated many of them. [PR 208](https://github.com/shakacode/control-plane-flow/pull/208) by [Justin Gordon](https://github.com/justin808).
28+
29+
## [3.0.0] - 2024-06-21
30+
2231
First release of `cpflow`.
2332

24-
## [2.2.4] - 2024-06-20
25-
Deprecate `cpl` CLI. New gem is `cpflow`
33+
## [2.2.4] - 2024-06-21
34+
35+
Deprecated `cpl` gem. New gem is `cpflow`.
2636

2737
## [2.2.1] - 2024-06-17
2838

@@ -67,17 +77,17 @@ Deprecate `cpl` CLI. New gem is `cpflow`
6777
- Specific validations are now run before commands, and the command will exit with a non-zero code if any validation fails. Can be disabled by setting `DISABLE_VALIDATIONS` env var to `true`. [PR 185](https://github.com/shakacode/control-plane-flow/pull/185) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
6878
- Deprecated the `--skip-secret-access-binding` option in favor of `--skip-secrets-setup`. This can also now be configured through `skip_secrets_setup` in `controlplane.yml` [PR 190](https://github.com/shakacode/control-plane-flow/pull/190) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
6979

70-
## [2.0.2] - 2024-05-17
80+
## [2.0.2] - 2024-05-18
7181

7282
- Fixed issue with improper handling of job statuses. Fixed issue with interactive magic string showing and exit code. [PR 177](https://github.com/shakacode/control-plane-flow/pull/177) by [Sergey Tarasov](https://github.com/dzirtusss).
7383

74-
## [2.0.1] - 2024-05-15
84+
## [2.0.1] - 2024-05-16
7585

7686
### Fixed
7787

7888
- Fixed issue where `cleanup-stale-apps` command fails to delete apps with volumesets. [PR 175](https://github.com/shakacode/control-plane-flow/pull/175) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
7989

80-
## [2.0.0] - 2024-05-14
90+
## [2.0.0] - 2024-05-15
8191

8292
### BREAKING CHANGES
8393

@@ -107,7 +117,7 @@ Deprecate `cpl` CLI. New gem is `cpflow`
107117
- `deploy-image` command now raises an error if image does not exist. [PR 153](https://github.com/shakacode/control-plane-flow/pull/153) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
108118
- `delete` command now unbinds identity from policy (if bound) when deleting app. [PR 170](https://github.com/shakacode/control-plane-flow/pull/170) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
109119

110-
## [1.4.0] - 2024-03-20
120+
## [1.4.0] - 2024-03-21
111121

112122
### Added
113123

@@ -144,12 +154,12 @@ Deprecate `cpl` CLI. New gem is `cpflow`
144154
- `info` command now lists workloads in the same order as `controlplane.yml`. [PR 139](https://github.com/shakacode/control-plane-flow/pull/139) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
145155
- Improved domain workload matching for `maintenance`, `maintenance:on` and `maintenance:off` commands (instead of matching only by workload, it now matches by org + app + workload, which is more accurate). [PR 140](https://github.com/shakacode/control-plane-flow/pull/140) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
146156

147-
## [1.2.0] - 2024-01-03
157+
## [1.2.0] - 2024-01-04
148158

149159
### Fixed
150160

151161
- Fixed issue where `info` command does not respect `CPLN_ORG` env var. [PR 88](https://github.com/shakacode/control-plane-flow/pull/88) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
152-
- Fixed issues with running `cpflow --version` and `cpflow --help` where no configuration file exists. [PR 100](https://github.com/shakacode/control-plane-flow/pull/100) by [Mostafa Ahangarha](https://github.com/ahangarha).
162+
- Fixed issues with running `cpflow --version` and `cpflow --help` where no configuration file exists. [PR 109](https://github.com/shakacode/control-plane-flow/pull/109) by [Mostafa Ahangarha](https://github.com/ahangarha).
153163
- Fixed issue where `delete` command fails to delete apps with volumesets. [PR 123](https://github.com/shakacode/control-plane-flow/pull/123) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
154164

155165
### Added
@@ -160,19 +170,19 @@ Deprecate `cpl` CLI. New gem is `cpflow`
160170
- Added option to only use `CPLN_ORG` and `CPLN_APP` env vars if `allow_org_override_by_env` and `allow_app_override_by_env` configs are set to `true` in `controlplane.yml`. [PR 109](https://github.com/shakacode/control-plane-flow/pull/109) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
161171
- Added `CPLN_LOCATION` env variable and `--location` option for `apply-template`, `ps`, `run`, `run:detached`. [PR 105](https://github.com/shakacode/control-plane-flow/pull/105) by [Mostafa Ahangarha](https://github.com/ahangarha).
162172
- Added `generate` command for creating basic Control Plane configuration directory. [PR 116](https://github.com/shakacode/control-plane-flow/pull/116) by [Mostafa Ahangarhga](https://github.com/ahangarha).
163-
- Added `--trace` option to all commands for more detailed logs. [PR 124](https://github.com/shakacode/control-plane-flow/pull/124) by [justin808](https://github.com/justin808)
164-
- Added better error message to check the org name in case of a 403 error. [PR 124](https://github.com/justin808) by [justin808](https://github.com/justin808)
173+
- Added `--trace` option to all commands for more detailed logs. [PR 124](https://github.com/shakacode/control-plane-flow/pull/124) by [Justin Gordon](https://github.com/justin808).
174+
- Added better error message to check the org name in case of a 403 error. [PR 124](https://github.com/shakacode/control-plane-flow/pull/124) by [Justin Gordon](https://github.com/justin808).
165175

166176
### Changed
167177

168178
- `--org` option now takes precedence over `CPLN_ORG` env var, which takes precedence over `cpln_org` from `controlplane.yml`. [PR 88](https://github.com/shakacode/control-plane-flow/pull/88) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
169179
- Renamed `setup` config into `setup_app_templates`. [PR 112](https://github.com/shakacode/control-plane-flow/pull/112) by [Mostafa Ahangarha](https://github.com/ahangarha).
170180

171-
## [1.1.2] - 2023-10-17
181+
## [1.1.2] - 2023-10-25
172182

173183
### Fixed
174184

175-
- Fixed failed build on MacOS by adding platform flag and fixed multiple files in yaml document for template. [PR 81](https://github.com/shakacode/control-plane-flow/pull/81) by [justin808](https://github.com/justin808).
185+
- Fixed failed build on MacOS by adding platform flag and fixed multiple files in yaml document for template. [PR 81](https://github.com/shakacode/control-plane-flow/pull/81) by [Justin Gordon](https://github.com/justin808).
176186

177187
### Added
178188

@@ -184,7 +194,7 @@ Deprecate `cpl` CLI. New gem is `cpflow`
184194

185195
- Calling `cpflow` with no command now shows the help menu. [PR 83](https://github.com/shakacode/control-plane-flow/pull/83) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
186196

187-
## [1.1.1] - 2023-09-23
197+
## [1.1.1] - 2023-09-21
188198

189199
### Fixed
190200

@@ -208,7 +218,7 @@ Deprecate `cpl` CLI. New gem is `cpflow`
208218
- Renamed `cleanup-old-images` command to `cleanup-images`. [PR 72](https://github.com/shakacode/control-plane-flow/pull/72) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
209219
- Renamed `old_image_retention_days` config to `image_retention_days`. [PR 72](https://github.com/shakacode/control-plane-flow/pull/72) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
210220

211-
## [1.0.4] - 2023-07-21
221+
## [1.0.4] - 2023-07-24
212222

213223
### Fixed
214224

@@ -247,7 +257,7 @@ Deprecate `cpl` CLI. New gem is `cpflow`
247257

248258
## [1.0.0] - 2023-05-29
249259

250-
- Initial release
260+
First release.
251261

252262
[Unreleased]: https://github.com/shakacode/control-plane-flow/compare/v3.0.1...HEAD
253263
[3.0.1]: https://github.com/shakacode/control-plane-flow/compare/v3.0.0...v3.0.1

spec/support/command_helpers.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def delete_config_file
6969
File.delete(@@tmp_config_file.path)
7070

7171
@@tmp_config_file = nil # rubocop:disable Style/ClassVars
72+
7273
ENV["CONFIG_FILE_PATH"] = nil
7374
end
7475

spec/support_specs/stub_env_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require "support/stub_env"
44

5-
# Copied from https://gitlab.com/gitlab-org/gitlab/-/blob/master/gems/gitlab-rspec/lib/gitlab/rspec/stub_env.rb
5+
# Copied from https://gitlab.com/gitlab-org/gitlab/-/blob/master/gems/gitlab-rspec/spec/gitlab/rspec/stub_env_spec.rb
66
RSpec.describe "StubENV" do
77
include StubENV
88

0 commit comments

Comments
 (0)