From d0cb34f1ee362f816518313d093f5e1e76316c42 Mon Sep 17 00:00:00 2001 From: Artem Lifshits Date: Mon, 16 Dec 2024 11:06:34 +0100 Subject: [PATCH 1/2] fix whitelist --- go.mod | 2 +- go.sum | 4 ++-- releasenotes/notes/dcs_whitelist_fix-3f6fdab946a53a9e.yaml | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 releasenotes/notes/dcs_whitelist_fix-3f6fdab946a53a9e.yaml diff --git a/go.mod b/go.mod index 2f012e4fe..2c1c03ccb 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/jmespath/go-jmespath v0.4.0 github.com/keybase/go-crypto v0.0.0-20200123153347-de78d2cb44f4 github.com/mitchellh/go-homedir v1.1.0 - github.com/opentelekomcloud/gophertelekomcloud v0.9.4-0.20241212123948-a742635bfc3d + github.com/opentelekomcloud/gophertelekomcloud v0.9.4-0.20241216095705-f4669448c474 github.com/unknwon/com v1.0.1 golang.org/x/crypto v0.31.0 golang.org/x/sync v0.10.0 diff --git a/go.sum b/go.sum index 74fdda10a..13a3bbad1 100644 --- a/go.sum +++ b/go.sum @@ -156,8 +156,8 @@ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLA github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce h1:RPclfga2SEJmgMmz2k+Mg7cowZ8yv4Trqw9UsJby758= github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw= github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA= -github.com/opentelekomcloud/gophertelekomcloud v0.9.4-0.20241212123948-a742635bfc3d h1:+rq5zAupTnmmdVpN9TzUzZ69BiVNuk8BZ/8f/Vdobv8= -github.com/opentelekomcloud/gophertelekomcloud v0.9.4-0.20241212123948-a742635bfc3d/go.mod h1:M1F6OfSRZRzAmAFKQqSLClX952at5hx5rHe4UTEykgg= +github.com/opentelekomcloud/gophertelekomcloud v0.9.4-0.20241216095705-f4669448c474 h1:ostsbG++ZcDj+lut7axnbonRAdRDs9/fpZBVOZC5FdQ= +github.com/opentelekomcloud/gophertelekomcloud v0.9.4-0.20241216095705-f4669448c474/go.mod h1:la8cQVYopRoEbNe2L7HlGTdLxUQOwIqHp1VHtjE/5qA= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= diff --git a/releasenotes/notes/dcs_whitelist_fix-3f6fdab946a53a9e.yaml b/releasenotes/notes/dcs_whitelist_fix-3f6fdab946a53a9e.yaml new file mode 100644 index 000000000..6d15062f3 --- /dev/null +++ b/releasenotes/notes/dcs_whitelist_fix-3f6fdab946a53a9e.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + **[DCS]** Fix whitelist status code response for ``resource/opentelekomcloud_dcs_instance_v2`` (`# `_) From 9be48eb63d38c055020618087272eb0f6cef2a1c Mon Sep 17 00:00:00 2001 From: Artem Lifshits <55093318+artem-lifshits@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:08:20 +0100 Subject: [PATCH 2/2] Update dcs_whitelist_fix-3f6fdab946a53a9e.yaml --- releasenotes/notes/dcs_whitelist_fix-3f6fdab946a53a9e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/dcs_whitelist_fix-3f6fdab946a53a9e.yaml b/releasenotes/notes/dcs_whitelist_fix-3f6fdab946a53a9e.yaml index 6d15062f3..d4c5328c8 100644 --- a/releasenotes/notes/dcs_whitelist_fix-3f6fdab946a53a9e.yaml +++ b/releasenotes/notes/dcs_whitelist_fix-3f6fdab946a53a9e.yaml @@ -1,4 +1,4 @@ --- fixes: - | - **[DCS]** Fix whitelist status code response for ``resource/opentelekomcloud_dcs_instance_v2`` (`# `_) + **[DCS]** Fix whitelist status code response for ``resource/opentelekomcloud_dcs_instance_v2`` (`#2767 `_)