train-k8s-container-mitre 2.0.2 → 2.1.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/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +20 -0
- data/lib/train-k8s-container/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a6f31783b24164cc4022cf02eec0f3f9196a33f80be854545585f7d66d16133
|
|
4
|
+
data.tar.gz: 05dacf6aadaa5410f138784622bcd76cbe9cc22c5cfede7a15a256072b9b3738
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 248da653146893b9aafc45e99c2f1d34904649fb8bf4ad349d602d2c9c758f8517e598cb3c7fd96ffac6169a7935e96c2d6b1771a9d36311d89f2ce0ba68459f
|
|
7
|
+
data.tar.gz: 4d350da5926144fe048190fd1cb07f45cf7987509ba53022fd64cd7df47e0f2a6470bef1914aa6bd9463cb3a8fa39a6135aa7e67021ff9010994910d95fbf9eb
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.1.0](https://github.com/mitre/train-k8s-container/compare/v2.0.3...v2.1.0) (2025-12-12)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* Enable auto-merge for release-please PRs ([f098f5a](https://github.com/mitre/train-k8s-container/commit/f098f5a150d5532b4def7702e9427448d65764bb))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* Remove duplicate push trigger from release workflow ([f1b4c87](https://github.com/mitre/train-k8s-container/commit/f1b4c872f8e1617c38149bc0172ba20e49ba3dc8))
|
|
19
|
+
|
|
20
|
+
## [2.0.3](https://github.com/mitre/train-k8s-container/compare/v2.0.2...v2.0.3) (2025-12-12)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* Remove duplicate tests from release workflow ([dc9080a](https://github.com/mitre/train-k8s-container/commit/dc9080a48be97cc4c2c4526628d1697636fbe879))
|
|
26
|
+
* Use PAT for release-please to trigger CI on PRs ([725a1e3](https://github.com/mitre/train-k8s-container/commit/725a1e359425ca3df6ee2347906935c15fd34de0))
|
|
27
|
+
|
|
8
28
|
## [2.0.2](https://github.com/mitre/train-k8s-container/compare/v2.0.1...v2.0.2) (2025-12-12)
|
|
9
29
|
|
|
10
30
|
|