Skip to content

Commit 61a2071

Browse files
Release v1.16.1 (#129)
* Remove unused cdktf-bindings workflow. * Update CHANGELOG.
1 parent 7ed0b84 commit 61a2071

File tree

3 files changed

+13
-133
lines changed

3 files changed

+13
-133
lines changed

.github/workflows/cdktf-bindings.yml

Lines changed: 0 additions & 125 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,3 @@ jobs:
3939
# GitHub sets the GITHUB_TOKEN secret automatically.
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
42-
43-
# cdktf-bindings:
44-
# runs-on: ubuntu-latest
45-
# needs:
46-
# - goreleaser
47-
# steps:
48-
# - name: Generate Bindings
49-
# uses: ./.github/workflows/cdktf-bindings.yml

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.16.1
2+
3+
#### FEATURES
4+
- Add explicit support and testing for DependencyTrack `4.13.5`
5+
6+
#### MISC
7+
- Remove unused `cdktf-bindings.yml` workflow.
8+
9+
#### DEPENDENCIES
10+
- `github.com/hashicorp/terraform-plugin-framework` `1.16.0` -> `1.16.1`
11+
- `golangci/golangci-lint-action` `8.0.0` -> `9.0.0`
12+
- `github.com/hashicorp/terraform-plugin-log` `0.9.0` -> `0.10.0`
13+
114
## 1.16
215

316
#### FEATURES

0 commit comments

Comments
 (0)