Skip to content

Commit 800c27b

Browse files
authored
Merge pull request #1024 from gitlabhq/armsnyder-patch-1
Update changelog with #1013 bug fix
2 parents 7d56763 + 6ba18d3 commit 800c27b

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
## 3.14.0 (Unreleased)
2+
3+
BUG FIXES:
4+
5+
* resource/gitlab_service_slack: Fix a resource ID bug that causes `gitlab_service_slack` resources that were created before provider version 3.9.0 to return an error. ([#1013](https://github.com/gitlabhq/terraform-provider-gitlab/pull/1013))
6+
17
## 3.13.0 (2022-03-30)
28

9+
NOTES:
10+
11+
* resource/gitlab_service_slack: There was a breaking change to this resource in version 3.9.0 which was fixed in 3.14.0. Thus, if you have `gitlab_service_slack` resources that were created before 3.9.0, you should skip this version.
12+
313
FEATURES:
414

515
* **New Data Source:** `gitlab_instance_deploy_keys` ([#870](https://github.com/gitlabhq/terraform-provider-gitlab/pull/870))
@@ -56,6 +66,10 @@ BUG FIXES:
5666

5767
## 3.12.0 (2022-03-08)
5868

69+
NOTES:
70+
71+
* resource/gitlab_service_slack: There was a breaking change to this resource in version 3.9.0 which was fixed in 3.14.0. Thus, if you have `gitlab_service_slack` resources that were created before 3.9.0, you should skip this version.
72+
5973
FEATURES:
6074

6175
* **New Resource:** `gitlab_project_tag` ([#910](https://github.com/gitlabhq/terraform-provider-gitlab/pull/910))
@@ -78,12 +92,20 @@ BUG FIXES:
7892

7993
## 3.11.1 (2022-03-02)
8094

95+
NOTES:
96+
97+
* resource/gitlab_service_slack: There was a breaking change to this resource in version 3.9.0 which was fixed in 3.14.0. Thus, if you have `gitlab_service_slack` resources that were created before 3.9.0, you should skip this version.
98+
8199
BUG FIXES:
82100

83101
* resource/gitlab_project: fix waiting for default branch protection during creation ([#908](https://github.com/gitlabhq/terraform-provider-gitlab/pull/908))
84102

85103
## 3.11.0 (2022-03-01)
86104

105+
NOTES:
106+
107+
* resource/gitlab_service_slack: There was a breaking change to this resource in version 3.9.0 which was fixed in 3.14.0. Thus, if you have `gitlab_service_slack` resources that were created before 3.9.0, you should skip this version.
108+
87109
FEATURES:
88110

89111
* **New Resource:** `resource/gitlab_user_sshkey` ([#903](https://github.com/gitlabhq/terraform-provider-gitlab/pull/903))
@@ -102,15 +124,20 @@ BUG FIXES:
102124

103125
## 3.10.1 (2022-02-24)
104126

105-
**ATTENTION:** this bug fix release was never released due to [#896](https://github.com/gitlabhq/terraform-provider-gitlab/issues/896).
106-
Please use `v3.11.0` instead.
127+
NOTES:
128+
129+
* resource/gitlab_service_slack: There was a breaking change to this resource in version 3.9.0 which was fixed in 3.14.0. Thus, if you have `gitlab_service_slack` resources that were created before 3.9.0, you should skip this version.
107130

108131
BUG FIXES:
109132

110133
* resource/gitlab_branch_protection: Fix issue which claimed that `no valid access level` can be found ([#892](https://github.com/gitlabhq/terraform-provider-gitlab/pull/892))
111134

112135
## 3.10.0 (2022-02-23)
113136

137+
NOTES:
138+
139+
* resource/gitlab_service_slack: There was a breaking change to this resource in version 3.9.0 which was fixed in 3.14.0. Thus, if you have `gitlab_service_slack` resources that were created before 3.9.0, you should skip this version.
140+
114141
FEATURES:
115142

116143
* **New Resource:** `gitlab_group_access_token` ([#860](https://github.com/gitlabhq/terraform-provider-gitlab/pull/860))
@@ -142,12 +169,20 @@ BUG FIXES:
142169

143170
## 3.9.1 (2022-02-06)
144171

172+
NOTES:
173+
174+
* resource/gitlab_service_slack: There was a breaking change to this resource in version 3.9.0 which was fixed in 3.14.0. Thus, if you have `gitlab_service_slack` resources that were created before 3.9.0, you should skip this version.
175+
145176
BUGFIXES:
146177

147178
* Fix crash in `gitlab_user` data source
148179

149180
## 3.9.0 (2022-02-04)
150181

182+
NOTES:
183+
184+
* resource/gitlab_service_slack: There was a breaking change to this resource in version 3.9.0 which was fixed in 3.14.0. Thus, if you have `gitlab_service_slack` resources that were created before 3.9.0, you should skip this version.
185+
151186
FEATURES:
152187

153188
* 0519c96 - Add `gitlab_repository_file` resource (#724)

0 commit comments

Comments
 (0)