k8s-deploy 0.0.6 → 0.0.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a7a0ca78a259fb7015ff1443449b73281f58d37fa9352b3ae6c822e1df6e4ff
4
- data.tar.gz: abdd369612418be8747940c842e85719a15c3a6c7afdaf567f79a927729cfe88
3
+ metadata.gz: a345347ab6907332733a49948a00b6154d93aad77f083de70ecbacf645c78ecb
4
+ data.tar.gz: 76995aa8e46715a6e30fa6ea7ca97ce83d34a79e1cd5fe5e8c4cd7c7d46ac7f4
5
5
  SHA512:
6
- metadata.gz: f6dd2d9a74dde82e29bc33ed72c0aedb9438abdec97fa4fe6bccd71bc1530f6c698c841f193995340979c4eb670125005aec625d6f7cb34493df9e90e5d9bc34
7
- data.tar.gz: 7d056dc997c085dc8612da5355e1fb815105aef45b94721defce5051b62566ced901e996a89e98eaee94152c16d71253cbf5d732e3d57918c151dc3c608ba9d4
6
+ metadata.gz: 83a472836394c05f6eea657fbd039ae8cc60945881ef70798564c3f56090b88474929982ed3a4b6fe6163925999e2a4a3be9e75b7a8818fc8aa7aa9365db210a
7
+ data.tar.gz: 988eb884cd4a4c9f603efff3b51a8664bb8383d5c3d9e8dad5dacd286f4d0ece3c37264b1ac8a68a528622145b6f86f7c965a9669a18aee1fc0bf877034a6d8c
data/CHANGELOG.md ADDED
@@ -0,0 +1,19 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.0.7] - 2023-05-04
4
+
5
+ ### Added
6
+
7
+ - Chore: Add CHANGELOG.md ([#7](https://github.com/syngenta/k8s-deploy/pull/7)).
8
+
9
+ ## [0.0.6] - 2023-05-04
10
+
11
+ ### Added
12
+
13
+ - Chore: Add Rakefile with common maintaining tasks ([#5](https://github.com/syngenta/k8s-deploy/pull/5)).
14
+ - Chore: Multiple minor updates (rubocop, .devcontainer, etc.) ([#3](https://github.com/syngenta/k8s-deploy/pull/3)).
15
+
16
+ ### Changed
17
+
18
+ - **Breaking**: Remove support for Ruby 1.9. Ruby 2.0 is the new minimum supported version ([#3](https://github.com/syngenta/k8s-deploy/pull/3)).
19
+ - Repository migrated to [syngenta/k8s-deploy](https://github.com/syngenta/k8s-deploy) ([#4](https://github.com/syngenta/k8s-deploy/pull/4)).
data/README.md CHANGED
@@ -140,4 +140,4 @@ This project adheres to the [Code of Conduct](CODE_OF_CONDUCT.md). We pledge to
140
140
 
141
141
  ## License
142
142
 
143
- The project uses the MIT License. See LICENSE for details.
143
+ The project uses the MIT License. See [LICENSE](LICENSE) for details.
@@ -4,5 +4,5 @@
4
4
  class K8sDeploy
5
5
  ##
6
6
  # @return [String] the library version
7
- VERSION = '0.0.6'
7
+ VERSION = '0.0.7'
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: k8s-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleksii Leonov
@@ -39,6 +39,7 @@ files:
39
39
  - ".overcommit.yml"
40
40
  - ".rubocop.yml"
41
41
  - ".rubocop_todo.yml"
42
+ - CHANGELOG.md
42
43
  - CODE_OF_CONDUCT.md
43
44
  - CONTRIBUTING.md
44
45
  - Gemfile
@@ -58,6 +59,7 @@ licenses:
58
59
  - MIT
59
60
  metadata:
60
61
  homepage_uri: https://github.com/syngenta/k8s-deploy
62
+ changelog_uri: https://github.com/syngenta/k8s-deploy/blob/main/CHANGELOG.md
61
63
  source_code_uri: https://github.com/syngenta/k8s-deploy
62
64
  documentation_uri: https://github.com/syngenta/k8s-deploy
63
65
  bug_tracker_uri: https://github.com/syngenta/k8s-deploy/issues