File tree Expand file tree Collapse file tree 8 files changed +15
-17
lines changed Expand file tree Collapse file tree 8 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 6
6
7
7
* Add support for team notification configurations @notchairmk [ #1016 ] ( https://github.com/hashicorp/go-tfe/pull/1016 )
8
8
9
+ ## Bug Fixes
10
+
11
+ * Update dependency ` github.com/hashicorp/go-slug ` ` v0.16.0 ` => ` v0.16.3 ` to integrate latest changes.
12
+
9
13
# v1.72.0
10
14
11
15
## Enhancements
Original file line number Diff line number Diff line change @@ -311,7 +311,6 @@ func TestConfigurationVersionsUploadTarGzip(t *testing.T) {
311
311
packer , err := slug .NewPacker (
312
312
slug .DereferenceSymlinks (),
313
313
slug .ApplyTerraformIgnore (),
314
- slug .AllowSymlinkTarget ("/target/symlink/path/foo" ),
315
314
)
316
315
require .NoError (t , err )
317
316
Original file line number Diff line number Diff line change @@ -90,9 +90,8 @@ func ExampleConfigurationVersions_UploadTarGzip() {
90
90
}
91
91
92
92
packer , err := slug .NewPacker (
93
- slug .DereferenceSymlinks (), // dereferences symlinks
94
- slug .ApplyTerraformIgnore (), // ignores paths specified in .terraformignore
95
- slug .AllowSymlinkTarget ("/some/path" ), // allow certain symlink target paths
93
+ slug .DereferenceSymlinks (), // dereferences symlinks
94
+ slug .ApplyTerraformIgnore (), // ignores paths specified in .terraformignore
96
95
)
97
96
if err != nil {
98
97
log .Fatal (err )
@@ -131,9 +130,8 @@ func ExampleRegistryModules_UploadTarGzip() {
131
130
}
132
131
133
132
packer , err := slug .NewPacker (
134
- slug .DereferenceSymlinks (), // dereferences symlinks
135
- slug .ApplyTerraformIgnore (), // ignores paths specified in .terraformignore
136
- slug .AllowSymlinkTarget ("/some/path" ), // allow certain symlink target paths
133
+ slug .DereferenceSymlinks (), // dereferences symlinks
134
+ slug .ApplyTerraformIgnore (), // ignores paths specified in .terraformignore
137
135
)
138
136
if err != nil {
139
137
log .Fatal (err )
Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ func main() {
22
22
}
23
23
24
24
packer , err := slug .NewPacker (
25
- slug .DereferenceSymlinks (), // dereferences symlinks
26
- slug .ApplyTerraformIgnore (), // ignores paths specified in .terraformignore
27
- slug .AllowSymlinkTarget ("/some/path" ), // allow certain symlink target paths
25
+ slug .DereferenceSymlinks (), // dereferences symlinks
26
+ slug .ApplyTerraformIgnore (), // ignores paths specified in .terraformignore
28
27
)
29
28
if err != nil {
30
29
log .Fatal (err )
Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ func main() {
22
22
}
23
23
24
24
packer , err := slug .NewPacker (
25
- slug .DereferenceSymlinks (), // dereferences symlinks
26
- slug .ApplyTerraformIgnore (), // ignores paths specified in .terraformignore
27
- slug .AllowSymlinkTarget ("/some/path" ), // allow certain symlink target paths
25
+ slug .DereferenceSymlinks (), // dereferences symlinks
26
+ slug .ApplyTerraformIgnore (), // ignores paths specified in .terraformignore
28
27
)
29
28
if err != nil {
30
29
log .Fatal (err )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/google/go-querystring v1.1.0
7
7
github.com/hashicorp/go-cleanhttp v0.5.2
8
8
github.com/hashicorp/go-retryablehttp v0.7.7
9
- github.com/hashicorp/go-slug v0.16.0
9
+ github.com/hashicorp/go-slug v0.16.3
10
10
github.com/hashicorp/go-uuid v1.0.3
11
11
github.com/hashicorp/go-version v1.7.0
12
12
github.com/hashicorp/jsonapi v1.3.2
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/S
10
10
github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k =
11
11
github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU =
12
12
github.com/hashicorp/go-retryablehttp v0.7.7 /go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk =
13
- github.com/hashicorp/go-slug v0.16.0 h1:S/ko9fms1gf6305ktJNUKGxFmscZ+yWvAtsas0SYUyA =
14
- github.com/hashicorp/go-slug v0.16.0 /go.mod h1:THWVTAXwJEinbsp4/bBRcmbaO5EYNLTqxbG4tZ3gCYQ =
13
+ github.com/hashicorp/go-slug v0.16.3 h1:pe0PMwz2UWN1168QksdW/d7u057itB2gY568iF0E2Ns =
14
+ github.com/hashicorp/go-slug v0.16.3 /go.mod h1:THWVTAXwJEinbsp4/bBRcmbaO5EYNLTqxbG4tZ3gCYQ =
15
15
github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8 =
16
16
github.com/hashicorp/go-uuid v1.0.3 /go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro =
17
17
github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY =
Original file line number Diff line number Diff line change @@ -1763,7 +1763,6 @@ func TestRegistryModulesUploadTarGzip(t *testing.T) {
1763
1763
packer , err := slug .NewPacker (
1764
1764
slug .DereferenceSymlinks (),
1765
1765
slug .ApplyTerraformIgnore (),
1766
- slug .AllowSymlinkTarget ("/target/symlink/path/foo" ),
1767
1766
)
1768
1767
require .NoError (t , err )
1769
1768
You can’t perform that action at this time.
0 commit comments