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

build(deps): bump github.com/terraform-docs/terraform-docs from 0.17.0 to 0.18.0 in /tools #479

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps github.com/terraform-docs/terraform-docs from 0.17.0 to 0.18.0.

Release notes

Sourced from github.com/terraform-docs/terraform-docs's releases.

v0.18.0

Notable Updates

The most notable changes in this release are:

  • Resources can get ignored using terraform-docs-ignore comment:

    All types of resources can be ignored from the generated output by prepending them with a comment terraform-docs-ignore.

    ##################################################################
    # All of the following will be ignored from the generated output #
    ##################################################################
    terraform-docs-ignore
    resource "foo_resource" "foo" {}
    This resource is going to get ignored from generated
    output by using the following known comment.
    
    terraform-docs-ignore
    
    The ignore keyword also doesn't have to be the first,
    last, or the only thing in a leading comment
    resource "bar_resource" "bar" {}
    terraform-docs-ignore
    data "foo_data_resource" "foo" {}
    terraform-docs-ignore
    data "bar_data_resource" "bar" {}
    // terraform-docs-ignore
    module "foo" {
    source  = "foo"
    version = "x.x.x"
    }
    terraform-docs-ignore
    variable "foo" {
    default = "foo"
    }
    // terraform-docs-ignore
    output "foo" {
    value = "foo"
    }

... (truncated)

Commits
  • 228c7a7 Release version v0.18.0
  • d64ab6e Merge pull request #778 from khos2ow/optional-main-recursive
  • 051be1f Make main module doc optional when in recursive generation
  • 5e48777 Update docs
  • e4af997 Run make docs
  • 59eb90f Make main module doc optional when in recursive generation
  • e919275 Merge pull request #777 from khos2ow/release-workflow
  • 2b71b4d chore: add release-cut workflow
  • dcdda6f Merge pull request #651 from kampka/ignore-input-vars
  • 8f74fd4 feat: ignore outputs, providers, resources with comments
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 3, 2024
@github-actions github-actions bot added aws-λ-extension AWS Lambda Extension community Issues and PRs created by the community triage Issues and PRs that need to be triaged labels Jun 3, 2024
@kruskall
Copy link
Member

kruskall commented Jun 3, 2024

Blocked by #480

@kruskall kruskall mentioned this pull request Jun 4, 2024
@kruskall
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dmathieu
Copy link
Member

@dependabot recreate

Bumps [github.com/terraform-docs/terraform-docs](https://github.com/terraform-docs/terraform-docs) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/terraform-docs/terraform-docs/releases)
- [Changelog](https://github.com/terraform-docs/terraform-docs/blob/master/.goreleaser.yml)
- [Commits](terraform-docs/terraform-docs@v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: github.com/terraform-docs/terraform-docs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/github.com/terraform-docs/terraform-docs-0.18.0 branch from 36da931 to 79080f0 Compare June 10, 2024 08:00
@kruskall kruskall closed this Jun 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@kruskall kruskall reopened this Jun 10, 2024
@kruskall kruskall enabled auto-merge (squash) June 10, 2024 08:06
@kruskall kruskall merged commit 7fda3b2 into main Jun 10, 2024
10 checks passed
@kruskall kruskall deleted the dependabot/go_modules/tools/github.com/terraform-docs/terraform-docs-0.18.0 branch June 10, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws-λ-extension AWS Lambda Extension community Issues and PRs created by the community dependencies Pull requests that update a dependency file go Pull requests that update Go code triage Issues and PRs that need to be triaged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants