Skip to content

Commit

Permalink
Upgrade DCL to 1.56.0 (#9393) (#6617)
Browse files Browse the repository at this point in the history
[upstream:161c3c3eb178dd258f55d23165f3d6a66a1df49b]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Nov 8, 2023
1 parent e422020 commit 177b9fb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .changelog/9393.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none
clouddeploy: promoted fields `postdeploy` and `predeploy` in `serial_pipeline.stages.strategy` to GA for resource `google_clouddeploy_delivery_pipeline`
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ go 1.19

require (
cloud.google.com/go/bigtable v1.19.0
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.55.0
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.56.0
github.com/apparentlymart/go-cidr v1.1.0
github.com/davecgh/go-spew v1.1.1
github.com/dnaeon/go-vcr v1.0.1
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ cloud.google.com/go/iam v1.1.2/go.mod h1:A5avdyVL2tCppe4unb0951eI9jreack+RJ0/d+K
cloud.google.com/go/longrunning v0.5.1 h1:Fr7TXftcqTudoyRJa113hyaqlGdiBQkp0Gq7tErFDWI=
cloud.google.com/go/longrunning v0.5.1/go.mod h1:spvimkwdz6SPWKEt/XBij79E9fiTkHSQl/fRUUQJYJc=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.52.0 h1:KswxXF4E5iWv2ggktqv265zOvwmXA3mgma3UQfYA4tU=
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.52.0/go.mod h1:pL2Qt5HT+x6xrTd806oMiM3awW6kNIXB/iiuClz6m6k=
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.55.0 h1:MTP0IDIztk36l8ubHkEcL6lWMG8Enqu9AP3E4MoBFg0=
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.55.0/go.mod h1:pL2Qt5HT+x6xrTd806oMiM3awW6kNIXB/iiuClz6m6k=
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.56.0 h1:R8zbp/2oVfPbMF1u6RTkf5s+J4hA6sWAEo8E7xsrbpY=
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.56.0/go.mod h1:pL2Qt5HT+x6xrTd806oMiM3awW6kNIXB/iiuClz6m6k=
github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA=
github.com/Microsoft/go-winio v0.4.16 h1:FtSW/jqD+l4ba5iPBj9CODVtgfYAD8w2wS923g/cFDk=
github.com/Microsoft/go-winio v0.4.16/go.mod h1:XB6nPKklQyQ7GC9LdcBEcBl8PF76WugXOPRXwdLnMv0=
Expand Down
12 changes: 6 additions & 6 deletions website/docs/r/clouddeploy_delivery_pipeline.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,11 @@ The `phase_configs` block supports:

* `postdeploy` -
(Optional)
(Beta only) Optional. Configuration for the postdeploy job of this phase. If this is not configured, postdeploy job will not be present for this phase.
Optional. Configuration for the postdeploy job of this phase. If this is not configured, postdeploy job will not be present for this phase.

* `predeploy` -
(Optional)
(Beta only) Optional. Configuration for the predeploy job of this phase. If this is not configured, predeploy job will not be present for this phase.
Optional. Configuration for the predeploy job of this phase. If this is not configured, predeploy job will not be present for this phase.

* `profiles` -
(Optional)
Expand Down Expand Up @@ -383,11 +383,11 @@ The `canary_deployment` block supports:

* `postdeploy` -
(Optional)
(Beta only) Optional. Configuration for the postdeploy job of the last phase. If this is not configured, postdeploy job will not be present.
Optional. Configuration for the postdeploy job of the last phase. If this is not configured, postdeploy job will not be present.

* `predeploy` -
(Optional)
(Beta only) Optional. Configuration for the predeploy job of the first phase. If this is not configured, predeploy job will not be present.
Optional. Configuration for the predeploy job of the first phase. If this is not configured, predeploy job will not be present.

* `verify` -
(Optional)
Expand Down Expand Up @@ -485,11 +485,11 @@ The `standard` block supports:

* `postdeploy` -
(Optional)
(Beta only) Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.

* `predeploy` -
(Optional)
(Beta only) Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.

* `verify` -
(Optional)
Expand Down

0 comments on commit 177b9fb

Please sign in to comment.