kettle-family 1.2.50 → 1.2.51
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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +33 -4
- data/README.md +1 -1
- data/lib/kettle/family/release_state_check.rb +13 -2
- data/lib/kettle/family/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d3dc45d168d7c0fba411a5e1ae3a726b1e1000fc3237074ed6716433d2e2664
|
|
4
|
+
data.tar.gz: 581c5d41398d88e180dd2209b3ee3c8aebda803ddc1974cb7140c1b84b91e406
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: affbe7e652cbaa1e1b1f3b2364c55b72e8530407cf3b0aad4c91431fd07a622c78889df85322adffe90a77c3d3042000acbc5cb33e6b29af563cce6a163c529d
|
|
7
|
+
data.tar.gz: 8f5083ea5555206b4a8ee02fc1e768dad7f5ddfd539f47934921efef4fb5194ffef9a9a270d2548fa9a0dcec11bfd0c12b5cda51954697ab91809d035cd7c3c1
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -20,8 +20,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
20
20
|
|
|
21
21
|
### Added
|
|
22
22
|
|
|
23
|
-
- Add --skip-changelog to release orchestration while retaining pre-release gates and specs.
|
|
24
|
-
|
|
25
23
|
### Changed
|
|
26
24
|
|
|
27
25
|
### Deprecated
|
|
@@ -30,6 +28,21 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
28
|
|
|
31
29
|
### Fixed
|
|
32
30
|
|
|
31
|
+
### Security
|
|
32
|
+
|
|
33
|
+
## [1.2.51] - 2026-08-11
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.2.51][1.2.51t]
|
|
36
|
+
- COVERAGE: 93.42% -- 5223/5591 lines in 33 files
|
|
37
|
+
- BRANCH COVERAGE: 76.14% -- 2093/2749 branches in 33 files
|
|
38
|
+
- 29.86% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- Add --skip-changelog to release orchestration while retaining pre-release gates and specs.
|
|
43
|
+
|
|
44
|
+
### Fixed
|
|
45
|
+
|
|
33
46
|
- Shared-version release state now keeps members already at the highest local target out of the per-member bump flag while retaining complete-family selection.
|
|
34
47
|
|
|
35
48
|
- Run shared monorepo changelog gates with the family-local dependency graph.
|
|
@@ -48,7 +61,19 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
48
61
|
|
|
49
62
|
- Allow child kettle-release to normalize local lockfile paths before family readiness checks.
|
|
50
63
|
|
|
51
|
-
|
|
64
|
+
- Resolve kettle-changelog through the active RubyGems bundle during family release-state checks so older global executables cannot hide pending entries.
|
|
65
|
+
|
|
66
|
+
- Fall back to the standalone kettle-changelog executable when the active appraisal bundle does not include it during release-state checks.
|
|
67
|
+
|
|
68
|
+
- Make GitHub Actions pin preflight coverage independent of ambient installed executables so dependency-head CI validates the review phase consistently.
|
|
69
|
+
|
|
70
|
+
## [1.2.50] - 2026-08-11
|
|
71
|
+
|
|
72
|
+
- TAG: [v1.2.50][1.2.50t]
|
|
73
|
+
|
|
74
|
+
### Changed
|
|
75
|
+
|
|
76
|
+
- Historical release notes are unavailable in this changelog.
|
|
52
77
|
|
|
53
78
|
## [1.2.48] - 2026-08-10
|
|
54
79
|
|
|
@@ -2051,7 +2076,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
2051
2076
|
- Fixed CI load failures on engines without compatible `pty` support by falling back to Open3 for interactive release commands.
|
|
2052
2077
|
- Fixed Ruby 3.2 version-bump support by loading Prism lazily and wiring the Prism gem only for MRI versions that need it.
|
|
2053
2078
|
|
|
2054
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v1.2.
|
|
2079
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v1.2.51...HEAD
|
|
2080
|
+
[1.2.51]: https://github.com/kettle-dev/kettle-family/compare/v1.2.50...v1.2.51
|
|
2081
|
+
[1.2.51t]: https://github.com/kettle-dev/kettle-family/releases/tag/v1.2.51
|
|
2082
|
+
[1.2.50]: https://github.com/kettle-dev/kettle-family/compare/e4a9ca8ed52605b6375bbdd4f745b905a68b8b24...v1.2.50
|
|
2083
|
+
[1.2.50t]: https://github.com/kettle-dev/kettle-family/releases/tag/v1.2.50
|
|
2055
2084
|
[1.2.48]: https://github.com/kettle-dev/kettle-family/compare/v1.2.47...v1.2.48
|
|
2056
2085
|
[1.2.48t]: https://github.com/kettle-dev/kettle-family/releases/tag/v1.2.48
|
|
2057
2086
|
[1.2.47]: https://github.com/kettle-dev/kettle-family/compare/v1.2.46...v1.2.47
|
data/README.md
CHANGED
|
@@ -836,7 +836,7 @@ Thanks for RTFM. ☺️
|
|
|
836
836
|
[📌gitmoji]: https://gitmoji.dev
|
|
837
837
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
838
838
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
839
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-5.
|
|
839
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-5.591-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
840
840
|
[🔐security]: https://github.com/kettle-dev/kettle-family/blob/main/SECURITY.md
|
|
841
841
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
842
842
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -107,9 +107,17 @@ module Kettle
|
|
|
107
107
|
end
|
|
108
108
|
|
|
109
109
|
def release_state_command
|
|
110
|
+
[RbConfig.ruby, kettle_changelog_executable, "--release-state", "--json"]
|
|
111
|
+
rescue Gem::Exception
|
|
110
112
|
[RbConfig.ruby, "-S", "kettle-changelog", "--release-state", "--json"]
|
|
111
113
|
end
|
|
112
114
|
|
|
115
|
+
def kettle_changelog_executable
|
|
116
|
+
# Resolve the active bundle's executable before unbundling the child
|
|
117
|
+
# process; PATH lookup afterward can select an older global install.
|
|
118
|
+
Gem.bin_path("kettle-changelog", "kettle-changelog")
|
|
119
|
+
end
|
|
120
|
+
|
|
113
121
|
def capture_release_state(env:, command:, workdir:)
|
|
114
122
|
capture = -> { Open3.capture3(env, *command, chdir: workdir) }
|
|
115
123
|
# kettle-family can run as a standalone executable, but an active
|
|
@@ -192,7 +200,7 @@ module Kettle
|
|
|
192
200
|
end
|
|
193
201
|
|
|
194
202
|
def release_state_env(member = nil)
|
|
195
|
-
return member_changelog_env(member) if member &&
|
|
203
|
+
return member_changelog_env(member) if member && member_local_changelog?(member)
|
|
196
204
|
|
|
197
205
|
config ? config.changelog_env : {}
|
|
198
206
|
end
|
|
@@ -204,7 +212,10 @@ module Kettle
|
|
|
204
212
|
end
|
|
205
213
|
|
|
206
214
|
def member_changelog_env(member)
|
|
207
|
-
env = {
|
|
215
|
+
env = {
|
|
216
|
+
"K_CHANGELOG_GEM_NAME" => member.name.to_s,
|
|
217
|
+
"K_CHANGELOG_PATH" => File.join(member.root, "CHANGELOG.md")
|
|
218
|
+
}
|
|
208
219
|
env["K_CHANGELOG_VERSION_FILE"] = member.version_file.to_s if member.version_file
|
|
209
220
|
env
|
|
210
221
|
end
|
|
@@ -5,7 +5,7 @@ module Kettle
|
|
|
5
5
|
# Version namespace for this gem.
|
|
6
6
|
module Version
|
|
7
7
|
# Current gem version.
|
|
8
|
-
VERSION = "1.2.
|
|
8
|
+
VERSION = "1.2.51"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kettle-family
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.51
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -361,10 +361,10 @@ licenses:
|
|
|
361
361
|
- AGPL-3.0-only
|
|
362
362
|
metadata:
|
|
363
363
|
homepage_uri: https://kettle-family.galtzo.com
|
|
364
|
-
source_code_uri: https://github.com/kettle-dev/kettle-family/tree/v1.2.
|
|
365
|
-
changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v1.2.
|
|
364
|
+
source_code_uri: https://github.com/kettle-dev/kettle-family/tree/v1.2.51
|
|
365
|
+
changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v1.2.51/CHANGELOG.md
|
|
366
366
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-family/issues
|
|
367
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-family/1.2.
|
|
367
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-family/1.2.51
|
|
368
368
|
funding_uri: https://github.com/sponsors/pboling
|
|
369
369
|
wiki_uri: https://github.com/kettle-dev/kettle-family/wiki
|
|
370
370
|
news_uri: https://www.railsbling.com/tags/kettle-family
|
metadata.gz.sig
CHANGED
|
Binary file
|