kennel 1.70.0 → 1.71.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: 857c5d57edd43c806560c9a97b579398f440ed311dd7b8541e1262af03de51bd
4
- data.tar.gz: b75bf7667bcdd473732d1e69231a52a37bdd90366462890a85d39d6325004593
3
+ metadata.gz: 7632d0aefebe72da3129a6d0a67e73500352862b090f7fef7a8dc6b24aeaa6af
4
+ data.tar.gz: 6c6d8170140c0d707a925861efa6246e136b114a8a0c9ca5ad6b4e30e1d4504a
5
5
  SHA512:
6
- metadata.gz: 51662e560022e916c3b2e7254cb9dcc4ec331468f06cc29c47f45ea857c1dc49ded3496b9313a06073848abc782576c46d0bfcd410099ababdc5571a19cccc28
7
- data.tar.gz: de5dd05943415b655efc290399417853a68477a81a88c098b4812d908e83a19ff06594dbb143f6b3120a41caca2cbbe8d86ef27a8eee449e2d34bc05b1da5140
6
+ metadata.gz: f215fabaaee748bd6d2a2df5b765f30875b25400c8ef62ffda2531acf042246acde524c33c7aab8f8bb2eb43fa1b109a8370fc18b959a91ec84f3f18e57de959
7
+ data.tar.gz: 62a3efb2c67ed3f411ac60e2398be09fcff859c58e162883671cf149113df2d3faba01126d088255587a028a9294036ddfe4fb40bb7637d41e35cfcaff5f717e
data/Readme.md CHANGED
@@ -23,7 +23,7 @@ Manage datadog monitors/dashboards/slos as code
23
23
  ```
24
24
  - add a basic projects and teams so others can copy-paste to get started
25
25
  - setup travis build for your repo
26
- - uncomment `.travis.yml` section for automated github PR feedback and datadog updates on merge
26
+ - uncomment `.travis.yml` section for automated PR planing and datadog updates on merge
27
27
  - follow `Setup` in your repos Readme.md
28
28
  <!-- NOT IN -->
29
29
 
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+ # Not used in here, but in our templated repo ... so keeping it around for now.
2
3
  module Kennel
3
4
  class GithubReporter
4
5
  MAX_COMMENT_SIZE = 65536
@@ -68,7 +68,7 @@ namespace :kennel do
68
68
  Kennel.update
69
69
  end
70
70
 
71
- desc "update if this is a push to the default branch, otherwise plan (report to github with GITHUB_TOKEN)"
71
+ desc "update if this is a push to the default branch, otherwise plan"
72
72
  task :travis do
73
73
  on_default_branch = (ENV["TRAVIS_BRANCH"] == (ENV["DEFAULT_BRANCH"] || "master"))
74
74
  is_push = (ENV["TRAVIS_PULL_REQUEST"] == "false")
@@ -79,9 +79,7 @@ namespace :kennel do
79
79
  "kennel:plan" # show plan in travis logs
80
80
  end
81
81
 
82
- Kennel::GithubReporter.report(ENV["GITHUB_TOKEN"]) do
83
- Rake::Task[task_name].invoke
84
- end
82
+ Rake::Task[task_name].invoke
85
83
  end
86
84
 
87
85
  desc "show unmuted alerts filtered by TAG, for example TAG=team:foo"
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Kennel
3
- VERSION = "1.70.0"
3
+ VERSION = "1.71.0"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kennel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-30 00:00:00.000000000 Z
11
+ date: 2020-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday