Skip to content

Commit b7737fe

Browse files
authored
Merge pull request #149 from DataDog/swang392/dependencies-and-release
Update additional dependencies, prepare for release 0.16.0
2 parents da88d29 + 33af9de commit b7737fe

7 files changed

Lines changed: 51 additions & 10 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @DataDog/container-ecosystems
1+
* @Datadog/telemetry-onboarding

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
34+
uses: github/codeql-action/init@45580472a5bb82c4681c4ac726cfdb60060c2ee1 # v3.32.4
3535
with:
3636
languages: ${{ matrix.language }}
3737
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -42,7 +42,7 @@ jobs:
4242
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4343
# If this step fails, then you should remove it and run the build manually
4444
- name: Autobuild
45-
uses: github/codeql-action/autobuild@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
45+
uses: github/codeql-action/autobuild@45580472a5bb82c4681c4ac726cfdb60060c2ee1 # v3.32.4
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
48+
uses: github/codeql-action/analyze@45580472a5bb82c4681c4ac726cfdb60060c2ee1 # v3.32.4

.rubocop.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
AllCops:
2+
NewCops: enable
3+
SuggestExtensions: false
24
Include:
35
- chef-handler-datadog.gemspec
46
- '**/Appraisals'
@@ -13,9 +15,19 @@ AllCops:
1315
Gemspec/RequiredRubyVersion:
1416
Enabled: false
1517

18+
# Disable new opinionated cops that don't fit this project's conventions
19+
Gemspec/DevelopmentDependencies:
20+
Enabled: false
21+
22+
Gemspec/RequireMFA:
23+
Enabled: false
24+
25+
Gemspec/DeprecatedAttributeAssignment:
26+
Enabled: false
27+
1628
# 80 characters is a nice goal, but not worth currently changing in existing
1729
# code for the sake of changing it to conform to a length set in 1928 (IBM).
18-
Metrics/LineLength:
30+
Layout/LineLength:
1931
Max: 150
2032

2133
#####

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changes
22
=======
33

4+
# 0.16.0 / 2026-02-18
5+
6+
* [MISC] Update dependencies and version compatibility [#148][]
7+
* [MISC] Remove agent-delivery from CODEOWNERS [#147][]
8+
* [MISC] Pin GitHub Actions to specific SHA versions for enhanced security [#145][]
9+
* [MISC] Transfer ownership to container-ecosystems [#144][]
10+
* [MISC] Reduce workflow token permission [#143][]
11+
* [MISC] Updates barx to agent-delivery in codeowners [#142][]
12+
* [MISC] Update CODEOWNERS [#141][]
13+
* [MISC] Fix CI [#140][]
14+
* [MISC] Add CODEOWNERS [AP-2367] [#139][]
15+
* [MISC] Upgrade CodeQL Github Action to v2 [#137][]
16+
* [MISC] Use https instead of http to download dependencies [#136][]
17+
* [MISC] Bump rack from 2.2.3 to 2.2.4 [#135][]
18+
* [MISC] Setting up codescanning for chef-handler-datadog [#134][]
19+
420
# 0.15.0 / 2020-12-10
521

622
* [FEATURE] Allow skipping SSL verification [#130][]
@@ -158,6 +174,19 @@ And all other versions were prior to this. See git history for more.
158174
[#123]: https://github.com/DataDog/chef-handler-datadog/issues/123
159175
[#124]: https://github.com/DataDog/chef-handler-datadog/issues/124
160176
[#130]: https://github.com/DataDog/chef-handler-datadog/issues/130
177+
[#134]: https://github.com/DataDog/chef-handler-datadog/issues/134
178+
[#135]: https://github.com/DataDog/chef-handler-datadog/issues/135
179+
[#136]: https://github.com/DataDog/chef-handler-datadog/issues/136
180+
[#137]: https://github.com/DataDog/chef-handler-datadog/issues/137
181+
[#139]: https://github.com/DataDog/chef-handler-datadog/issues/139
182+
[#140]: https://github.com/DataDog/chef-handler-datadog/issues/140
183+
[#141]: https://github.com/DataDog/chef-handler-datadog/issues/141
184+
[#142]: https://github.com/DataDog/chef-handler-datadog/issues/142
185+
[#143]: https://github.com/DataDog/chef-handler-datadog/issues/143
186+
[#144]: https://github.com/DataDog/chef-handler-datadog/issues/144
187+
[#145]: https://github.com/DataDog/chef-handler-datadog/issues/145
188+
[#147]: https://github.com/DataDog/chef-handler-datadog/issues/147
189+
[#148]: https://github.com/DataDog/chef-handler-datadog/issues/148
161190
[@ABrehm264]: https://github.com/ABrehm264
162191
[@Azoam]: https://github.com/Azoam
163192
[@DanielMuller]: https://github.com/DanielMuller

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
chef-handler-datadog (0.15.0)
5-
dogapi (~> 1.44.0)
4+
chef-handler-datadog (0.16.0)
5+
dogapi (~> 1.45.0)
66

77
GEM
88
remote: https://rubygems.org/
@@ -146,7 +146,7 @@ GEM
146146
date (3.5.0)
147147
diff-lcs (1.5.1)
148148
docile (1.4.1)
149-
dogapi (1.44.0)
149+
dogapi (1.45.0)
150150
multi_json
151151
domain_name (0.6.20240107)
152152
dotenv (3.1.8)

chef-handler-datadog.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
1515
gem.require_paths = ['lib']
1616
gem.extra_rdoc_files = ['README.md', 'LICENSE.txt']
1717

18-
gem.add_dependency 'dogapi', '~> 1.44.0'
18+
gem.add_dependency 'dogapi', '~> 1.45.0'
1919

2020
gem.add_development_dependency 'appraisal', '~> 2.5'
2121
gem.add_development_dependency 'bundler'

lib/chef_handler_datadog.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Helper module for version number only.
33
# Real deal in 'chef/handler/datadog.rb'
44
module ChefHandlerDatadog
5-
VERSION = '0.15.0'
5+
VERSION = '0.16.0'
66
end

0 commit comments

Comments
 (0)