kettle-family 1.2.88 → 1.2.89
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 +6 -3
- data/lib/kettle/family/command_runner.rb +1 -1
- data/lib/kettle/family/version.rb +1 -1
- data/lib/kettle/family/workflow.rb +12 -7
- 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: 82f0fe9d1ff1a9570736167dbad614ce55a2929c01da9cee1cfad7c8e9bae9d8
|
|
4
|
+
data.tar.gz: e3bbc4d7236b5ec4a7874e5a6304b9c9e02f1e3e726a37a361b5e97d8aed6d1e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8e8d571b682158386d7d4320941a5b77eb7b29d99f5653142126e5cb771c8deeb577ca36d0959b77f9de91471f9726a1c08ac95f8b525aa9ce6edef15ece787
|
|
7
|
+
data.tar.gz: 0d91b201b66f7c31ee41f80b0e09346f8d228d977c2730e0bbcbef7aa0ddb31d7b9f71032b248c24881f9bc987dd1967dcc0a85977a9d2a12eced9ab090aae7a
|
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.89] - 2026-09-06
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.2.89][1.2.89t]
|
|
36
|
+
- COVERAGE: 93.10% -- 5816/6247 lines in 34 files
|
|
37
|
+
- BRANCH COVERAGE: 76.24% -- 2361/3097 branches in 34 files
|
|
38
|
+
- 31.79% documented
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Apply the template-local execution profile consistently to lockfile preparation, template application, child setup commands, and final lockfile normalization.
|
|
43
|
+
|
|
44
|
+
- Isolate member commands from outer Bundler activation so nested release and coverage processes cannot redirect member lockfile operations.
|
|
45
|
+
|
|
33
46
|
## [1.2.88] - 2026-09-06
|
|
34
47
|
|
|
35
48
|
- TAG: [v1.2.88][1.2.88t]
|
|
@@ -2560,7 +2573,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
2560
2573
|
- Fixed CI load failures on engines without compatible `pty` support by falling back to Open3 for interactive release commands.
|
|
2561
2574
|
- Fixed Ruby 3.2 version-bump support by loading Prism lazily and wiring the Prism gem only for MRI versions that need it.
|
|
2562
2575
|
|
|
2563
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v1.2.
|
|
2576
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v1.2.89...HEAD
|
|
2577
|
+
[1.2.89]: https://github.com/kettle-dev/kettle-family/compare/v1.2.88...v1.2.89
|
|
2578
|
+
[1.2.89t]: https://github.com/kettle-dev/kettle-family/releases/tag/v1.2.89
|
|
2564
2579
|
[1.2.88]: https://github.com/kettle-dev/kettle-family/compare/v1.2.87...v1.2.88
|
|
2565
2580
|
[1.2.88t]: https://github.com/kettle-dev/kettle-family/releases/tag/v1.2.88
|
|
2566
2581
|
[1.2.87]: https://github.com/kettle-dev/kettle-family/compare/v1.2.86...v1.2.87
|
data/README.md
CHANGED
|
@@ -804,8 +804,11 @@ defined in [Execution Profiles](EXECUTION_PROFILES.md). The rules below are
|
|
|
804
804
|
the template-local portion of that policy.
|
|
805
805
|
|
|
806
806
|
Before invoking `kettle-jem`, `kettle-family template` may refresh `nomono` so
|
|
807
|
-
the member Gemfile can activate its generated local dependency wiring.
|
|
808
|
-
|
|
807
|
+
the member Gemfile can activate its generated local dependency wiring. The
|
|
808
|
+
template-local profile applies to every member phase: initial lockfile
|
|
809
|
+
preparation, bootstrap recovery, dependency preparation, template application
|
|
810
|
+
and its child processes, and final lockfile normalization. They all use the
|
|
811
|
+
same development dependency graph:
|
|
809
812
|
|
|
810
813
|
- `K_JEM_TEMPLATING=true` is enforced. It selects the templating Gemfile graph
|
|
811
814
|
and activates generated local sibling closures. It is not a release-lockfile
|
|
@@ -1081,7 +1084,7 @@ Thanks for RTFM. ☺️
|
|
|
1081
1084
|
[📌gitmoji]: https://gitmoji.dev
|
|
1082
1085
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
1083
1086
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
1084
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-6.
|
|
1087
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-6.247-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
1085
1088
|
[🔐security]: https://github.com/kettle-dev/kettle-family/blob/main/SECURITY.md
|
|
1086
1089
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
1087
1090
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -648,8 +648,8 @@ module Kettle
|
|
|
648
648
|
end
|
|
649
649
|
|
|
650
650
|
def unbundled_process_env
|
|
651
|
-
return Bundler.original_env if defined?(Bundler) && Bundler.respond_to?(:original_env)
|
|
652
651
|
return Bundler.unbundled_env if defined?(Bundler) && Bundler.respond_to?(:unbundled_env)
|
|
652
|
+
return Bundler.original_env if defined?(Bundler) && Bundler.respond_to?(:original_env)
|
|
653
653
|
|
|
654
654
|
{}
|
|
655
655
|
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.89"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
|
@@ -593,7 +593,7 @@ module Kettle
|
|
|
593
593
|
member: member,
|
|
594
594
|
phase: command,
|
|
595
595
|
command: command_text,
|
|
596
|
-
env:
|
|
596
|
+
env: template_command_env,
|
|
597
597
|
stdout_line_handler: (command == "gha-sha-pins") ? gha_sha_pins_event_line_handler(member) : nil
|
|
598
598
|
)
|
|
599
599
|
memo << result
|
|
@@ -874,7 +874,7 @@ module Kettle
|
|
|
874
874
|
member: member,
|
|
875
875
|
phase: command,
|
|
876
876
|
command: workflow_command(member),
|
|
877
|
-
env:
|
|
877
|
+
env: template_command_env,
|
|
878
878
|
stdout_line_handler: template_event_line_handler(member, progress: progress)
|
|
879
879
|
)
|
|
880
880
|
emit_member_result_progress(member, memo.last, progress: progress)
|
|
@@ -4351,18 +4351,19 @@ module Kettle
|
|
|
4351
4351
|
def normalize_lockfiles(member:, runner:, memo:, phase:)
|
|
4352
4352
|
return unless config.normalize_lockfiles?
|
|
4353
4353
|
|
|
4354
|
+
env = template_lockfile_phase?(phase) ? template_prepare_env : workflow_env
|
|
4354
4355
|
result = runner.call(
|
|
4355
4356
|
member: member,
|
|
4356
4357
|
phase: phase,
|
|
4357
4358
|
command: normalize_lockfiles_command(member: member, phase: phase),
|
|
4358
|
-
env:
|
|
4359
|
+
env: env
|
|
4359
4360
|
)
|
|
4360
4361
|
if template_prepare_lockfiles_phase?(phase) && repair_checksum_mismatches(member, result)
|
|
4361
4362
|
result = runner.call(
|
|
4362
4363
|
member: member,
|
|
4363
4364
|
phase: phase,
|
|
4364
4365
|
command: normalize_lockfiles_command(member: member, phase: phase),
|
|
4365
|
-
env:
|
|
4366
|
+
env: env
|
|
4366
4367
|
)
|
|
4367
4368
|
end
|
|
4368
4369
|
if checksum_option_unsupported?(result)
|
|
@@ -4370,7 +4371,7 @@ module Kettle
|
|
|
4370
4371
|
member: member,
|
|
4371
4372
|
phase: "#{phase}_bundler_recovery",
|
|
4372
4373
|
command: %w[bundle update --bundler],
|
|
4373
|
-
env:
|
|
4374
|
+
env: env
|
|
4374
4375
|
)
|
|
4375
4376
|
memo << recovery
|
|
4376
4377
|
return unless recovery.ok?
|
|
@@ -4379,7 +4380,7 @@ module Kettle
|
|
|
4379
4380
|
member: member,
|
|
4380
4381
|
phase: phase,
|
|
4381
4382
|
command: normalize_lockfiles_command(member: member, phase: phase, skip_checksum_option: true),
|
|
4382
|
-
env:
|
|
4383
|
+
env: env
|
|
4383
4384
|
)
|
|
4384
4385
|
end
|
|
4385
4386
|
if template_lockfile_phase?(phase) && recoverable_bundle_failure?(result)
|
|
@@ -4390,7 +4391,7 @@ module Kettle
|
|
|
4390
4391
|
member: member,
|
|
4391
4392
|
phase: phase,
|
|
4392
4393
|
command: normalize_lockfiles_command(member: member, phase: phase),
|
|
4393
|
-
env:
|
|
4394
|
+
env: env
|
|
4394
4395
|
)
|
|
4395
4396
|
end
|
|
4396
4397
|
memo << result
|
|
@@ -4641,6 +4642,10 @@ module Kettle
|
|
|
4641
4642
|
execution_profile(template_execution_profile, workflow_env)
|
|
4642
4643
|
end
|
|
4643
4644
|
|
|
4645
|
+
def template_command_env
|
|
4646
|
+
(command == "template") ? template_prepare_env : command_env
|
|
4647
|
+
end
|
|
4648
|
+
|
|
4644
4649
|
def template_execution_profile
|
|
4645
4650
|
ExecutionProfile.fetch(:template_local)
|
|
4646
4651
|
end
|
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.89
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -442,10 +442,10 @@ licenses:
|
|
|
442
442
|
- AGPL-3.0-only
|
|
443
443
|
metadata:
|
|
444
444
|
homepage_uri: https://kettle-family.galtzo.com
|
|
445
|
-
source_code_uri: https://github.com/kettle-dev/kettle-family/tree/v1.2.
|
|
446
|
-
changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v1.2.
|
|
445
|
+
source_code_uri: https://github.com/kettle-dev/kettle-family/tree/v1.2.89
|
|
446
|
+
changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v1.2.89/CHANGELOG.md
|
|
447
447
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-family/issues
|
|
448
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-family/1.2.
|
|
448
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-family/1.2.89
|
|
449
449
|
funding_uri: https://github.com/sponsors/pboling
|
|
450
450
|
wiki_uri: https://github.com/kettle-dev/kettle-family/wiki
|
|
451
451
|
news_uri: https://www.railsbling.com/tags/kettle-family
|
metadata.gz.sig
CHANGED
|
Binary file
|