Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 3, 2021

Bumps airflow_labels_scheduler::terraform-terraform-label from 0.4.0 to 0.8.0.

Release notes

Sourced from airflow_labels_scheduler::terraform-terraform-label's releases.

v0.8.0

Now that Terraform 0.15 is released, I've run into some issues with this module as it is using a function that got removed, namely list. This PR replaces it with tolist.

Error from Terraform 0.15 for reference:

│ Error: Error in function call
│ 
│   on .terraform/modules/default_label/main.tf line 2, in locals:
│    2:   original_tags    = join(var.delimiter, compact(concat(list(var.namespace, var.stage, var.name), var.attributes)))
│     ├────────────────
│     │ var.name is a string, known only after apply
│     │ var.namespace is a string, known only after apply
│     │ var.stage is a string, known only after apply
│ 
│ Call to function "list" failed: the "list" function was deprecated in
│ Terraform v0.12 and is no longer available; use tolist([ ... ]) syntax to
│ write a literal list.

v0.7.0

what

  • in variables.tf a ) was missing at the end of tags variable description

v0.6.0

what

  • update context.tf to v0.23.0
  • minimum required Terraform version bumped to 0.13.0
  • readme updated, Bridgecrew compliance badges added

why

  • It allows for setting the letter case of tag names and labels
  • we have dropped support for Terraform 0.12
  • To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

v0.5.1

🚀 Enhancements

... (truncated)

Commits
  • a0244ff Migrate away from the deprecated list function (#28)
  • 67ce228 added missing ) in tags description (#27)
  • c858ad0 minimum required Terraform version bumped to 0.13.0, context.tf updated, read...
  • edbf5e2 Terraform 0.14 upgrade (#24)
  • 175b129 Support terraform 0.13 (#22)
  • See full diff 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 [airflow_labels_scheduler::terraform-terraform-label](https://github.com/cloudposse/terraform-terraform-label) from 0.4.0 to 0.8.0.
- [Release notes](https://github.com/cloudposse/terraform-terraform-label/releases)
- [Commits](cloudposse/terraform-terraform-label@tags/0.4.0...tags/0.8.0)

---
updated-dependencies:
- dependency-name: airflow_labels_scheduler::github::cloudposse/terraform-terraform-label::tags/0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 3, 2021
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant