You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: update changelog for v1.69.0 release
* tests: fix GPG integration tests
The upgradeOrganizationSettings method does not appear to be working for
these API endpoints, but it is also not needed. Removing the calls to it
allowed these tests to succeed.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
# Unreleased
2
2
3
+
# v1.69.0
4
+
3
5
## Enhancements
4
6
7
+
* Adds BETA support for a variable set `Parent` relation, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @jbonhag[#992](https://github.com/hashicorp/go-tfe/pull/992)
8
+
* Add support for adding/updating key/value tags by @brandonc[#991](https://github.com/hashicorp/go-tfe/pull/991)
9
+
* Add support for reading a registry module by its unique identifier by @dsa0x[#988](https://github.com/hashicorp/go-tfe/pull/988)
5
10
* Add support for enabling Stacks on an organization by @brandonc[#987](https://github.com/hashicorp/go-tfe/pull/987)
6
11
* Add support for filtering by key/value tags by @brandonc[#987](https://github.com/hashicorp/go-tfe/pull/987)
7
-
* Add support for reading a registry module by its unique identifier by @dsa0x
* Adds BETA support for a variable set `Parent` relation, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @jbonhag[#992](https://github.com/hashicorp/go-tfe/pull/992)
10
12
* Adds `SpeculativePlanManagementEnabled` field to `Organization` by @lilincmu[#983](https://github.com/hashicorp/go-tfe/pull/983)
0 commit comments