Skip to content

Commit 0d8b1f4

Browse files
committed
v2.1.0 release prep
1 parent 0e281f2 commit 0d8b1f4

File tree

3 files changed

+28
-12
lines changed

3 files changed

+28
-12
lines changed

CHANGELOG.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.1.0](https://github.com/grafana/puppet-promtail/tree/2.1.0) (2021-08-30)
6+
7+
[Full Changelog](https://github.com/grafana/puppet-promtail/compare/2.0.0...2.1.0)
8+
9+
### Added
10+
11+
- updating dependencies and adding ubuntu 20.04 support [\#34](https://github.com/grafana/puppet-promtail/pull/34) ([attachmentgenie](https://github.com/attachmentgenie))
12+
513
## [2.0.0](https://github.com/grafana/puppet-promtail/tree/2.0.0) (2021-07-30)
614

715
[Full Changelog](https://github.com/grafana/puppet-promtail/compare/1.0.0...2.0.0)
@@ -24,23 +32,29 @@ All notable changes to this project will be documented in this file. The format
2432
- Enable service by default [\#22](https://github.com/grafana/puppet-promtail/pull/22) ([kubicgruenfeld](https://github.com/kubicgruenfeld))
2533
- bump default promtail version to v2.0.0 [\#20](https://github.com/grafana/puppet-promtail/pull/20) ([kubicgruenfeld](https://github.com/kubicgruenfeld))
2634
- allow custom source-url [\#19](https://github.com/grafana/puppet-promtail/pull/19) ([kubicgruenfeld](https://github.com/kubicgruenfeld))
27-
- Bump default promtail version to v1.2.0 [\#14](https://github.com/grafana/puppet-promtail/pull/14) ([genebean](https://github.com/genebean))
28-
- Add example of merging scrape configs from Hiera [\#13](https://github.com/grafana/puppet-promtail/pull/13) ([genebean](https://github.com/genebean))
29-
30-
### Fixed
31-
32-
- Updated default checksum on Linux [\#16](https://github.com/grafana/puppet-promtail/pull/16) ([genebean](https://github.com/genebean))
33-
- Release file name changed from version v0.4.0 [\#12](https://github.com/grafana/puppet-promtail/pull/12) ([LDaneliukas](https://github.com/LDaneliukas))
34-
- Modify the type of archive depending on release version [\#11](https://github.com/grafana/puppet-promtail/pull/11) ([LDaneliukas](https://github.com/LDaneliukas))
3535

3636
## [0.3.1](https://github.com/grafana/puppet-promtail/tree/0.3.1) (2020-01-13)
3737

3838
[Full Changelog](https://github.com/grafana/puppet-promtail/compare/0.3.0...0.3.1)
3939

40+
### Fixed
41+
42+
- Updated default checksum on Linux [\#16](https://github.com/grafana/puppet-promtail/pull/16) ([genebean](https://github.com/genebean))
43+
4044
## [0.3.0](https://github.com/grafana/puppet-promtail/tree/0.3.0) (2020-01-13)
4145

4246
[Full Changelog](https://github.com/grafana/puppet-promtail/compare/0.2.0...0.3.0)
4347

48+
### Added
49+
50+
- Bump default promtail version to v1.2.0 [\#14](https://github.com/grafana/puppet-promtail/pull/14) ([genebean](https://github.com/genebean))
51+
- Add example of merging scrape configs from Hiera [\#13](https://github.com/grafana/puppet-promtail/pull/13) ([genebean](https://github.com/genebean))
52+
53+
### Fixed
54+
55+
- Release file name changed from version v0.4.0 [\#12](https://github.com/grafana/puppet-promtail/pull/12) ([LDaneliukas](https://github.com/LDaneliukas))
56+
- Modify the type of archive depending on release version [\#11](https://github.com/grafana/puppet-promtail/pull/11) ([LDaneliukas](https://github.com/LDaneliukas))
57+
4458
## [0.2.0](https://github.com/grafana/puppet-promtail/tree/0.2.0) (2019-12-12)
4559

4660
[Full Changelog](https://github.com/grafana/puppet-promtail/compare/0.1.0...0.2.0)

metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-promtail",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"author": "grafana",
55
"summary": "Deploy and configure Grafana's Promtail",
66
"license": "Apache-2.0",
@@ -74,7 +74,7 @@
7474
"version_requirement": ">= 6.1.0 < 8.0.0"
7575
}
7676
],
77-
"pdk-version": "2.1.1",
78-
"template-url": "pdk-default#2.1.1",
79-
"template-ref": "tags/2.1.1-0-g03daa92"
77+
"pdk-version": "2.2.0",
78+
"template-url": "pdk-default#2.2.0",
79+
"template-ref": "tags/2.2.0-0-g2381db6"
8080
}

pdk.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
ignore: []

0 commit comments

Comments
 (0)