kubes_aws 0.3.0 → 0.3.1
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 +4 -3
- data/lib/kubes_aws/config.rb +2 -1
- data/lib/kubes_aws/secrets/fetcher.rb +1 -1
- data/lib/kubes_aws/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dabb9b7a32947b504463ae436580a4b7fa9805407d891e75849fe5489b5109b7
|
|
4
|
+
data.tar.gz: 9ca7e70b971166cd13b8f2cbc314e2603ce5d29ae2516b051c69f615a10c1c3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5413f7decb18560c46e5d16dbb58d084d658c33322d21845d2f9548de6d1e0bb42ea4b1cf65ab5203d7eb1cfa45d88c25b9c9cafcccffc04766e5364f2a9916a
|
|
7
|
+
data.tar.gz: 2a42b344b9122a24b5a6c892b0ace49d83ca9de21c94ed5015cd482a261e7feb97eb19ade94cefa9cdfc21c1e3342c5bff1c7daa7520dd22bb134cee38a0abfe
|
data/CHANGELOG.md
CHANGED
|
@@ -3,10 +3,11 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
|
|
5
5
|
|
|
6
|
+
## [0.3.1] - 2020-11-12
|
|
7
|
+
- [#3](https://github.com/boltops-tools/kubes_aws/pull/3) rename secrets.base64 option
|
|
8
|
+
|
|
6
9
|
## [0.3.0] - 2020-11-11
|
|
7
|
-
- [#2](https://github.com/boltops-tools/kubes_aws/pull/2) Config interface and
|
|
8
|
-
- fix specs
|
|
9
|
-
- smarter base64 option
|
|
10
|
+
- [#2](https://github.com/boltops-tools/kubes_aws/pull/2) Config interface and secrets.base64 setting. smarter base64 option
|
|
10
11
|
|
|
11
12
|
## [0.2.0]
|
|
12
13
|
- #1 helpers: aws_secret, aws_ssm
|
data/lib/kubes_aws/config.rb
CHANGED
data/lib/kubes_aws/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kubes_aws
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tung Nguyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-11-
|
|
11
|
+
date: 2020-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|