kettle-dev 3.0.15 → 3.0.16
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 +14 -1
- data/README.md +1 -1
- data/lib/kettle/dev/release_cli.rb +14 -5
- data/lib/kettle/dev/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: 48b3c836485ea5f578606d3a5582aa4877084c04b7c9d8b8a85151d8203288e2
|
|
4
|
+
data.tar.gz: 229c452a7a514cfad31324d5eacdd5d207efd5624c922c2afc20415cad5434e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0526d9339e4f74739f332051beaa8e079d51e7f291754604ade207d25767e3458001501aaed9a84e9887ede43ebfe74125654df94410ce66903ab09cedbee752
|
|
7
|
+
data.tar.gz: 5301eaf6485588d958c780b0b0378d847cfa85097bf3819441a0139c8752807ade609509aad0ddbe425de46d8b3bfd7fb04f926a6c8d5e83dc9d8fa82193f83a
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,17 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [3.0.16] - 2026-08-28
|
|
34
|
+
|
|
35
|
+
- TAG: [v3.0.16][3.0.16t]
|
|
36
|
+
- COVERAGE: 91.20% -- 5807/6367 lines in 47 files
|
|
37
|
+
- BRANCH COVERAGE: 75.93% -- 2227/2933 branches in 47 files
|
|
38
|
+
- 51.10% documented
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Retry release lockfile resets while newly published workspace gems propagate to the configured source.
|
|
43
|
+
|
|
33
44
|
## [3.0.15] - 2026-08-28
|
|
34
45
|
|
|
35
46
|
- TAG: [v3.0.15][3.0.15t]
|
|
@@ -3608,7 +3619,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
3608
3619
|
- Selecting will run the selected workflow via `act`
|
|
3609
3620
|
- This may move to its own gem in the future.
|
|
3610
3621
|
|
|
3611
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v3.0.
|
|
3622
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v3.0.16...HEAD
|
|
3623
|
+
[3.0.16]: https://github.com/kettle-dev/kettle-dev/compare/v3.0.15...v3.0.16
|
|
3624
|
+
[3.0.16t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v3.0.16
|
|
3612
3625
|
[3.0.15]: https://github.com/kettle-dev/kettle-dev/compare/v3.0.14...v3.0.15
|
|
3613
3626
|
[3.0.15t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v3.0.15
|
|
3614
3627
|
[3.0.14]: https://github.com/kettle-dev/kettle-dev/compare/v3.0.13...v3.0.14
|
data/README.md
CHANGED
|
@@ -1033,7 +1033,7 @@ Thanks for RTFM. ☺️
|
|
|
1033
1033
|
[📌gitmoji]: https://gitmoji.dev
|
|
1034
1034
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
1035
1035
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
1036
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-6.
|
|
1036
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-6.367-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
1037
1037
|
[🔐security]: https://github.com/kettle-dev/kettle-dev/blob/main/SECURITY.md
|
|
1038
1038
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
1039
1039
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -702,17 +702,24 @@ module Kettle
|
|
|
702
702
|
rescue Kettle::Dev::Error => error
|
|
703
703
|
raise unless error.message.start_with?("Reset #{Kettle::Dev::LockfileReset::RELEASE_LOCKFILES_TARGET} failed validation:")
|
|
704
704
|
|
|
705
|
-
|
|
706
|
-
# guard, even when the shared reset helper is the component that
|
|
707
|
-
# detects the unrepaired lockfile.
|
|
705
|
+
retryable = retryable_release_lockfile_reset_error?(error) && attempt < attempts
|
|
708
706
|
emit_release_lockfile_event(
|
|
709
707
|
action: "reset",
|
|
710
|
-
status: "blocked",
|
|
708
|
+
status: retryable ? "retrying" : "blocked",
|
|
711
709
|
stage: stage,
|
|
712
710
|
attempt: attempt,
|
|
713
711
|
attempts: attempts,
|
|
714
712
|
reason: error.message
|
|
715
713
|
)
|
|
714
|
+
if retryable
|
|
715
|
+
puts "Release lockfile reset could not resolve a newly published workspace gem from #{RELEASE_VALIDATION_SOURCE}; waiting before retry #{attempt + 1}/#{attempts}."
|
|
716
|
+
sleep(release_availability_probe_interval)
|
|
717
|
+
next
|
|
718
|
+
end
|
|
719
|
+
|
|
720
|
+
# Keep non-transient release-facing failures shaped like the
|
|
721
|
+
# lockfile validation guard, even when the shared reset helper
|
|
722
|
+
# detects the unrepaired lockfile.
|
|
716
723
|
break
|
|
717
724
|
rescue => error
|
|
718
725
|
retryable = retryable_release_lockfile_reset_error?(error) && attempt < attempts
|
|
@@ -755,7 +762,9 @@ module Kettle
|
|
|
755
762
|
message = error.message.to_s
|
|
756
763
|
message.include?("Bundler::GemNotFound") ||
|
|
757
764
|
message.include?("Could not find gem") ||
|
|
758
|
-
message.include?("can no longer be found in that source")
|
|
765
|
+
message.include?("can no longer be found in that source") ||
|
|
766
|
+
message.include?("locks local workspace gem") &&
|
|
767
|
+
message.include?("not resolvable from the configured gem source")
|
|
759
768
|
end
|
|
760
769
|
|
|
761
770
|
def validate_release_lockfiles!(stage:)
|
data/lib/kettle/dev/version.rb
CHANGED
|
@@ -5,7 +5,7 @@ module Kettle
|
|
|
5
5
|
# Version namespace for this gem.
|
|
6
6
|
module Version
|
|
7
7
|
# Current gem version.
|
|
8
|
-
VERSION = "3.0.
|
|
8
|
+
VERSION = "3.0.16"
|
|
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-dev
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -400,10 +400,10 @@ licenses:
|
|
|
400
400
|
- AGPL-3.0-only
|
|
401
401
|
metadata:
|
|
402
402
|
homepage_uri: https://kettle-dev.galtzo.com
|
|
403
|
-
source_code_uri: https://github.com/kettle-dev/kettle-dev/tree/v3.0.
|
|
404
|
-
changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v3.0.
|
|
403
|
+
source_code_uri: https://github.com/kettle-dev/kettle-dev/tree/v3.0.16
|
|
404
|
+
changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v3.0.16/CHANGELOG.md
|
|
405
405
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-dev/issues
|
|
406
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-dev/3.0.
|
|
406
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-dev/3.0.16
|
|
407
407
|
funding_uri: https://github.com/sponsors/pboling
|
|
408
408
|
wiki_uri: https://github.com/kettle-dev/kettle-dev/wiki
|
|
409
409
|
news_uri: https://www.railsbling.com/tags/kettle-dev
|
metadata.gz.sig
CHANGED
|
Binary file
|