equilibrium 0.3.1 → 0.4.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 +4 -4
- data/CHANGELOG.md +9 -1
- data/LICENSE +1 -1
- data/LICENSE-3rdparty.csv +12 -0
- data/README.md +4 -2
- data/lib/equilibrium/mixins/input_output.rb +1 -0
- data/lib/equilibrium/repository_url_validator.rb +1 -0
- data/lib/equilibrium/version.rb +1 -1
- metadata +9 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6086551ee61483f243deea089baf7c898dfb8d99745288a0e7ec5accf7c42949
|
|
4
|
+
data.tar.gz: 9fc936d5a0da77004c5520560d10a4360845ec76184feb75cce9fcd535d55aba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00f8941a8d9c31f96b5dbc91e61e37bb8198a4664480699724922ea1ca80bf248473665a047b1b8bb7619cf2afc2a51c2ad5a765548ce5830bec50a06840320e
|
|
7
|
+
data.tar.gz: b4abe1cde3cb0dfbe9ed9036b82f094871b38ed3d6192c7c6e3c1abce8aa0fe0068337f9ec9e93dd95679d61861c1b87298dc2f0e5a5c48a0d96aea96165b94b
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.4.0] - 2025-09-11
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- Add issue and pull request templates
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
- Migrate to Datadog
|
|
17
|
+
- Pin Github Actions versions with SHA
|
|
18
|
+
|
|
10
19
|
## [0.3.1] - 2025-08-26
|
|
11
20
|
|
|
12
21
|
### Fixed
|
|
@@ -73,5 +82,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
73
82
|
[0.3.1]: https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.3.1
|
|
74
83
|
[0.3.0]: https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.3.0
|
|
75
84
|
[0.2.0]: https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.2.0
|
|
76
|
-
[0.1.1]: https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.1.1
|
|
77
85
|
[0.1.0]: https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.1.0
|
data/LICENSE
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Component,Origin,License,Copyright
|
|
2
|
+
thor,https://github.com/rails/thor,MIT,"Copyright (c) 2008 Yehuda Katz, Eric Hodel, et al."
|
|
3
|
+
json,https://github.com/ruby/json,Ruby,"Copyright (C) 2001-2013 Florian Frank"
|
|
4
|
+
json_schemer,https://github.com/davishmcclurg/json_schemer,MIT,Copyright (c) 2017 Davis McClung
|
|
5
|
+
rake,https://github.com/ruby/rake,MIT,Copyright (c) Jim Weirich
|
|
6
|
+
standard,https://github.com/standardrb/standard,MIT,Copyright (c) Standard Ruby team
|
|
7
|
+
webmock,https://github.com/bblimke/webmock,MIT,"Copyright (c) 2009-2010 Bartosz Blimke"
|
|
8
|
+
rspec,https://github.com/rspec/rspec,MIT,Copyright (c) RSpec team
|
|
9
|
+
aruba,https://github.com/cucumber/aruba,MIT,"Copyright (c) 2010 Aslak Hellesøy, David Chelimsky, Mike Sassak, Jarl Friis, Matt Wynne, Dennis Günnewig and Matijs van Zuijlen"
|
|
10
|
+
simplecov,https://github.com/simplecov-ruby/simplecov,MIT,"Copyright (c) 2010-2017 Christoph Olszowka"
|
|
11
|
+
simplecov-lcov,https://github.com/fortissimo1997/simplecov-lcov,MIT,Copyright (c) simplecov-lcov contributors
|
|
12
|
+
rantly,https://github.com/rantly-rb/rantly,MIT,Copyright (c) 2009 Howard Yeh
|
data/README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
# Equilibrium
|
|
2
2
|
|
|
3
|
-
[](https://rubygems.org/gems/equilibrium)
|
|
4
|
+
[](https://github.com/Datadog/equilibrium/actions)
|
|
6
|
+
[](https://codecov.io/gh/Datadog/equilibrium)
|
|
5
7
|
[](https://opensource.org/licenses/MIT)
|
|
6
8
|
|
|
7
9
|
A container image tool that validates equilibrium between mutable tags and semantic version tags.
|
data/lib/equilibrium/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: equilibrium
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Datadog, Inc.
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
@@ -54,7 +54,7 @@ dependencies:
|
|
|
54
54
|
description: Validates equilibrium between mutable tags and semantic version tags
|
|
55
55
|
in container registries
|
|
56
56
|
email:
|
|
57
|
-
-
|
|
57
|
+
- dev@datadoghq.com
|
|
58
58
|
executables:
|
|
59
59
|
- equilibrium
|
|
60
60
|
extensions: []
|
|
@@ -64,6 +64,7 @@ files:
|
|
|
64
64
|
- ".ruby-version"
|
|
65
65
|
- CHANGELOG.md
|
|
66
66
|
- LICENSE
|
|
67
|
+
- LICENSE-3rdparty.csv
|
|
67
68
|
- README.md
|
|
68
69
|
- Rakefile
|
|
69
70
|
- equilibrium
|
|
@@ -95,14 +96,14 @@ files:
|
|
|
95
96
|
- lib/equilibrium/tag_sorter.rb
|
|
96
97
|
- lib/equilibrium/tags_operation_service.rb
|
|
97
98
|
- lib/equilibrium/version.rb
|
|
98
|
-
homepage: https://github.com/
|
|
99
|
+
homepage: https://github.com/Datadog/equilibrium
|
|
99
100
|
licenses:
|
|
100
101
|
- MIT
|
|
101
102
|
metadata:
|
|
102
|
-
homepage_uri: https://github.com/
|
|
103
|
-
source_code_uri: https://github.com/
|
|
104
|
-
changelog_uri: https://github.com/
|
|
105
|
-
github_repo: ssh://github.com/
|
|
103
|
+
homepage_uri: https://github.com/Datadog/equilibrium
|
|
104
|
+
source_code_uri: https://github.com/Datadog/equilibrium
|
|
105
|
+
changelog_uri: https://github.com/Datadog/equilibrium/blob/v0.4.0/CHANGELOG.md
|
|
106
|
+
github_repo: ssh://github.com/Datadog/equilibrium
|
|
106
107
|
rdoc_options: []
|
|
107
108
|
require_paths:
|
|
108
109
|
- lib
|