Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

chore(deps): update dependency suzuki-shunsuke/tfcmt to v2.1.0 #83

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 25, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
suzuki-shunsuke/tfcmt minor v2.0.0 -> v2.1.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

suzuki-shunsuke/tfcmt (suzuki-shunsuke/tfcmt)

v2.1.0

Compare Source

Milestone

Feature

#​146 Use HCL syntax highlight. Thanks to @​dtaniwaki

e.g.

AS IS

kubernetes_service.example: Refreshing state... [id=default/terraform-example]

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_service.example will be updated in-place
  ~ resource "kubernetes_service" "example" {
        id                     = "default/terraform-example"

### (2 unchanged attributes hidden)

      ~ spec {

### (8 unchanged attributes hidden)

          ~ port {
              ~ port        = 8080 -> 8000

### (3 unchanged attributes hidden)
            }
        }

### (1 unchanged block hidden)
    }

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

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

TO BE

kubernetes_service.example: Refreshing state... [id=default/terraform-example]

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_service.example will be updated in-place
  ~ resource "kubernetes_service" "example" {
        id                     = "default/terraform-example"

### (2 unchanged attributes hidden)

      ~ spec {

### (8 unchanged attributes hidden)

          ~ port {
              ~ port        = 8080 -> 8000

### (3 unchanged attributes hidden)
            }
        }

### (1 unchanged block hidden)
    }

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

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

v2.0.2

Compare Source

Milestone

#​142 Fix version.

AS IS

$ tfcmt -v
tfcmt version 2.0.1 ()

TO BE

$ tfcmt -v
tfcmt version 2.0.2 (666c38a862a09dbc5ce2ccb913c7df85a7660eb1)

v2.0.1

Compare Source

Milestone

Publish a homebrew-tap recipe. You can install tfcmt with Homewbrew.

$ brew install suzuki-shunsuke/tfcmt/tfcmt

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 force-pushed the renovate/suzuki-shunsuke-tfcmt-2.x branch from 35789a4 to 8fb3744 Compare January 17, 2023 15:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants