kettle-family 1.2.84 → 1.2.85
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 +16 -1
- data/README.md +24 -1
- data/lib/kettle/family/version.rb +1 -1
- data/lib/kettle/family/workflow.rb +17 -4
- 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: 91a1c4bf31a3387bf5e7170148accfe48611ebe4596466384e2ac34a228a0a07
|
|
4
|
+
data.tar.gz: ac8fc14eae4354a6dc774158a60c4bd522cc0db9ed530b775f310e2c37eb5650
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2495673c5566c9233553c229ac8e8b2973037a563fb97d29c22dc87852cb67811720768bfc290ffa78ac125eafb655614e857f42779f7441b8d6d5ba080bfe6d
|
|
7
|
+
data.tar.gz: 3909f42f4f582bd05fe26997963b9778c81afbd129775c9df77d7d229ffffb5a181fccce7a6f46caff377f819b15feb922009e849b75a1815ae94ac5d47e1f2d
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,19 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [1.2.85] - 2026-09-06
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.2.85][1.2.85t]
|
|
36
|
+
- COVERAGE: 93.08% -- 5785/6215 lines in 33 files
|
|
37
|
+
- BRANCH COVERAGE: 76.04% -- 2345/3084 branches in 33 files
|
|
38
|
+
- 30.69% documented
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Keep local template dependency activation enabled while bootstrapping nomono.
|
|
43
|
+
|
|
44
|
+
- Use the complete template dependency graph when bootstrapping nomono; reserve the changelog dependency opt-out for explicit constraint conflicts.
|
|
45
|
+
|
|
33
46
|
## [1.2.84] - 2026-09-05
|
|
34
47
|
|
|
35
48
|
- TAG: [v1.2.84][1.2.84t]
|
|
@@ -2510,7 +2523,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
2510
2523
|
- Fixed CI load failures on engines without compatible `pty` support by falling back to Open3 for interactive release commands.
|
|
2511
2524
|
- Fixed Ruby 3.2 version-bump support by loading Prism lazily and wiring the Prism gem only for MRI versions that need it.
|
|
2512
2525
|
|
|
2513
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v1.2.
|
|
2526
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v1.2.85...HEAD
|
|
2527
|
+
[1.2.85]: https://github.com/kettle-dev/kettle-family/compare/v1.2.84...v1.2.85
|
|
2528
|
+
[1.2.85t]: https://github.com/kettle-dev/kettle-family/releases/tag/v1.2.85
|
|
2514
2529
|
[1.2.84]: https://github.com/kettle-dev/kettle-family/compare/v1.2.83...v1.2.84
|
|
2515
2530
|
[1.2.84t]: https://github.com/kettle-dev/kettle-family/releases/tag/v1.2.84
|
|
2516
2531
|
[1.2.83]: https://github.com/kettle-dev/kettle-family/compare/v1.2.82...v1.2.83
|
data/README.md
CHANGED
|
@@ -797,6 +797,29 @@ kettle-family template --execute \
|
|
|
797
797
|
--env STRUCTUREDMERGE_DEV=/home/me/src/structuredmerge/ruby/gems
|
|
798
798
|
```
|
|
799
799
|
|
|
800
|
+
### Template Bootstrap Environment
|
|
801
|
+
|
|
802
|
+
Before invoking `kettle-jem`, `kettle-family template` may refresh `nomono` so
|
|
803
|
+
the member Gemfile can activate its generated local dependency wiring. That
|
|
804
|
+
bootstrap uses the same development dependency graph as template preparation:
|
|
805
|
+
|
|
806
|
+
- `K_JEM_TEMPLATING=true` is enforced. It selects the templating Gemfile graph
|
|
807
|
+
and activates generated local sibling closures. It is not a release-lockfile
|
|
808
|
+
normalization setting.
|
|
809
|
+
- The configured family `*_DEV` selector is preserved or inferred from the
|
|
810
|
+
family configuration. It tells `nomono` where that sibling closure lives.
|
|
811
|
+
- `BUNDLE_DISABLE_CHECKSUM_VALIDATION=true` is retained for template bootstrap
|
|
812
|
+
and template application, where a template can legitimately update a
|
|
813
|
+
lockfile before its checksums are normalized.
|
|
814
|
+
- `KETTLE_DEV_SKIP_CHANGELOG_DEPENDENCY` defaults to `false`. Set it explicitly
|
|
815
|
+
only when the optional `kettle-changelog` dependency has an incompatible
|
|
816
|
+
version constraint with the graph being bootstrapped. It does not select
|
|
817
|
+
local dependencies and must not be used as a general Bundler-resolution or
|
|
818
|
+
release-lockfile workaround.
|
|
819
|
+
|
|
820
|
+
Release lockfile normalization is a separate operation with its own local-path
|
|
821
|
+
policy; it must not be inferred from template bootstrap settings.
|
|
822
|
+
|
|
800
823
|
## 🔐 Security
|
|
801
824
|
|
|
802
825
|
See [SECURITY.md][🔐security].
|
|
@@ -1049,7 +1072,7 @@ Thanks for RTFM. ☺️
|
|
|
1049
1072
|
[📌gitmoji]: https://gitmoji.dev
|
|
1050
1073
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
1051
1074
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
1052
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-6.
|
|
1075
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-6.215-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
1053
1076
|
[🔐security]: https://github.com/kettle-dev/kettle-family/blob/main/SECURITY.md
|
|
1054
1077
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
1055
1078
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -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.85"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
|
@@ -824,14 +824,27 @@ module Kettle
|
|
|
824
824
|
|
|
825
825
|
def template_bootstrap_dependency_env(_member)
|
|
826
826
|
env = template_prepare_env
|
|
827
|
-
#
|
|
828
|
-
#
|
|
829
|
-
|
|
830
|
-
|
|
827
|
+
# Bootstrap must evaluate the same development graph as template
|
|
828
|
+
# preparation. In particular, K_JEM_TEMPLATING activates the generated
|
|
829
|
+
# local sibling closure; without it, stale generated Gemfiles can make
|
|
830
|
+
# Bundler look for an unreleased family gem in a registry.
|
|
831
|
+
#
|
|
832
|
+
# kettle-changelog is part of that normal graph. Its opt-out remains
|
|
833
|
+
# available only for an explicit, known optional-dependency constraint
|
|
834
|
+
# conflict; it is not a general solution for local-path resolution.
|
|
835
|
+
env["KETTLE_DEV_SKIP_CHANGELOG_DEPENDENCY"] = template_bootstrap_changelog_dependency_setting
|
|
836
|
+
env["K_JEM_TEMPLATING"] = "true"
|
|
831
837
|
env["BUNDLE_DISABLE_CHECKSUM_VALIDATION"] = "true"
|
|
832
838
|
env
|
|
833
839
|
end
|
|
834
840
|
|
|
841
|
+
def template_bootstrap_changelog_dependency_setting
|
|
842
|
+
env_overrides.fetch(
|
|
843
|
+
"KETTLE_DEV_SKIP_CHANGELOG_DEPENDENCY",
|
|
844
|
+
ENV.fetch("KETTLE_DEV_SKIP_CHANGELOG_DEPENDENCY", "false")
|
|
845
|
+
)
|
|
846
|
+
end
|
|
847
|
+
|
|
835
848
|
def template_results_for_member(member, progress: nil)
|
|
836
849
|
progress&.start_member(member, total: template_phase_total(member), status: template_initial_status(member))
|
|
837
850
|
runner = CommandRunner.new(execute: execute, accept: accept)
|
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.85
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -441,10 +441,10 @@ licenses:
|
|
|
441
441
|
- AGPL-3.0-only
|
|
442
442
|
metadata:
|
|
443
443
|
homepage_uri: https://kettle-family.galtzo.com
|
|
444
|
-
source_code_uri: https://github.com/kettle-dev/kettle-family/tree/v1.2.
|
|
445
|
-
changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v1.2.
|
|
444
|
+
source_code_uri: https://github.com/kettle-dev/kettle-family/tree/v1.2.85
|
|
445
|
+
changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v1.2.85/CHANGELOG.md
|
|
446
446
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-family/issues
|
|
447
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-family/1.2.
|
|
447
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-family/1.2.85
|
|
448
448
|
funding_uri: https://github.com/sponsors/pboling
|
|
449
449
|
wiki_uri: https://github.com/kettle-dev/kettle-family/wiki
|
|
450
450
|
news_uri: https://www.railsbling.com/tags/kettle-family
|
metadata.gz.sig
CHANGED
|
Binary file
|