Skip to content

Commit 4e44328

Browse files
authored
Merge pull request #223 from coreymbe/MAINT-release_prep
(MAINT) version bump for release prep
2 parents 18a3268 + 747ae8d commit 4e44328

File tree

8 files changed

+12
-618
lines changed

8 files changed

+12
-618
lines changed

.github/workflows/lts_testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
--provision-exclude docker \
3636
--arch-exclude arm \
3737
--platform-exclude debian \
38+
--platform-exclude redhat-7 \
3839
--platform-exclude redhat-8 \
3940
--platform-exclude sles \
4041
--platform-exclude ubuntu \

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file. The format
44

55
## [Unreleased](https://github.com/puppetlabs/puppetlabs-splunk_hec)
66

7-
[Current Diff](https://github.com/puppetlabs/puppetlabs-splunk_hec/compare/v2.0.2..main)
7+
[Current Diff](https://github.com/puppetlabs/puppetlabs-splunk_hec/compare/v2.1.0..main)
88

9-
## [2.0.2](https://github.com/puppetlabs/puppetlabs-splunk_hec/tree/v2.0.2) (2025-04-23)
9+
## [2.1.0](https://github.com/puppetlabs/puppetlabs-splunk_hec/tree/v2.1.0) (2025-06-03)
1010

11-
[Full Changelog](https://github.com/puppetlabs/puppetlabs-splunk_hec/compare/v2.0.1..v2.0.2)
11+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-splunk_hec/compare/v2.0.1..v2.1.0)
1212

1313
### Fixed
1414

examples/foo.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
{
2-
"timestamp": "2019-05-03T05:55:30+00:00",
3-
"servers": {
4-
"127-0-0-1":{
5-
"asdfsafsdf": { "bas":"bin"}
6-
}
7-
}
8-
}
1+
{"timestamp":"2019-05-03T05:55:30+00:00","servers":{"127-0-0-1":{"asdfsafsdf":{"bas":"bin"}}}}

0 commit comments

Comments
 (0)