Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 25, 2023

Bumps semver to 7.5.3 and updates ancestor dependencies semver, @pulumi/kubernetes, @pulumi/kubernetesx, @pulumi/pulumi and @pulumi/random. These dependencies need to be updated together.

Updates semver from 5.7.1 to 7.5.3

Release notes

Sourced from semver's releases.

v7.5.3

7.5.3 (2023-06-22)

Bug Fixes

Documentation

v7.5.2

7.5.2 (2023-06-15)

Bug Fixes

v7.5.1

7.5.1 (2023-05-12)

Bug Fixes

v7.5.0

7.5.0 (2023-04-17)

Features

Bug Fixes

v7.4.0

7.4.0 (2023-04-10)

Features

Bug Fixes

... (truncated)

Changelog

Sourced from semver's changelog.

7.5.3 (2023-06-22)

Bug Fixes

Documentation

7.5.2 (2023-06-15)

Bug Fixes

7.5.1 (2023-05-12)

Bug Fixes

7.5.0 (2023-04-17)

Features

Bug Fixes

7.4.0 (2023-04-10)

Features

Bug Fixes

... (truncated)

Commits
  • 7fdf1ef chore: release 7.5.3
  • bf53dd8 docs: add example for > comparator (#569)
  • abdd93d fix: set max lengths in regex for numeric and build identifiers (#571)
  • e7b78de chore: release 7.5.2
  • 58c791f fix: diff when detecting major change from prerelease (#566)
  • 5c8efbc fix: preserve build in raw after inc (#565)
  • 717534e fix: better handling of whitespace (#564)
  • 2f738e9 chore: bump @​npmcli/template-oss from 4.14.1 to 4.15.1 (#558)
  • aa016a6 chore: release 7.5.1
  • d30d25a fix: show type on invalid semver error (#559)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.


Updates @pulumi/kubernetes from 2.3.0 to 3.29.1

Release notes

Sourced from @​pulumi/kubernetes's releases.

v3.29.1

No release notes provided.

v3.29.0

No release notes provided.

v3.28.1

No release notes provided.

v3.28.0

No release notes provided.

v3.27.1

No release notes provided.

v3.27.0

No release notes provided.

v3.26.0

No release notes provided.

v3.25.0

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-kubernetes@v3.24.3...v3.25.0

v3.24.3

No release notes provided.

v3.24.2

No release notes provided.

v3.24.1

No release notes provided.

v3.24.0

No release notes provided.

v3.23.1

No release notes provided.

v3.23.0

No release notes provided.

v3.22.2

... (truncated)

Changelog

Sourced from @​pulumi/kubernetes's changelog.

3.29.1 (June 14, 2023)

3.29.0 (June 2, 2023)

3.28.1 (May 24, 2023)

3.28.0 (May 19, 2023)

3.27.1 (May 11, 2023)

3.27.0 (May 9, 2023)

3.26.0 (May 1, 2023)

3.25.0 (April 11, 2023)

  • Update Kubernetes to v1.27.0

New resources:

authentication.k8s.io/v1beta1.SelfSubjectReview
authentication.k8s.io/v1beta1.SelfSubjectReviewPatch
certificates.k8s.io/v1alpha1.ClusterTrustBundle
certificates.k8s.io/v1alpha1.ClusterTrustBundleList
certificates.k8s.io/v1alpha1.ClusterTrustBundlePatch
networking.k8s.io/v1alpha1.IPAddress
networking.k8s.io/v1alpha1.IPAddressList
networking.k8s.io/v1alpha1.IPAddressPatch
resource.k8s.io/v1alpha2.PodSchedulingContext

... (truncated)

Commits

Updates @pulumi/kubernetesx from 0.1.3 to 0.1.6

Commits

Updates @pulumi/pulumi from 2.3.0 to 3.73.0

Release notes

Sourced from @​pulumi/pulumi's releases.

v3.73.0

3.73.0 (2023-06-22)

Features

  • [programgen] Allow traversing unknown properties from resources when skipping resource type checking #13180

Bug Fixes

  • [backend/filestate] Fix auto-opt-in to project mode. #13243

  • [cli] pulumi convert will now cleanup temporary pulumi-convert directories when the command is finished. #13185

  • [cli] Fix Markdown formatting issues in command usage. #13225

  • [cli] Fix stack rm removing config files for the wrong project. #13227

  • [cli/config] No longer error on directory read permissions when searching for project files. #13211

  • [cli/display] Fix diff display partially parsing JSON/YAML from strings.

  • [cli/display] Fix large integers displaying in scientific notation. #13209

  • [cli/display] Update summary is now correctly shown when advisory and disabled policy events are encountered. #13218

  • [cli/display] Fix formatting bugs in display causing text like (MISSING) showing in output. #13228

  • [cli/display] On Windows, make pulumi state unprotect command suggestion use double-quotes instead of single-quotes. #13236

  • [cli/new] pulumi new now correctly supports numeric stack names. #13220

  • [cli/new] Fix empty config values being added to the config file as part of new. #13233

  • [cli/plugin] Fixes the output of plugin rm --yes command to explicitly say that plugins were removed #13216

... (truncated)

Changelog

Sourced from @​pulumi/pulumi's changelog.

3.73.0 (2023-06-22)

Features

  • [programgen] Allow traversing unknown properties from resources when skipping resource type checking #13180

Bug Fixes

  • [backend/filestate] Fix auto-opt-in to project mode. #13243

  • [cli] pulumi convert will now cleanup temporary pulumi-convert directories when the command is finished. #13185

  • [cli] Fix Markdown formatting issues in command usage. #13225

  • [cli] Fix stack rm removing config files for the wrong project. #13227

  • [cli/config] No longer error on directory read permissions when searching for project files. #13211

  • [cli/display] Fix diff display partially parsing JSON/YAML from strings.

  • [cli/display] Fix large integers displaying in scientific notation. #13209

  • [cli/display] Update summary is now correctly shown when advisory and disabled policy events are encountered. #13218

  • [cli/display] Fix formatting bugs in display causing text like (MISSING) showing in output. #13228

  • [cli/display] On Windows, make pulumi state unprotect command suggestion use double-quotes instead of single-quotes. #13236

  • [cli/new] pulumi new now correctly supports numeric stack names. #13220

  • [cli/new] Fix empty config values being added to the config file as part of new. #13233

  • [cli/plugin] Fixes the output of plugin rm --yes command to explicitly say that plugins were removed #13216

  • [engine] Fix wildcards in IgnoreChanges.

... (truncated)

Commits

Updates @pulumi/random from 2.1.2 to 4.13.2

Release notes

Sourced from @​pulumi/random's releases.

v4.13.2

Changelog

  • 4b9b45f Dependencies: pf v0.9.2 (#327)

v4.13.1

Changelog

  • d0caab4 Dependency updates (#320)

v4.13.0

Changelog

  • a32e60e Upgrade terraform-provider-random to v3.5.1 (#300)

v4.12.1

Changelog

  • f841f5c Update pulumi 3.59.1: sdk/dotnet is now on .NET 6.0 (#292)
  • 33a1f24 Update tfbridge/pf to v0.6.0 fixing tf2pulumi interop (#293)

v4.12.0

Changelog

  • 3a91242 Upgrade to pf/v0.5.0 bridge (#288)
  • Fix #160

v4.11.3

Changelog

  • df034bc Fix #272 - corrupt state for RandomString with missing __meta now auto-corrects (#287)
  • 0a0ca0b Dependencies: upgrade pulumi-terraform-bridge plugin framework support to v0.4.0, fixing #279 (#282)
  • 0f60c29 Dependencies: apply dependabot updates

v4.11.2

Changelog

  • 8709ff9 Fixes issues with upgrading stacks with keepers property set (#267)

v4.11.1

Changelog

This release introduces pre-release upstream f3a69cbc0904 built against the Plugin Framework. The upgrade should include all of the upstream features for 3.4.0, 3.4.1, 3.4.2 and 3.4.3. Upgrading existing stacks should be a transparent no-change operation as the Plugin Framework State Upgrade feature is now supported and will migrate state to the latest schema.

There is one minor change in the API: the keepers property across all resources is changing the type from Map<string,any> to Map<string,string>. The change is coming from updated upstream.

v4.10.0

Changelog

This release is equivalent to 4.8.0 and is done to rollback 4.9.0 release upon discovering a critical issue #258.

What's Changed

Full Changelog: pulumi/pulumi-random@v4.9.0...v4.10.0

... (truncated)

Changelog

Sourced from @​pulumi/random's changelog.

CHANGELOG

Notice (2022-01-06)

As of this notice, using CHANGELOG.md is DEPRECATED. We will be using GitHub Releases for this repository

HEAD (Unreleased)

(none)


4.4.0 (2021-11-15)

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

4.3.1 (2021-10-11)

  • Ensuring sdk dependency on pulumi/pulumi is 3.14.0

4.3.0 (2021-10-08)

  • Upgrade to v3.9.0 of the pulumi-terraform-bridge. This includes a change to emit input type registrations.

4.2.0 (2021-05-27)

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

4.1.1 (2021-05-12)

  • Removal of extra id parameters from the schema

4.1.0 (2021-05-12)

  • Upgrade to v3.1.0 of the Random 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.2.0 (2021-04-12)

  • Upgrade to pulumi-terraform-bridge v2.23.0

3.1.1 (2021-03-22)

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

3.1.0 (2021-03-15)

  • Upgrade to pulumi-terraform-bridge v2.21.0
  • Release macOS arm64 binary

3.0.3 (2021-02-16)

  • Upgrade to pulumi-terraform-bridge v2.19.0
    Please Note: This includes a bug fix that stops mutating resources options in the nodejs provider

3.0.2 (2021-01-29)

... (truncated)

Commits
  • 4b9b45f Dependencies: pf v0.9.2 (#327)
  • d0caab4 Dependency updates (#320)
  • 579790e [internal] Update GitHub Actions workflow files (#319)
  • 404a44e [internal] Update GitHub Actions workflow files (#313)
  • a9b7254 [internal] Update GitHub Actions workflow files (#311)
  • a3aa6af [internal] Update GitHub Actions workflow files (#310)
  • 50a0034 [internal] Update GitHub Actions workflow files (#309)
  • a32e60e Upgrade terraform-provider-random to v3.5.1 (#300)
  • 715cd5b Merge pull request #299 from pulumi/update-github-actions-workflows-19
  • 2dace79 [internal] Update GitHub Actions workflow files
  • Additional commits viewable in compare view

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.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…and @pulumi/random

Bumps [semver](https://github.com/npm/node-semver) to 7.5.3 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [@pulumi/kubernetes](https://github.com/pulumi/pulumi-kubernetes), [@pulumi/kubernetesx](https://github.com/pulumi/pulumi-kubernetesx), [@pulumi/pulumi](https://github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs) and [@pulumi/random](https://github.com/pulumi/pulumi-random). These dependencies need to be updated together.


Updates `semver` from 5.7.1 to 7.5.3
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v7.5.3)

Updates `@pulumi/kubernetes` from 2.3.0 to 3.29.1
- [Release notes](https://github.com/pulumi/pulumi-kubernetes/releases)
- [Changelog](https://github.com/pulumi/pulumi-kubernetes/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi-kubernetes@v2.3.0...v3.29.1)

Updates `@pulumi/kubernetesx` from 0.1.3 to 0.1.6
- [Commits](pulumi/pulumi-kubernetesx@v0.1.3...v0.1.6)

Updates `@pulumi/pulumi` from 2.3.0 to 3.73.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pulumi/pulumi/commits/v3.73.0/sdk/nodejs)

Updates `@pulumi/random` from 2.1.2 to 4.13.2
- [Release notes](https://github.com/pulumi/pulumi-random/releases)
- [Changelog](https://github.com/pulumi/pulumi-random/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-random@v2.1.2...v4.13.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: "@pulumi/kubernetes"
  dependency-type: direct:production
- dependency-name: "@pulumi/kubernetesx"
  dependency-type: direct:production
- dependency-name: "@pulumi/pulumi"
  dependency-type: direct:production
- dependency-name: "@pulumi/random"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants