itamae-plugin-recipe-datadog 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -1
- data/README.md +1 -1
- data/lib/itamae/plugin/recipe/datadog/version.rb +1 -1
- data/mrblib +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 819762a5f68d658d9b7ec465304511c57f5cfac0d41989a5148166a8a25aeb3a
|
4
|
+
data.tar.gz: 371bf73f255954542fc95fa17d5d1166163614e7512566ecb29a67c1defaff28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6507f9b5615ccaa094da683ef6891f9644236667bd8b30537cb52c1f1f6463b6f1c309ad7e688880687fcdf0051a02c0679e1fbc21514fa83a428249e2d940e
|
7
|
+
data.tar.gz: a4eee6bd8f7b67f087483aefbb8140de3221cb3d6033c56a6623964418101d74077c2c6dd16b512a96fffa7bb3ff5d4b94cd0b61a8f6d3a3212ac594e0d2378c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
## Unreleased
|
2
|
-
[full changelog](https://github.com/itamae-plugins/itamae-plugin-recipe-datadog/compare/v0.3.
|
2
|
+
[full changelog](https://github.com/itamae-plugins/itamae-plugin-recipe-datadog/compare/v0.3.1...master)
|
3
|
+
|
4
|
+
## v0.3.1
|
5
|
+
[full changelog](https://github.com/itamae-plugins/itamae-plugin-recipe-datadog/compare/v0.3.0...v0.3.1)
|
6
|
+
|
7
|
+
* Support mitamae
|
8
|
+
* https://github.com/itamae-plugins/itamae-plugin-recipe-datadog/pull/25
|
3
9
|
|
4
10
|
## v0.3.0
|
5
11
|
[full changelog](https://github.com/itamae-plugins/itamae-plugin-recipe-datadog/compare/v0.2.2...v0.3.0)
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Itamae::Plugin::Recipe::Datadog
|
2
2
|
|
3
|
-
[Itamae](https://github.com/
|
3
|
+
[Itamae](https://github.com/itamae-kitchen/itamae) plugin to install Datadog Agent.
|
4
4
|
|
5
5
|
[![Gem Version](https://badge.fury.io/rb/itamae-plugin-recipe-datadog.svg)](https://badge.fury.io/rb/itamae-plugin-recipe-datadog)
|
6
6
|
[![test](https://github.com/itamae-plugins/itamae-plugin-recipe-datadog/actions/workflows/test.yml/badge.svg)](https://github.com/itamae-plugins/itamae-plugin-recipe-datadog/actions/workflows/test.yml)
|
data/mrblib
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
lib
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itamae-plugin-recipe-datadog
|
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
|
- Takahiro Kiso (takanamito)
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2022-04-
|
13
|
+
date: 2022-04-02 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: itamae
|
@@ -120,6 +120,7 @@ files:
|
|
120
120
|
- lib/itamae/plugin/recipe/datadog/install.rb
|
121
121
|
- lib/itamae/plugin/recipe/datadog/install_datadog_agent_integration.rb
|
122
122
|
- lib/itamae/plugin/recipe/datadog/version.rb
|
123
|
+
- mrblib
|
123
124
|
homepage: https://github.com/itamae-plugins/itamae-plugin-recipe-datadog
|
124
125
|
licenses:
|
125
126
|
- MIT
|