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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8841c9270ad57971f444915cadf8c8572c815423a82871c8c03d85195a70764f
4
- data.tar.gz: 9e480ccf6654b9bdd6229816d32ee5a2961607104c71c3b9ead8e263d10b529d
3
+ metadata.gz: 1c17c05bff512134eb30334102939a75447792daaad19e4c77a04c5f9df60c32
4
+ data.tar.gz: 382adbb86b322355500791f24aa2e2ce3937917d327fe64ffe7fd231d46ab612
5
5
  SHA512:
6
- metadata.gz: 6b83fb9da2665e47b6f5e518ab857883d4607f99f401573b5a4967f5050bdf79bd018ff5411b3f01336a26a06274cec42fe10353d83d28d1f725b7f60557df94
7
- data.tar.gz: fb52b9cc15d8d89685b5830a67ad7bc95f08e128539c6c002a74fcde72691883a5afd40ddb61b3b7eff3695684f7816a2f2db9ca082085bb720e7a3399a98f7e
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.rc.3...HEAD
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cpflow (5.0.0.rc.3)
4
+ cpflow (5.0.0)
5
5
  dotenv (~> 3.1)
6
6
  jwt (~> 3.1)
7
7
  psych (~> 5.2)
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
- # You can use `debugger` to debug.
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
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cpflow
4
- VERSION = "5.0.0.rc.3"
4
+ VERSION = "5.0.0"
5
5
  MIN_CPLN_VERSION = "3.1.0"
6
6
  end
@@ -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.rc.2`. 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. |
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.rc.2`.
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.rc.2`.
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`
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0.rc.3
4
+ version: 5.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Gordon