Skip to content

Commit

Permalink
Merge branch 'master' into vivek-datadog/AGENT-10055_
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-datadog committed Aug 14, 2023
2 parents f87b658 + 8dd02f3 commit f9fd1f0
Show file tree
Hide file tree
Showing 199 changed files with 9,469 additions and 9,576 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/run-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ on:
required: false
default: false
type: boolean
recommended-monitors:
required: false
default: false
type: boolean
saved-views:
required: false
default: false
Expand Down Expand Up @@ -215,10 +211,6 @@ jobs:
if: inputs.readmes
run: ddev validate readmes $TARGET

- name: Validate recommended monitors
if: inputs.recommended-monitors
run: ddev validate recommended-monitors $TARGET

- name: Validate saved views
if: inputs.saved-views
run: ddev validate saved-views $TARGET
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
openmetrics: true
package: true
readmes: true
recommended-monitors: true
saved-views: true
service-checks: true
secrets: inherit
2 changes: 1 addition & 1 deletion .in-toto/tag.05916999.link

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions active_directory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,178 +6,178 @@

***Changed***:

* Bump the minimum base check version. See [#15448](https://github.com/DataDog/integrations-core/pull/15448).
* Bump the minimum base check version ([#15448](https://github.com/DataDog/integrations-core/pull/15448))

***Added***:

* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212).
* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212))

***Fixed***:

* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334).
* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334))

## 1.17.1 / 2023-07-13

***Fixed***:

* Bump the minimum datadog-checks-base version. See [#15217](https://github.com/DataDog/integrations-core/pull/15217).
* Bump the minimum datadog-checks-base version ([#15217](https://github.com/DataDog/integrations-core/pull/15217))

## 1.17.0 / 2023-07-10

***Added***:

* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145).
* Upgrade Pydantic model code generator. See [#14779](https://github.com/DataDog/integrations-core/pull/14779).
* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145))
* Upgrade Pydantic model code generator ([#14779](https://github.com/DataDog/integrations-core/pull/14779))

***Fixed***:

* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701).
* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701))

## 1.16.0 / 2022-07-18 / Agent 7.39.0

***Added***:

* Add functionality to load the legacy version of the integration. See [#12396](https://github.com/DataDog/integrations-core/pull/12396).
* Add functionality to load the legacy version of the integration ([#12396](https://github.com/DataDog/integrations-core/pull/12396))

## 1.15.1 / 2022-05-15 / Agent 7.37.0

***Fixed***:

* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958).
* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958))

## 1.15.0 / 2022-04-05 / Agent 7.36.0

***Added***:

* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726).
* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695).
* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726))
* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695))

## 1.14.0 / 2022-02-23 / Agent 7.35.0

***Added***:

