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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,28 @@
2
2
<!-- Add CHANGELOG entry to this section for any PR awaiting the next release -->
3
3
<!-- Please also include if this is a Bug Fix, Enhancement, or Feature -->
4
4
5
+
# v1.39.0
6
+
5
7
## Features
6
8
* New WorkspaceSettingOverwritesOptions field for allowing workspaces to defer some settings to a default from their organization or project by @SwiftEngineer[#762](https://github.com/hashicorp/go-tfe/pull/762)
7
9
* Added support for setting a default execution mode and agent pool at the organization level by @SwiftEngineer[#762](https://github.com/hashicorp/go-tfe/pull/762)
10
+
* Added validation when configuring registry module publishing by @hashimoon[#804](https://github.com/hashicorp/go-tfe/pull/804)
8
11
* Removed BETA labels for StateVersion Upload method, ConfigurationVersion `provisional` field, and `save-plan` runs by @brandonc[#800](https://github.com/hashicorp/go-tfe/pull/800)
9
12
* Allow soft deleting, restoring, and permanently deleting StateVersion and ConfigurationVersion backing data by @mwudka[#801](https://github.com/hashicorp/go-tfe/pull/801)
10
13
* Added the `AutoApplyRunTrigger` attribute to Workspaces by @nfagerlund[#798](https://github.com/hashicorp/go-tfe/pull/798)
14
+
* Removed BETA labels for `priority` attribute in variable sets by @Netra2104[#796](https://github.com/hashicorp/go-tfe/pull/796)
11
15
12
-
# v.1.38.0
16
+
# v1.38.0
13
17
14
18
## Features
15
19
* Added BETA support for including `priority` attribute to variable_set on create and update by @Netra2104[#778](https://github.com/hashicorp/go-tfe/pull/778)
16
20
17
-
# v.1.37.0
21
+
# v1.37.0
18
22
19
23
## Features
20
24
* Add the tags attribute to VCSRepo to be used with registry modules by @hashimoon[#793](https://github.com/hashicorp/go-tfe/pull/793)
21
25
22
-
# v.1.36.0
26
+
# v1.36.0
23
27
24
28
## Features
25
29
* Added BETA support for private module registry test variables by @aaabdelgany[#787](https://github.com/hashicorp/go-tfe/pull/787)
@@ -28,7 +32,7 @@
28
32
* Fix incorrect attribute type for `RegistryModule.VCSRepo.Tags` by @hashimoon[#789](https://github.com/hashicorp/go-tfe/pull/789)
29
33
* Fix nil dereference panic within `StateVersions``upload` after not handling certain state version create errors by @brandonc[#792](https://github.com/hashicorp/go-tfe/pull/792)
30
34
31
-
# v.1.35.0
35
+
# v1.35.0
32
36
33
37
## Features
34
38
* Added BETA support for private module registry tests by @hashimoon[#781](https://github.com/hashicorp/go-tfe/pull/781)
0 commit comments