cpflow 5.0.0.rc.3 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -1
- data/Gemfile.lock +1 -1
- data/lib/command/test.rb +1 -3
- data/lib/cpflow/version.rb +1 -1
- data/lib/github_flow_templates/.github/cpflow-help.md +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c17c05bff512134eb30334102939a75447792daaad19e4c77a04c5f9df60c32
|
|
4
|
+
data.tar.gz: 382adbb86b322355500791f24aa2e2ce3937917d327fe64ffe7fd231d46ab612
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: abd5e5788bfae7f2b42a85ec50abf557d2807d9f45544b78a95f50fc131d90d05918ca6d9e208b336c59ba628b0f5fe938b2d87aafc542e1549e173394ff96d3
|
|
7
|
+
data.tar.gz: 0a3382ea577d7f563b7ae41d7977ae1a642c80cbf0487793a987faa1ed7634b40f1b38138a2202711f379f87ed6a8bafbd5a29755d8a11633f5ec811ab469d6e
|
data/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,20 @@ In addition to the standard keepachangelog.com categories, this project uses a l
|
|
|
12
12
|
|
|
13
13
|
## [Unreleased]
|
|
14
14
|
|
|
15
|
+
## [5.0.0] - 2026-05-23
|
|
16
|
+
|
|
17
|
+
### Breaking Changes
|
|
18
|
+
|
|
19
|
+
- Promotes the 5.x release-candidate line to stable. The breaking changes introduced during the 5.0.0 prerelease cycle are documented in `5.0.0.rc.1`, including the Ruby 3.0 minimum, `cpflow exists` not-found exit code change, and generated Dockerfile production-group behavior.
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- Promoted the 5.0.0 release-candidate line to stable. This release includes the generated GitHub Actions flow, upstream reusable workflow model, Node 24 action updates, richer review-app command feedback, generated downstream pin/validation helpers, and cleanup/run/deploy fixes documented in `5.0.0.rc.3`.
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
|
|
27
|
+
- **Fixed packaged `cpflow` gems failing to boot without the development-only `debug` gem installed.** [PR 314](https://github.com/shakacode/control-plane-flow/pull/314) by [Justin Gordon](https://github.com/justin808). The hidden `cpflow test` command no longer requires `debug` while loading the CLI, and coverage now exercises loading `cpflow` with `require "debug"` blocked.
|
|
28
|
+
|
|
15
29
|
## [5.0.0.rc.3] - 2026-05-23
|
|
16
30
|
|
|
17
31
|
### Added
|
|
@@ -339,7 +353,8 @@ Deprecated `cpl` gem. New gem is `cpflow`.
|
|
|
339
353
|
|
|
340
354
|
First release.
|
|
341
355
|
|
|
342
|
-
[Unreleased]: https://github.com/shakacode/control-plane-flow/compare/v5.0.0
|
|
356
|
+
[Unreleased]: https://github.com/shakacode/control-plane-flow/compare/v5.0.0...HEAD
|
|
357
|
+
[5.0.0]: https://github.com/shakacode/control-plane-flow/compare/v5.0.0.rc.3...v5.0.0
|
|
343
358
|
[5.0.0.rc.3]: https://github.com/shakacode/control-plane-flow/compare/v5.0.0.rc.1...v5.0.0.rc.3
|
|
344
359
|
[5.0.0.rc.1]: https://github.com/shakacode/control-plane-flow/compare/v4.2.0...v5.0.0.rc.1
|
|
345
360
|
[4.2.0]: https://github.com/shakacode/control-plane-flow/compare/v4.1.1...v4.2.0
|
data/Gemfile.lock
CHANGED
data/lib/command/test.rb
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
require "debug"
|
|
4
|
-
|
|
5
3
|
module Command
|
|
6
4
|
class Test < Base
|
|
7
5
|
NAME = "test"
|
|
@@ -15,7 +13,7 @@ module Command
|
|
|
15
13
|
|
|
16
14
|
def call
|
|
17
15
|
# Modify this method to trigger the code you want to test.
|
|
18
|
-
#
|
|
16
|
+
# Add `require "debug"` locally if you want to use `debugger`.
|
|
19
17
|
# You can use `run_cpflow_command` to simulate a command
|
|
20
18
|
# (e.g., `run_cpflow_command("deploy-image", "-a", "my-app-name")`).
|
|
21
19
|
end
|
data/lib/cpflow/version.rb
CHANGED
|
@@ -54,7 +54,7 @@ You asked for review app help. These commands are generated by [cpflow](https://
|
|
|
54
54
|
| `DOCKER_BUILD_SSH_KNOWN_HOSTS` | optional | SSH known_hosts entries when SSH build hosts are not GitHub.com. |
|
|
55
55
|
| `HEALTH_CHECK_ACCEPTED_STATUSES` | optional | Space-separated HTTP statuses considered healthy on promote (default `200 301 302`). |
|
|
56
56
|
| `CPLN_CLI_VERSION` | optional | Pin a specific `@controlplane/cli` version; falls back to the action default when unset. |
|
|
57
|
-
| `CPFLOW_VERSION` | optional | Pin a published RubyGems version such as `5.0.0
|
|
57
|
+
| `CPFLOW_VERSION` | optional | Pin a published RubyGems version such as `5.0.0`. Leave unset for normal generated workflows so the setup action builds `cpflow` from the same `control-plane-flow` GitHub ref used by the reusable workflow. |
|
|
58
58
|
|
|
59
59
|
</details>
|
|
60
60
|
|
|
@@ -66,9 +66,9 @@ Generated workflow wrappers have two related pins:
|
|
|
66
66
|
- The `uses: shakacode/control-plane-flow/...@<ref>` GitHub ref selects the reusable workflow code.
|
|
67
67
|
- The `control_plane_flow_ref: <ref>` input tells the setup action which `control-plane-flow` source to check out and build when `CPFLOW_VERSION` is empty.
|
|
68
68
|
|
|
69
|
-
For normal releases, point both pins at a release tag such as `v5.0.0
|
|
69
|
+
For normal releases, point both pins at a release tag such as `v5.0.0`.
|
|
70
70
|
You may leave `CPFLOW_VERSION` unset, or set it to the matching RubyGems version
|
|
71
|
-
without the leading `v`, such as `5.0.0
|
|
71
|
+
without the leading `v`, such as `5.0.0`.
|
|
72
72
|
|
|
73
73
|
For temporary downstream testing of an upstream PR before a gem is released, pin
|
|
74
74
|
both values to the exact 40-character commit SHA and leave `CPFLOW_VERSION`
|