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

Bump docker/setup-buildx-action from 2.4.1 to 2.5.0 #180

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps docker/setup-buildx-action from 2.4.1 to 2.5.0.

Release notes

Sourced from docker/setup-buildx-action's releases.

v2.5.0

Full Changelog: docker/setup-buildx-action@v2.4.1...v2.5.0

Commits
  • 4b4e9c3 Merge pull request #216 from awendland/patch-1
  • eb27bcb Merge pull request #218 from crazy-max/fix-builder-removal
  • b7471d4 update generated content
  • e2df91e check builder exists before removal
  • 85ce96b do not remove builder using the docker driver
  • f549413 Merge pull request #217 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 9998869 update generated content
  • e30725c Bump @​docker/actions-toolkit from 0.1.0-beta.16 to 0.1.0-beta.18
  • f1dc97e Merge pull request #213 from crazy-max/cleanup-input
  • 51ecd0a nit typo in README.md, csv is comma-delimited
  • 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.


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)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@f03ac48...4b4e9c3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 13, 2023 08:01
@dependabot dependabot bot requested review from evenh, berg-thom and BardOve March 13, 2023 08:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 13, 2023
@github-actions
Copy link

github-actions bot commented Mar 13, 2023

Results for sandbox – ❗ CHANGED

Terraform Format and Style 🖌 success

Terraform Initialization ⚙️ success

Terraform Validation 🤖 success

Validation Output

Success! The configuration is valid.


Terraform Plan 📖 success

Show Plan

[command]/home/runner/work/_temp/5ac430a4-691f-414b-b17d-3a7886bd5454/terraform-bin plan -input=false -no-color -detailed-exitcode -out=plan-sandbox.tfplan -var=image=ghcr.io/kartverket/skiperator-controller:sha-43015d8bb6afacea204a7272472162eaa0296ae3 -var-file=sandbox.tfvars
Acquiring state lock. This may take a few moments...

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # kubernetes_config_map.namespace-exclusions-map will be updated in-place
  ~ resource "kubernetes_config_map" "namespace-exclusions-map" {
      ~ data        = {
          - "cosign-system"                = "true" -> null
            # (34 unchanged elements hidden)
        }
        id          = "skiperator-system/namespace-exclusions"
        # (2 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # kubernetes_deployment_v1.deployment will be updated in-place
  ~ resource "kubernetes_deployment_v1" "deployment" {
        id               = "skiperator-system/skiperator"
        # (1 unchanged attribute hidden)

      ~ spec {
          ~ replicas                  = "0" -> "3"
            # (4 unchanged attributes hidden)

          ~ template {
              ~ spec {
                    # (12 unchanged attributes hidden)

                  ~ container {
                      ~ image                      = "ghcr.io/kartverket/skiperator-controller:sha-d4ce2111fc186404874aeb3a367d7900bf65200a" -> "ghcr.io/kartverket/skiperator-controller:sha-43015d8bb6afacea204a7272472162eaa0296ae3"
                        name                       = "skiperator"
                        # (8 unchanged attributes hidden)

                        # (7 unchanged blocks hidden)
                    }
                }

                # (1 unchanged block hidden)
            }

            # (2 unchanged blocks hidden)
        }

        # (1 unchanged block hidden)
    }

  # kubernetes_manifest.cluster_role will be updated in-place
  ~ resource "kubernetes_manifest" "cluster_role" {
      ~ object   = {
          ~ metadata        = {
              - creationTimestamp          = null
                name                       = "skiperator"
                # (13 unchanged attributes hidden)
            }
            # (4 unchanged attributes hidden)
        }
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # kubernetes_manifest.custom_resource_definition will be updated in-place
  ~ resource "kubernetes_manifest" "custom_resource_definition" {
      ~ object   = {
          ~ metadata   = {
              - creationTimestamp          = null
                name                       = "applications.skiperator.kartverket.no"
                # (13 unchanged attributes hidden)
            }
            # (3 unchanged attributes hidden)
        }
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 4 to change, 0 to destroy.

Warning: "default_secret_name" is no longer applicable for Kubernetes v1.24.0 and above

  with kubernetes_service_account_v1.service_account,
  on role.tf line 1, in resource "kubernetes_service_account_v1" "service_account":
   1: resource "kubernetes_service_account_v1" "service_account" {

Starting from version 1.24.0 Kubernetes does not automatically generate a
token for service accounts, in this case, "default_secret_name" will be empty

Next action 🚀

Changes detected. Will run Terraform apply job on merge to

Pusher: @dependabot[bot], Working Directory: deployment, Commit: 43015d8, Generated at: 13.3.2023, 08:08:30

Results for dev

Terraform Format and Style 🖌 success

Terraform Initialization ⚙️ ``

Terraform Validation 🤖 success

Validation Output

Success! The configuration is valid.


Terraform Plan 📖 ``

Show Plan


Next action 🚀

Terraform gave an unknown exit code, I don't know what happens next!

Pusher: @dependabot[bot], Working Directory: deployment, Commit: 43015d8, Generated at: 13.3.2023, 08:13:00

@berg-thom berg-thom added this pull request to the merge queue Mar 14, 2023
Merged via the queue into main with commit aea8d31 Mar 14, 2023
@berg-thom berg-thom deleted the dependabot/github_actions/docker/setup-buildx-action-2.5.0 branch March 14, 2023 08:56
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 github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants