Skip to content

Commit 85bf459

Browse files
API Support 4.14.1. (#188)
1 parent aaf0425 commit 85bf459

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
api:
7070
# TLS Connectivity is between TF and Nginx, so is independent of API version.
7171
# Full API testing is handled in subsequent jobs. Therefore, this can be the latest supported API version.
72-
- "4.14.0-alpine"
72+
- "4.14.1-alpine"
7373
provider:
7474
- "default"
7575
- "rootCA"
@@ -164,6 +164,10 @@ jobs:
164164
skip: "^$"
165165
- version: "4.14.0-alpine"
166166
skip: "^$"
167+
- version: "4.14.1"
168+
skip: "^$"
169+
- version: "4.14.1-alpine"
170+
skip: "^$"
167171
terraform:
168172
- '1.0.*'
169173
- '1.1.*'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The latest patch version within a minor release is supported, even if it might n
5151
The list of API Versions will grow as functionality adapts to allow further tests to pass.
5252
The latest 2 patches within the latest minor version, at a minimum, will be tested, and supported to allow for continued support while migrating.
5353
- Terraform: `1.0` -> `1.14`
54-
- DependencyTrack: `4.11.7`, `4.12.7`, `4.13.0`, `4.13.1`, `4.13.2`, `4.13.3`, `4.13.4`, `4.13.5`, `4.13.6`, `4.13.6-alpine`, `4.14.0`, `4.14.0-alpine`.
54+
- DependencyTrack: `4.11.7`, `4.12.7`, `4.13.0`, `4.13.1`, `4.13.2`, `4.13.3`, `4.13.4`, `4.13.5`, `4.13.6`, `4.13.6-alpine`, `4.14.0`, `4.14.0-alpine`, `4.14.1`, `4.14.1-alpine`.
5555

5656
## Troubleshooting
5757

0 commit comments

Comments
 (0)