Skip to content

Commit f0e11ef

Browse files
Add explicit testing for 4.13.2. Update CHANGELOG. (#88)
1 parent 1c77784 commit f0e11ef

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
- "4.12.7"
106106
- "4.13.0"
107107
- "4.13.1"
108+
- "4.13.2"
108109
# - "latest"
109110
# - "snapshot"
110111
provider:

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.12.3
2+
3+
#### FEATURES
4+
- Add explicit support and testing for DependencyTrack `4.13.2`.
5+
6+
#### DEPENDENCIES
7+
- `actions/setup-go` `5.4.0` -> `5.5.0`
8+
- `github.com/DependencyTrack/client-go` `main` -> `0.17.0`
9+
- `github.com/hashicorp/terraform-plugin-framework` `1.14.1` -> `1.15.0`
10+
- `github.com/hashicorp/terraform-plugin-testing` `1.12.0` -> `1.13.0`
11+
112
## 1.12.2
213

314
#### FEATURES

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ The latest patch version within a minor release is supported, even if it might n
4949
The list of API Versions will grow as functionality adapts to allow tests to pass, which at present is only a small subset.
5050
The latest 2 patches within the latest minor version will be tested, and supported to allow for continued support while migrating.
5151
- Terraform: `1.0` -> `1.11`
52-
- DependencyTrack: `4.11.7`, `4.12.7`, `4.13.0`, `4.13.1`.
52+
- DependencyTrack: `4.11.7`, `4.12.7`, `4.13.0`, `4.13.1`, `4.13.2`

0 commit comments

Comments
 (0)