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 integrations/github from 4.17.0 to 4.18.2 in /github #162

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps integrations/github from 4.17.0 to 4.18.2.

Release notes

Sourced from integrations/github's releases.

v4.18.2

No release notes provided.

v4.18.1

No release notes provided.

v4.18.0

No release notes provided.

Changelog

Sourced from integrations/github's changelog.

4.18.2 (Nov 30, 2021)

BUG FIXES:

  • Add length requirement to name option for github_repository ([#965])
  • Various documentation fixes 🙇

4.18.1 (Nov 22, 2021)

BUG FIXES:

  • Add length requirement to topics option for github_repository ([#951])
  • Add pagination to selected_repositories option for github_actions_runner_group ([#970])
  • Add handling for new node_id format introduced to the GitHub GraphQL API (github_repository) ([#914])

4.18.0 (Nov 8, 2021)

ENHANCEMENTS:

  • New Resource: github_actions_organization_permissions ([#920])

BUG FIXES:

  • Add newline compatbility to GitHub App provider authentication ([#931])
  • Fix strict setting of required_status_checks for github_branch_protection resource ([#880])
Commits
  • ce4f33f docs: add changelog entry for v4.18.2
  • 8ed7ddb Add validate func for repository name (#965)
  • c5146c5 fix minor mistake in changelog, link desination didn't match link (#936)
  • 5991b6a fix a typo in actions_organization_secret doc (#953)
  • 363d456 Update team.html.markdown (#962)
  • 3f9a78e Update argument name (#507)
  • 01d92de docs: add changelog entry for v4.18.1
  • f1374da fix regex for topic validation (#951)
  • 3a19681 Harden resource github_actions_runner_group (#970)
  • 705aa70 Properly handle the new style of Node IDs in the GitHub GraphQL API (#914)
  • 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)

@dependabot dependabot bot added A-deps Area: Source and library dependencies. A-terraform Area: terraform infra, providers, and version bumps. labels Dec 1, 2021
@lopopolo
Copy link
Member

lopopolo commented Dec 4, 2021

There is a bug in this version of the GitHub provider that does not allow repository topics with single character names. Artichoke has several repositories tagged with the c topic, which fail validation.

Blocked on upstream resolution:

@lopopolo lopopolo added the S-blocked Status: Marked as blocked ❌ on something else such as other implementation work. label Dec 4, 2021
@lopopolo
Copy link
Member

4.19.0 was just released with a fix for the single character topic bug.

@dependabot recreate

Bumps [integrations/github](https://github.com/integrations/terraform-provider-github) from 4.17.0 to 4.18.2.
- [Release notes](https://github.com/integrations/terraform-provider-github/releases)
- [Changelog](https://github.com/integrations/terraform-provider-github/blob/main/CHANGELOG.md)
- [Commits](integrations/terraform-provider-github@v4.17.0...v4.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/terraform/github/integrations/github-4.18.2 branch from 79a092c to 7cedd88 Compare December 13, 2021 18:36
@lopopolo lopopolo closed this Dec 13, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2021

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.

@dependabot dependabot bot deleted the dependabot/terraform/github/integrations/github-4.18.2 branch December 13, 2021 18:37
@lopopolo
Copy link
Member

@dependabot ignore this minor version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2021

OK, I won't notify you about version 4.18.x again, unless you re-open this PR or update to a 4.18.x release yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-deps Area: Source and library dependencies. A-terraform Area: terraform infra, providers, and version bumps. S-blocked Status: Marked as blocked ❌ on something else such as other implementation work.
Development

Successfully merging this pull request may close these issues.

1 participant