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

chore(deps): update dependency go to v1.22.5 #36

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 7, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
go (source) toolchain patch 1.22.2 -> 1.22.5

Release Notes

golang/go (go)

v1.22.5

v1.22.4

v1.22.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency go to v1.22.3 chore(deps): update dependency go to v1.22.4 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/go-1.x branch from aa2d59e to 4b18105 Compare June 4, 2024 18:48
Copy link

github-actions bot commented Jun 4, 2024

Execution result of "run-all plan" in "deployment/modules/cloudflare"
time=2024-06-04T18:48:24Z level=info msg=The stack at /github/workspace/deployment/modules/cloudflare will be processed in the following order for command plan:
Group 1
- Module /github/workspace/deployment/modules/cloudflare/api-keys

Group 2
- Module /github/workspace/deployment/modules/cloudflare/account


time=2024-06-04T18:48:24Z level=info msg=Downloading Terraform configurations from file:///github/workspace/deployment/modules/cloudflare/api-keys into /github/workspace/deployment/modules/cloudflare/api-keys/.terragrunt-cache/TFVDVlSA5SsBH5Wly1xPTUuJJPM/bTr-O2m_pTIZuQ2gkmEyYMvp2pA prefix=[/github/workspace/deployment/modules/cloudflare/api-keys] 

Initializing the backend...

Successfully configured the backend "pg"! OpenTofu will automatically
use this backend unless the backend configuration changes.

Initializing provider plugins...
- Reusing previous version of cloudflare/cloudflare from the dependency lock file
- Installing cloudflare/cloudflare v4.34.0...
- Installed cloudflare/cloudflare v4.34.0 (signed, key ID C76001609EE3B136)

Providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://opentofu.org/docs/cli/plugins/signing/

OpenTofu has been successfully initialized!
data.cloudflare_api_token_permission_groups.all: Reading...
cloudflare_api_token.mich_cloudflare_token: Refreshing state... [id=0fe963ede76902976c92f2470115b71b]
data.cloudflare_api_token_permission_groups.all: Read complete after 1s [id=bb20dc5cc9aef2087aa6f764330e0f69]
cloudflare_api_token.terraform_cloudflare_pages_upload: Refreshing state... [id=3b1d2c2eb5dde9b32b0513f4bb22e5be]
cloudflare_api_token.terraform_cloudflare_docs: Refreshing state... [id=2c53cc4981aac350370f2be87419a5c7]
cloudflare_api_token.terraform_cloudflare_account: Refreshing state... [id=ec09021dcc0b5d8a490d0730d3ad193d]

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

