Skip to content

Commit 02a2c9d

Browse files
API support 4.13.1 / Release v1.12.2 (#82)
* Add explicit testing for 4.13.1. Document explicit support, as well as commitment to patch versions prgessing. * Update CHANGELOG for v1.12.2 release.
1 parent c82da2c commit 02a2c9d

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
- "4.11.7"
105105
- "4.12.7"
106106
- "4.13.0"
107+
- "4.13.1"
107108
# - "latest"
108109
# - "snapshot"
109110
provider:

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.12.2
2+
3+
#### FEATURES
4+
- Add explicit support for DependencyTrack `4.13.1`, with testing.
5+
6+
#### MISC
7+
- Increase level of standardised logging across all resources and data sources, to use standardised log structure.
8+
- Address disabled linting rules, by actioning, correcting and enabling.
9+
10+
#### DEPENDENCIES
11+
- `golangci/golangci-lint-action` `7.0.0` -> `8.0.0`
12+
113
## 1.12.1
214

315
#### FIXES

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ The following versions are tested and supported with any combination from option
4747
Other API versions may work, with a subset of functionality, but are not guaranteed.
4848
The latest patch version within a minor release is supported, even if it might not be tested - PR's to update would always be welcome.
4949
The list of API Versions will grow as functionality adapts to allow tests to pass, which at present is only a small subset.
50+
The latest 2 patches within the latest minor version will be tested, and supported to allow for continued support while migrating.
5051
- Terraform: `1.0` -> `1.11`
51-
- DependencyTrack: `4.11.7`, `4.12.7`, `4.13.0`.
52+
- DependencyTrack: `4.11.7`, `4.12.7`, `4.13.0`, `4.13.1`.

0 commit comments

Comments
 (0)