You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-18Lines changed: 28 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,25 @@ Changes since the last non-beta release.
14
14
15
15
_Please add entries here for your pull requests that have not yet been released._
16
16
17
-
## [3.0.1] - 2024-06-25
18
17
### 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).
20
18
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
+
22
31
First release of `cpflow`.
23
32
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`.
26
36
27
37
## [2.2.1] - 2024-06-17
28
38
@@ -67,17 +77,17 @@ Deprecate `cpl` CLI. New gem is `cpflow`
67
77
- 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).
68
78
- 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).
69
79
70
-
## [2.0.2] - 2024-05-17
80
+
## [2.0.2] - 2024-05-18
71
81
72
82
- 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).
73
83
74
-
## [2.0.1] - 2024-05-15
84
+
## [2.0.1] - 2024-05-16
75
85
76
86
### Fixed
77
87
78
88
- 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).
79
89
80
-
## [2.0.0] - 2024-05-14
90
+
## [2.0.0] - 2024-05-15
81
91
82
92
### BREAKING CHANGES
83
93
@@ -107,7 +117,7 @@ Deprecate `cpl` CLI. New gem is `cpflow`
107
117
-`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).
108
118
-`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).
109
119
110
-
## [1.4.0] - 2024-03-20
120
+
## [1.4.0] - 2024-03-21
111
121
112
122
### Added
113
123
@@ -144,12 +154,12 @@ Deprecate `cpl` CLI. New gem is `cpflow`
144
154
-`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).
145
155
- 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).
146
156
147
-
## [1.2.0] - 2024-01-03
157
+
## [1.2.0] - 2024-01-04
148
158
149
159
### Fixed
150
160
151
161
- 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).
153
163
- 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).
154
164
155
165
### Added
@@ -160,19 +170,19 @@ Deprecate `cpl` CLI. New gem is `cpflow`
160
170
- 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).
161
171
- 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).
162
172
- 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).
165
175
166
176
### Changed
167
177
168
178
-`--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).
169
179
- 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).
170
180
171
-
## [1.1.2] - 2023-10-17
181
+
## [1.1.2] - 2023-10-25
172
182
173
183
### Fixed
174
184
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).
176
186
177
187
### Added
178
188
@@ -184,7 +194,7 @@ Deprecate `cpl` CLI. New gem is `cpflow`
184
194
185
195
- 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).
186
196
187
-
## [1.1.1] - 2023-09-23
197
+
## [1.1.1] - 2023-09-21
188
198
189
199
### Fixed
190
200
@@ -208,7 +218,7 @@ Deprecate `cpl` CLI. New gem is `cpflow`
208
218
- 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).
209
219
- 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).
210
220
211
-
## [1.0.4] - 2023-07-21
221
+
## [1.0.4] - 2023-07-24
212
222
213
223
### Fixed
214
224
@@ -247,7 +257,7 @@ Deprecate `cpl` CLI. New gem is `cpflow`
0 commit comments