From aa6df5673a4acfd6477d20773dae9fe1a339e890 Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:56:05 +0000 Subject: [PATCH] Update dependency @pulumi/docker to v4.6.1 (#334) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/docker](https://pulumi.io) ([source](https://redirect.github.com/pulumi/pulumi-docker)) | devDependencies | patch | [`4.6.0` -> `4.6.1`](https://renovatebot.com/diffs/npm/@pulumi%2fdocker/4.6.0/4.6.1) | --- ### Release Notes
pulumi/pulumi-docker (@​pulumi/docker) ### [`v4.6.1`](https://redirect.github.com/pulumi/pulumi-docker/releases/tag/v4.6.1) [Compare Source](https://redirect.github.com/pulumi/pulumi-docker/compare/v4.6.0...v4.6.1) ##### Does the PR have any schema changes? Looking good! No breaking changes found. No new resources/functions. ##### What's Changed - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-docker/pull/1337](https://redirect.github.com/pulumi/pulumi-docker/pull/1337) - Upgrade pulumi-terraform-bridge to v3.101.0 by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-docker/pull/1338](https://redirect.github.com/pulumi/pulumi-docker/pull/1338) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-docker/pull/1340](https://redirect.github.com/pulumi/pulumi-docker/pull/1340) - Revert "Ignore username/password changes in registryAuth config ([#​1327](https://redirect.github.com/pulumi/pulumi-docker/issues/1327))" by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-docker/pull/1341](https://redirect.github.com/pulumi/pulumi-docker/pull/1341) **Full Changelog**: https://github.com/pulumi/pulumi-docker/compare/v4.6.0...v4.6.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8eb2c07..45fbec6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@aws-cdk/aws-apprunner-alpha": "2.20.0-alpha.0", "@pulumi/aws": "6.66.3", "@pulumi/aws-native": "1.24.0", - "@pulumi/docker": "4.6.0", + "@pulumi/docker": "4.6.1", "@pulumi/docker-build": "0.0.9", "@pulumi/pulumi": "3.146.0", "@types/archiver": "^6.0.2", diff --git a/yarn.lock b/yarn.lock index 3150fe1..d05ab88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1059,10 +1059,10 @@ dependencies: "@pulumi/pulumi" "^3.142.0" -"@pulumi/docker@4.6.0": - version "4.6.0" - resolved "https://registry.yarnpkg.com/@pulumi/docker/-/docker-4.6.0.tgz#127a0c69a06b47a9418dce12cc70a181ff680284" - integrity sha512-9XBQtKGYQykJgXS3nWXk/mp7vSZ4kpwGJcp8yPMwvlUDiIDS4lLPp7ieOJl/qVETXkW8EtQ8qxlJ/n8kTBgiBA== +"@pulumi/docker@4.6.1": + version "4.6.1" + resolved "https://registry.yarnpkg.com/@pulumi/docker/-/docker-4.6.1.tgz#9baafa55db7837bfefe7965dc8c02ce87110fd53" + integrity sha512-csJWLgwq+kAQzJSNbCknXydxDXz9xhss7nI6Crq3hbz/TYifrUImpV22rNSp0dieJz7vGx2QoW+8vxjIBs+HnA== dependencies: "@pulumi/pulumi" "^3.142.0" semver "^5.4.0"