* Add `pyproject.toml` file. See [#11551](https://github.com/DataDog/integrations-core/pull/11551).
* Add `pyproject.toml` file ([#11551](https://github.com/DataDog/integrations-core/pull/11551))

## 1.13.0 / 2022-01-08 / Agent 7.34.0

***Added***:

* Support new implementation of Windows performance counters on Python 3. See [#10850](https://github.com/DataDog/integrations-core/pull/10850).
* Support new implementation of Windows performance counters on Python 3 ([#10850](https://github.com/DataDog/integrations-core/pull/10850))

***Fixed***:

* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945).
* Bump base package dependency. See [#10930](https://github.com/DataDog/integrations-core/pull/10930).
* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945))
* Bump base package dependency ([#10930](https://github.com/DataDog/integrations-core/pull/10930))

## 1.12.0 / 2021-10-04 / Agent 7.32.0

***Added***:

* Add runtime configuration validation. See [#8878](https://github.com/DataDog/integrations-core/pull/8878).
* Add runtime configuration validation ([#8878](https://github.com/DataDog/integrations-core/pull/8878))

## 1.11.0 / 2021-04-19 / Agent 7.28.0

***Added***:

* Upgrade pywin32 on Python 3. See [#8845](https://github.com/DataDog/integrations-core/pull/8845).
* Upgrade pywin32 on Python 3 ([#8845](https://github.com/DataDog/integrations-core/pull/8845))

## 1.10.2 / 2021-03-07 / Agent 7.27.0

***Fixed***:

* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443).
* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443))

## 1.10.1 / 2020-12-11 / Agent 7.25.0

***Fixed***:

* Remove active_directory references from config. See [#8111](https://github.com/DataDog/integrations-core/pull/8111).
* Fix pdh configuration spec. See [#8106](https://github.com/DataDog/integrations-core/pull/8106).
* Remove active_directory references from config ([#8111](https://github.com/DataDog/integrations-core/pull/8111))
* Fix pdh configuration spec ([#8106](https://github.com/DataDog/integrations-core/pull/8106))

## 1.10.0 / 2020-10-31 / Agent 7.24.0

***Added***:

* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708).
* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708))

## 1.9.1 / 2020-08-10 / Agent 7.22.0

***Fixed***:

* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209).
* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209))

## 1.9.0 / 2020-06-29 / Agent 7.21.0

***Added***:

* Upgrade pywin32 to 228. See [#6980](https://github.com/DataDog/integrations-core/pull/6980).
* Upgrade pywin32 to 228 ([#6980](https://github.com/DataDog/integrations-core/pull/6980))

***Fixed***:

* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912).
* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912))

## 1.8.0 / 2020-05-17 / Agent 7.20.0

***Added***:

* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589).
* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589))

## 1.7.0 / 2020-04-04 / Agent 7.19.0

***Added***:

* Active Directory to not use agentConfig. See [#5938](https://github.com/DataDog/integrations-core/pull/5938).
* Active Directory to not use agentConfig ([#5938](https://github.com/DataDog/integrations-core/pull/5938))

***Fixed***:

* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088).
* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121).
* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088))
* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121))

## 1.6.0 / 2019-12-02 / Agent 7.16.0

***Added***:

* Upgrade pywin32 to 227. See [#5036](https://github.com/DataDog/integrations-core/pull/5036).
* Upgrade pywin32 to 227 ([#5036](https://github.com/DataDog/integrations-core/pull/5036))

## 1.5.0 / 2019-10-11 / Agent 6.15.0

***Added***:

* Upgrade pywin32 to 225. See [#4563](https://github.com/DataDog/integrations-core/pull/4563).
* Upgrade pywin32 to 225 ([#4563](https://github.com/DataDog/integrations-core/pull/4563))

## 1.4.1 / 2019-06-18 / Agent 6.13.0

***Fixed***:

* Rename lower case manifest.in. See [#3858](https://github.com/DataDog/integrations-core/pull/3858).
* Rename lower case manifest.in ([#3858](https://github.com/DataDog/integrations-core/pull/3858))

## 1.4.0 / 2019-05-14 / Agent 6.12.0

***Added***:

* Adhere to code style. See [#3483](https://github.com/DataDog/integrations-core/pull/3483).
* Adhere to code style ([#3483](https://github.com/DataDog/integrations-core/pull/3483))

## 1.3.0 / 2019-02-18 / Agent 6.10.0

***Added***:

* Support Python 3. See [#2975](https://github.com/DataDog/integrations-core/pull/2975).
* Support Python 3 ([#2975](https://github.com/DataDog/integrations-core/pull/2975))

***Fixed***:

* Fix flake8. See [#3077](https://github.com/DataDog/integrations-core/pull/3077).
* Fix flake8 ([#3077](https://github.com/DataDog/integrations-core/pull/3077))

## 1.2.0 / 2018-10-12 / Agent 6.6.0

***Added***:

* Pin pywin32 dependency. See [#2322](https://github.com/DataDog/integrations-core/pull/2322).
* Pin pywin32 dependency ([#2322](https://github.com/DataDog/integrations-core/pull/2322))

## 1.1.1 / 2018-09-04 / Agent 6.5.0

***Fixed***:

* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727).
* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727))

## 1.1.0 / 2018-05-11

Expand Down
Loading

0 comments on commit f9fd1f0

Please sign in to comment.