vagrant-k8s 0.2.0 → 0.2.2
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 +14 -0
- data/lib/vagrant-k8s/VERSION +1 -1
- data/lib/vagrant-k8s/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: f3f0797574559fabd4cbfeed484b9b22002043fcda0c0b709eba20b5339732ad
|
|
4
|
+
data.tar.gz: 6c289f22e6e929f0fe28668c69c31146d939cc6ed905818f629186d503085893
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e6a427b1840158f3b2cfa2202e1f0f7a3afd06d1fe7d6613520438040c2d5dd0116c1f719906460ca140361ebb8dce05e97e1592aea914e3c2e5993ac12cb63
|
|
7
|
+
data.tar.gz: 046eca2de4a5aa64fa765f18050409d5725de78e1173d7394c6b80f0ef27f61a71a11225cec7bc122a1a099f811880b282944a92ff901e6402ca499dd23a661e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.2](https://github.com/julienpoirou/vagrant-k8s/compare/v0.2.1...v0.2.2) (2026-07-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Corrections 🐛
|
|
7
|
+
|
|
8
|
+
* Keep lib/VERSION in sync via release-please's x-release-please-version annotation ([ab96e05](https://github.com/julienpoirou/vagrant-k8s/commit/ab96e0518b18657cf951815eed478da2f941b2c9))
|
|
9
|
+
|
|
10
|
+
## [0.2.1](https://github.com/julienpoirou/vagrant-k8s/compare/v0.2.0...v0.2.1) (2026-07-05)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Corrections 🐛
|
|
14
|
+
|
|
15
|
+
* Verify VERSION sync after release-please tags a release ([9aea7cd](https://github.com/julienpoirou/vagrant-k8s/commit/9aea7cd02fcb4ec9b1ac47876691cbece1954e44))
|
|
16
|
+
|
|
3
17
|
## [0.2.0](https://github.com/julienpoirou/vagrant-k8s/compare/v0.1.4...v0.2.0) (2026-07-05)
|
|
4
18
|
|
|
5
19
|
|
data/lib/vagrant-k8s/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.2
|
data/lib/vagrant-k8s/version.rb
CHANGED