Skip to content

Commit e6c7d0c

Browse files
authored
Updates versions and adds changelog entries for the v2 branch release. (#3151)
1 parent 84410f5 commit e6c7d0c

File tree

40 files changed

+166
-20
lines changed

40 files changed

+166
-20
lines changed

services/action_connection/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 0.0.1-beta.3/2025-12-17
4+
5+
### Security
6+
* Bump the `datadog-api-client` min version [#3129](https://github.com/DataDog/datadog-api-client-typescript/pull/3129)
7+
38
## 0.0.1-beta.2/2025-08-12
49

510
### Added

services/action_connection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"engines": {
3939
"node": ">=18.0.0"
4040
},
41-
"version": "0.0.1-beta.2",
41+
"version": "0.0.1-beta.3",
4242
"packageManager": "yarn@4.9.1"
4343
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# CHANGELOG
2+
3+
## 0.0.1-beta.1/2025-12-17
4+
5+
### Security
6+
* Bump the `datadog-api-client` min version [#3129](https://github.com/DataDog/datadog-api-client-typescript/pull/3129)

services/actions_datastores/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"engines": {
3939
"node": ">=18.0.0"
4040
},
41-
"version": "0.0.1",
41+
"version": "0.0.1-beta.1",
4242
"packageManager": "yarn@4.9.1"
4343
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# CHANGELOG
22

3+
## 0.0.1-beta.2/2025-12-17
4+
5+
### Security
6+
* Bump the `datadog-api-client` min version [#3129](https://github.com/DataDog/datadog-api-client-typescript/pull/3129)
7+
8+
### Added
9+
* document agentless GCP scan options CRUD endpoints [#2885](https://github.com/DataDog/datadog-api-client-typescript/pull/2885)
10+
* Add AzureScanOptions to agentless scanning API [#2837](https://github.com/DataDog/datadog-api-client-typescript/pull/2837)
11+
* Add spec for Agentless GetAwsScanOptions [#2696](https://github.com/DataDog/datadog-api-client-typescript/pull/2696)
12+
313
## 0.0.1-beta.1/2025-05-28

services/agentless_scanning/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"engines": {
3939
"node": ">=18.0.0"
4040
},
41-
"version": "0.0.1-beta.1",
41+
"version": "0.0.1-beta.2",
4242
"packageManager": "yarn@4.9.1"
4343
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# CHANGELOG
22

3+
## 0.0.1-beta.2/2025-12-17
4+
5+
### Security
6+
* Bump the `datadog-api-client` min version [#3129](https://github.com/DataDog/datadog-api-client-typescript/pull/3129)
7+
38
## 0.0.1-beta.1/2025-05-28

services/api_management/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"engines": {
3939
"node": ">=18.0.0"
4040
},
41-
"version": "0.0.1-beta.1",
41+
"version": "0.0.1-beta.2",
4242
"packageManager": "yarn@4.9.1"
4343
}

services/apm/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CHANGELOG
2+
3+
## 0.0.1-beta.1/2025-12-17
4+
5+
### Security
6+
* Bump the `datadog-api-client` min version [#3129](https://github.com/DataDog/datadog-api-client-typescript/pull/3129)
7+
8+
### Added
9+
* Add `GET /api/v2/apm/services` endpoint to public documentation [#3098](https://github.com/DataDog/datadog-api-client-typescript/pull/3098)

services/apm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"engines": {
3939
"node": ">=18.0.0"
4040
},
41-
"version": "0.0.1",
41+
"version": "0.0.1-beta.1",
4242
"packageManager": "yarn@4.9.1"
4343
}

0 commit comments

Comments
 (0)