OpenTofu will perform the following actions:

  # cloudflare_api_token.mich_cloudflare_token will be destroyed
  # (because cloudflare_api_token.mich_cloudflare_token is not in configuration)
  - resource "cloudflare_api_token" "mich_cloudflare_token" {
      - id          = "0fe963ede76902976c92f2470115b71b" -> null
      - issued_on   = "2024-06-03T11:54:52Z" -> null
      - modified_on = "2024-06-03T11:54:52Z" -> null
      - name        = "mich_r2_token" -> null
      - status      = "active" -> null
      - value       = (sensitive value) -> null

      - condition {
          - request_ip {
              - in     = [
                  - "162.55.86.82/24",
                ] -> null
              - not_in = [] -> null
            }
        }

      - policy {
          - effect            = "allow" -> null
          - permission_groups = [
              - "2efd5506f9c8494dacb1fa10a3e7d5b6",
            ] -> null
          - resources         = {
              - "com.cloudflare.edge.r2.bucket.*" = "*"
            } -> null
        }
    }

  # cloudflare_api_token.terraform_cloudflare_account will be updated in-place
  ~ resource "cloudflare_api_token" "terraform_cloudflare_account" {
        id          = "ec09021dcc0b5d8a490d0730d3ad193d"
      ~ name        = "terraform_cloudflare_account" -> "terraform"
        # (4 unchanged attributes hidden)

      - policy {
          - effect            = "allow" -> null
          - permission_groups = [
              - "3030687196b94b638145a3953da2b699",
              - "4755a26eedb94da69e1066d98aa820be",
              - "74e1036f577a48528b78d2413b40538d",
              - "8d28297797f24fb8a0c332fe0866ec89",
              - "bf7481a1826f439697cb59a20b22293e",
              - "e6d2666161e84845a636613608cee8d5",
            ] -> null
          - resources         = {
              - "com.cloudflare.api.account.*" = "*"
            } -> null
        }
      + policy {
          + effect            = "allow"
          + permission_groups = [
              + "3030687196b94b638145a3953da2b699",
              + "4755a26eedb94da69e1066d98aa820be",
              + "74e1036f577a48528b78d2413b40538d",
              + "8d28297797f24fb8a0c332fe0866ec89",
              + "e6d2666161e84845a636613608cee8d5",
            ]
          + resources         = {
              + "com.cloudflare.api.account.*" = "*"
            }
        }
    }

  # cloudflare_api_token.terraform_cloudflare_docs will be updated in-place
  ~ resource "cloudflare_api_token" "terraform_cloudflare_docs" {
        id          = "2c53cc4981aac350370f2be87419a5c7"
      ~ name        = "terraform_cloudflare_docs" -> "terraform"
        # (4 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # cloudflare_api_token.terraform_cloudflare_pages_upload will be updated in-place
  ~ resource "cloudflare_api_token" "terraform_cloudflare_pages_upload" {
        id          = "3b1d2c2eb5dde9b32b0513f4bb22e5be"
      ~ name        = "terraform_cloudflare_pages_upload" -> "terraform"
        # (4 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 3 to change, 1 to destroy.

Changes to Outputs:
  - mich_cloudflare_token_id              = (sensitive value) -> null
  - mich_cloudflare_token_value           = (sensitive value) -> null
time=2024-06-04T18:48:31Z level=info msg=Downloading Terraform configurations from file:///github/workspace/deployment/modules/cloudflare/account into /github/workspace/deployment/modules/cloudflare/account/.terragrunt-cache/ViIwJVqOi819kqZ36VVuOJy6bPE/Am9lfe1IU0ZwMZddtsARYYEARwE prefix=[/github/workspace/deployment/modules/cloudflare/account] 

Initializing the backend...

Successfully configured the backend "pg"! OpenTofu will automatically
use this backend unless the backend configuration changes.

Initializing provider plugins...
- terraform.io/builtin/terraform is built in to OpenTofu
- Reusing previous version of cloudflare/cloudflare from the dependency lock file
- Installing cloudflare/cloudflare v4.34.0...
- Installed cloudflare/cloudflare v4.34.0 (signed, key ID C76001609EE3B136)

Providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://opentofu.org/docs/cli/plugins/signing/

OpenTofu has been successfully initialized!
data.terraform_remote_state.api_keys_state: Reading...
data.terraform_remote_state.api_keys_state: Read complete after 1s
cloudflare_zone.immich_app: Refreshing state... [id=44063ef29305ea931e687178bc94d9c0]
cloudflare_pages_project.immich_app_archive: Refreshing state... [id=immich-app-archive]
cloudflare_zone.immich_cloud: Refreshing state... [id=12b623403e6269c077cf8abe75df1383]
cloudflare_pages_project.immich_app_preview: Refreshing state... [id=immich-app-preview]
cloudflare_pages_project.immich_app: Refreshing state... [id=immich-app]
cloudflare_record.immich_app_mx_root_73: Refreshing state... [id=68ee5b26ca9d9db5259767780b0b2dd1]
cloudflare_record.immich_app_txt_1password_verification: Refreshing state... [id=04023e1bf3b43f9db0bf108c9ed99149]
cloudflare_record.immich_app_cname__domainconnect: Refreshing state... [id=4f551a245cd261358504c416456689c9]
cloudflare_record.immich_app_mx_root_35: Refreshing state... [id=9f935cb3c92033823f44c9a7a40a6db1]
cloudflare_zone_settings_override.immich_app: Refreshing state... [id=44063ef29305ea931e687178bc94d9c0]
cloudflare_ruleset.immich_app_redirects: Refreshing state... [id=9a71791e55a44e89b81f4da4f5fdf195]
cloudflare_record.immich_app_aaaa_docs: Refreshing state... [id=8efbc50d88398aac86c25f09e090b0ea]
cloudflare_record.immich_app_aaaa_documentation: Refreshing state... [id=e26765f012e0696da7d18f996080d080]
cloudflare_record.immich_app_a_star_dot_preview: Refreshing state... [id=4424193cef2e4dd3f2770fb85e8db98c]
cloudflare_record.immich_app_txt_root_cloudflare_mx: Refreshing state... [id=5af8a940e3678ac68393f6ee8539348d]
cloudflare_record.immich_app_a_testing: Refreshing state... [id=82a56a72ac5e35f8d2dd2ad704c0a920]
cloudflare_record.immich_app_a_preview: Refreshing state... [id=dbd64a89ef0162d93cb5e4b96db478a0]
cloudflare_record.immich_app_mx_root_54: Refreshing state... [id=95689119c10f73ef70e93544b0989cb9]
cloudflare_record.immich_app_a_demo: Refreshing state... [id=7fceae38ca564a86052ab452ad7afc5d]
cloudflare_record.immich_cloud_a_mich: Refreshing state... [id=a122e9564b666b5b37e3dac766b473f6]
cloudflare_zone_settings_override.immich_cloud: Refreshing state... [id=12b623403e6269c077cf8abe75df1383]
cloudflare_record.immich_cloud_cname_star_dot_root: Refreshing state... [id=84483aa1d6904513536b23be07b6c355]
cloudflare_record.immich_cloud_cname_root: Refreshing state... [id=894cdac356c34540b4f03efa06623e44]

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

OpenTofu will perform the following actions:

  # cloudflare_pages_project.immich_app will be updated in-place
  ~ resource "cloudflare_pages_project" "immich_app" {
        id                = "immich-app"
        name              = "immich-app"
        # (5 unchanged attributes hidden)

      - build_config {
          - build_caching = false -> null
        }

        # (1 unchanged block hidden)
    }

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

@zackpollard zackpollard force-pushed the main branch 4 times, most recently from 38a0a88 to df6bdb5 Compare June 10, 2024 09:47
@renovate renovate bot force-pushed the renovate/go-1.x branch from 4b18105 to f7870e6 Compare July 2, 2024 18:30
@renovate renovate bot changed the title chore(deps): update dependency go to v1.22.4 chore(deps): update dependency go to v1.22.5 Jul 2, 2024
Copy link
Contributor Author

renovate bot commented Jul 2, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: tools/preview-operator/go.sum
Command failed: install-tool golang 1.22.5

@bo0tzz bo0tzz closed this Jul 18, 2024
Copy link
Contributor Author

renovate bot commented Jul 18, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.22.5). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/go-1.x branch July 18, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant