vrt-ec2-tags 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de8eaa54e9adecce14c0f5a070dd1eaadbc7bad6e219073fcc5ac981c754dd83
4
- data.tar.gz: b870a833adede95242143d7dd4f56af87d4d5bc173b243e85d599c428ea4e005
3
+ metadata.gz: 53c08bd68e5a4bf6a7bddbc1dbe5a5e58b58c781e5a5c1d2e709bfc2c978b0b1
4
+ data.tar.gz: 9383c87fa06f1c70d142b47effbaba2c14a03938dc35850d837f5d40c5302d68
5
5
  SHA512:
6
- metadata.gz: 9996a961059bba1cd6d81189e671173bb7c42a8fa146c45e44ccf4c0a76d9071f52e09154a3324f02a339d57a280ced2bf97888700dffd898617932544cd100d
7
- data.tar.gz: fdb17723e89deae2a5a7aaad460af22e5a7fbae41b0c65993314a27e198e3c1bc344c530488afe890f3aeed133899e5ceb03becaddc99636b06847e5c93b0aca
6
+ metadata.gz: 9597a20e3d94c727951d7f26faca4f532cac0db74bd82b6c9a206b8e43b76b1ec6ca704becb230e2312abdda269198fdb15f8cb953dd175389817c62b58265ad
7
+ data.tar.gz: 4bf0983bfcbf392b59217f7f892036c2e44015325f7b15047282d61ad62830c2def9438671ccb00d263491b1fae3f8b638da811a6b791b2b41b7b254fa4e530f
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  AllCops:
3
+ NewCops: enable # Enable new Cops by default.
3
4
  TargetRubyVersion: 2.5
4
5
 
5
- Metrics/LineLength:
6
+ Layout/LineLength:
6
7
  Max: 140
data/README.md CHANGED
@@ -14,11 +14,15 @@ gem 'vrt-ec2-tags'
14
14
 
15
15
  And then execute:
16
16
 
17
- $ bundle
17
+ ```sh
18
+ bundle
19
+ ```
18
20
 
19
21
  Or install it yourself as:
20
22
 
21
- $ gem install vrt-ec2-tags
23
+ ```sh
24
+ gem install vrt-ec2-tags
25
+ ```
22
26
 
23
27
  ## Usage
24
28
 
@@ -32,4 +36,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
36
 
33
37
  ## Contributing
34
38
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/vrt-ec2-tags.
39
+ Bug reports and pull requests are welcome on GitHub at <https://github.com/vrtdev/vrt-ec2-tags>.
@@ -0,0 +1,13 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ Version format based on <http://semver.org/>
6
+
7
+ ## [Unreleased]
8
+
9
+ ## [0.2.0] - 2020-07-17
10
+
11
+ ### Changed
12
+
13
+ - Use new lambda for collecting EC2 tags.
@@ -21,7 +21,7 @@ module Vrt
21
21
  end
22
22
 
23
23
  def self.tag_uri
24
- @tag_uri || @tag_uri = URI.parse('https://puppetapi.core.a51.be/tags')
24
+ @tag_uri || @tag_uri = URI.parse('https://cert-lambda.core.a51.be/tags')
25
25
  end
26
26
 
27
27
  def self.read_tags
@@ -3,7 +3,7 @@
3
3
  module Vrt
4
4
  module Ec2
5
5
  module Tags
6
- VERSION = '0.1.1'
6
+ VERSION = '0.2.0'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vrt-ec2-tags
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan - Zipkid - Goethals
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-10 00:00:00.000000000 Z
11
+ date: 2020-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print
@@ -96,6 +96,7 @@ files:
96
96
  - Rakefile
97
97
  - bin/console
98
98
  - bin/setup
99
+ - changelog.md
99
100
  - exe/vrt-ec2-tags
100
101
  - lib/vrt/ec2/tags.rb
101
102
  - lib/vrt/ec2/tags/version.rb
@@ -119,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
120
  - !ruby/object:Gem::Version
120
121
  version: '0'
121
122
  requirements: []
122
- rubygems_version: 3.0.6
123
+ rubygems_version: 3.0.3
123
124
  signing_key:
124
125
  specification_version: 4
125
126
  summary: Fetch EC2 tags for the requesting host only via Lambda