pfab 0.24.0 → 0.25.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f606a8c659a0664f7f4869438a917a897f9c7009cdc1e23e45522739d2e69fe1
4
- data.tar.gz: 919bdc6f011315fcf45a4b5fd4722b4c414c892b6e81417041371da63548da76
3
+ metadata.gz: 161cf6c476c53435c6bac139c10132e599589b4180533b2d06137d2a39a16296
4
+ data.tar.gz: 75910dc501c137feafcfb413939dbbdbe2c6c73f1d4bb97b039e4abd4ccf2a5a
5
5
  SHA512:
6
- metadata.gz: 6263093d254e986ee4d9282ea7768c78c4ca5de747296b44298682557422963b4e8d52f334c0b8fec275876b66a1c87993630a4c9b0c8d8c33b0114084319fa4
7
- data.tar.gz: 4846e1aa24220ef5ecf7ab25111613ade6ae9fd7c456fd5a77700cc0b6546bfca9dd58cce3128f912bde5d5cd349c8e63a0159ac1859ca79b49e01fbeaca616e
6
+ metadata.gz: 80bcfb6f0860893abe2d7eee61012d5deb16721f08dbd5181823fcdce88afed2ec068697c66adc9f5fe5fcec9b3d24846a03f98dcda074a89342a209edab0128
7
+ data.tar.gz: b3bc0348374e7b234f2106b481bd20c39bf8dde514f1be2bc31e687f566d597b90275934e54cba433364b4588be84748d3b803ffec6a1f0504a1d619e2b60af6
@@ -23,7 +23,7 @@ module Pfab
23
23
  "deploy-id" => deploy_id,
24
24
  "tags.datadoghq.com/env": @data['env'],
25
25
  "tags.datadoghq.com/service": @data['deployed_name'],
26
- "tags.datadoghq.com/service": @data['sha']
26
+ "tags.datadoghq.com/version": @data['sha']
27
27
  }
28
28
  },
29
29
  spec: {
@@ -49,7 +49,7 @@ module Pfab
49
49
  "application-type" => "cron",
50
50
  "tags.datadoghq.com/env": @data['env'],
51
51
  "tags.datadoghq.com/service": @data['deployed_name'],
52
- "tags.datadoghq.com/service": @data['sha']
52
+ "tags.datadoghq.com/version": @data['sha']
53
53
  },
54
54
  },
55
55
  spec: {
@@ -23,7 +23,7 @@ module Pfab
23
23
  "deploy-id" => deploy_id,
24
24
  "tags.datadoghq.com/env": @data['env'],
25
25
  "tags.datadoghq.com/service": @data['deployed_name'],
26
- "tags.datadoghq.com/service": @data['sha']
26
+ "tags.datadoghq.com/version": @data['sha']
27
27
  }
28
28
  },
29
29
  spec: {
@@ -45,7 +45,7 @@ module Pfab
45
45
  "application-type" => "daemon",
46
46
  "tags.datadoghq.com/env": @data['env'],
47
47
  "tags.datadoghq.com/service": @data['deployed_name'],
48
- "tags.datadoghq.com/service": @data['sha']
48
+ "tags.datadoghq.com/version": @data['sha']
49
49
  },
50
50
  },
51
51
  spec: {
@@ -23,7 +23,7 @@ module Pfab
23
23
  "deploy-id" => deploy_id,
24
24
  "tags.datadoghq.com/env": @data['env'],
25
25
  "tags.datadoghq.com/service": @data['deployed_name'],
26
- "tags.datadoghq.com/service": @data['sha']
26
+ "tags.datadoghq.com/version": @data['sha']
27
27
  }
28
28
  },
29
29
  spec: {
@@ -37,7 +37,7 @@ module Pfab
37
37
  "application-type" => "job",
38
38
  "tags.datadoghq.com/env": @data['env'],
39
39
  "tags.datadoghq.com/service": @data['deployed_name'],
40
- "tags.datadoghq.com/service": @data['sha']
40
+ "tags.datadoghq.com/version": @data['sha']
41
41
  },
42
42
  },
43
43
  spec: {
@@ -154,7 +154,7 @@ module Pfab
154
154
  "deploy-id" => deploy_id,
155
155
  "tags.datadoghq.com/env": @data['env'],
156
156
  "tags.datadoghq.com/service": @data['deployed_name'],
157
- "tags.datadoghq.com/service": @data['sha']
157
+ "tags.datadoghq.com/version": @data['sha']
158
158
  }
159
159
  },
160
160
  spec: {
data/lib/pfab/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Pfab
2
2
  module Version
3
3
  MAJOR = 0
4
- MINOR = 24
4
+ MINOR = 25
5
5
  PATCH = 0
6
6
  BUILD = nil
7
7
 
data/pfab.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: pfab 0.24.0 ruby lib
5
+ # stub: pfab 0.25.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "pfab".freeze
9
- s.version = "0.24.0"
9
+ s.version = "0.25.0"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pfab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Dwyer