Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @pulumi/digitalocean from 3.2.0 to 4.5.0 #561

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @pulumi/digitalocean from 3.2.0 to 4.5.0.

Release notes

Sourced from @​pulumi/digitalocean's releases.

v4.5.0

No release notes provided.

v4.4.1

No release notes provided.

v4.4.0

No release notes provided.

v4.3.1

No release notes provided.

v4.3.0

No release notes provided.

v4.2.0

No release notes provided.

v4.1.0

No release notes provided.

v4.0.0

No release notes provided.

v3.8.0

No release notes provided.

v3.7.0

No release notes provided.

v3.6.1

No release notes provided.

v3.6.0

No release notes provided.

v3.5.2

No release notes provided.

v3.5.1

No release notes provided.

v3.5.0

No release notes provided.

v3.4.0

No release notes provided.

v3.3.0

No release notes provided.

... (truncated)

Changelog

Sourced from @​pulumi/digitalocean's changelog.

4.5.0 (2021-07-12)

  • Upgrade to v2.10.1 of the DigitalOcean Terraform Provider

4.4.1 (2021-06-10)

  • Ensure digitalocean.Volume autonaming adheres to naming conventions of letters, numbers, hyphen, lowercase and 64 chars max
  • Small breaking change where we renamed the urn parameter on digitalocean.KubernetesCluster to be clusterUrn as urn is a reserved internal property name.

4.4.0 (2021-06-04)

  • Upgrade to v2.9.0 of the DigitalOcean Terraform Provider

4.3.1 (2021-05-28)

  • Ensure Go SDK is advertised as v4 like it should be

4.3.0 (2021-05-27)

  • Upgrade to v3.2.1 of the pulumi-terraform-bridge

4.2.0 (2021-05-21)

  • Addition of Region, DropletSlug and DatabaseSlug Enums for all supported Pulumi languages.
    ** PLEASE NOTE: **
    There is a small breaking change in the enums usage for TypeScript - the enum declarations need to change slightly (this will not cause any changes to your infrastructure) as follows:
    • digitalocean.Regions.<Region_ID> -> digitalocean.Region.<Region_ID>
    • digitalocean.RecordTypes.<RecordType_ID> -> digitalocean.RecordType.<RecordType_ID>
    • digitalocean.Protocols.<ProtocolType_ID> -> digitalocean.Protocol.<ProtocolType_ID>
    • digitalocean.LoadBalancerAlgorithms.<AlgoType_ID> -> digitalocean.Algorithm.<AlgoType_ID>
    • digitalocean.FilesystemTypes.<FilesystemType_ID> -> digitalocean.FileSystemType.<FilesystemType_ID>
    • digitalocean.CertificateTypes.<CertificateType_ID> -> digitalocean.CertificateType.<FilesystemType_ID>
    • digitalocean.DatabaseSlugs.<DatabaseSlug_ID> -> digitalocean.DatabaseSlug.<DatabaseSlug_ID>

4.1.0 (2021-04-30)

  • Upgrade to v2.8.0 of the DigitalOcean Terraform Provider

4.0.0 (2021-04-19)

  • Depend on Pulumi 3.0, which includes improvements to Python resource arguments and key translation, Go SDK performance, Node SDK performance, general availability of Automation API, and more.

3.8.0 (2021-04-12)

  • Upgrade to pulumi-terraform-bridge v2.23.0

3.7.0 (2021-04-05)

  • Upgrade to v2.7.0 of the DigitalOcean Terraform Provider

3.6.1 (2021-03-23)

  • Upgrade to pulumi-terraform-bridge v2.22.1
    Please Note: This includes a bug fix to the refresh operation regarding arrays

3.6.0 (2021-03-16)

  • Upgrade to v2.6.0 of the DigitalOcean Terraform Provider
    Please Note: digitalocean.KubernetesCluster and digitalocean.getKubernetesCluster now return rawKubeConfig and token as secret values to ensure they are not leaked into state
  • Upgrade to pulumi-terraform-bridge v2.21.0

... (truncated)

Commits
  • fda8348 Prepare for v4.5.0 release
  • 960bd26 Merge pull request #247 from pulumi/stack72/v2.10.1
  • 197bc88 Upgrade to v2.10.1 of the DigitalOcean Terraform Provider
  • 6b9787f Prepare for v4.4.1 release
  • 7adc69f Merge pull request #242 from pulumi/stack72/gh-240
  • 7320c1e Remap digitalocean.KubernetesCluster URN parameter to be clusterUrn as URN is...
  • 6b85753 Ensure digitalocean.Volume autonaming adheres to DigitalOcean API Guidelines
  • f9aba06 Prepare for v4.4.0 release
  • 0a62802 Merge pull request #238 from pulumi/stack72/v2.9.0
  • 3d48bec Upgrade to v2.9.0 of the DigitalOcean Terraform Provider
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 12, 2021
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants