Skip to content

⬆️ Bump gitlabhq/gitlab from 16.9.1 to 17.0.0 in /tests/gitlab#150

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/terraform/tests/gitlab/gitlabhq/gitlab-17.0.0
Open

⬆️ Bump gitlabhq/gitlab from 16.9.1 to 17.0.0 in /tests/gitlab#150
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/terraform/tests/gitlab/gitlabhq/gitlab-17.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2024

Bumps gitlabhq/gitlab from 16.9.1 to 17.0.0.

Release notes

Sourced from gitlabhq/gitlab's releases.

v17.0.0

This release hosted on GitHub only exists because it is the only way to publish to the Terraform Provider Registry.

See the official release page on GitLab here: https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/releases/v17.0.0

v16.11.0

This release hosted on GitHub only exists because it is the only way to publish to the Terraform Provider Registry.

See the official release page on GitLab here: https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/releases/v16.11.0

v16.10.0

This release hosted on GitHub only exists because it is the only way to publish to the Terraform Provider Registry.

See the official release page on GitLab here: https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/releases/v16.10.0

Changelog

Sourced from gitlabhq/gitlab's changelog.

17.0.0 (2024-05-16)

This release was tested against GitLab 17.0, 16.11, and 16.10 for both CE and EE

KNOWN ISSUES:

  • gitlab_current_user returns an empty string for public_email (#6305)

BREAKING CHANGES:

  • resources/project_protected_environment: Removed support for required_approval_count field, use required_approvals in approval_rules or deploy_access_level instead (!1940)
  • resources/group_protected_environment: Removed support for required_approval_count field, use required_approvals in approval_rules or deploy_access_level instead (!1940)
  • resources/gitlab_group: Removed a version check related to commit_committer_check and reject_unsigned_commits that would prevent their use in versions prior to GitLab 16.4. If used with versions earlier than 16.4, these attributes will cause an error instead of being excluded. (!1937)
  • resources/gitlab_group: Removed support for emails_disabled, use emails_enabled instead (!1929)
  • resources/gitlab_project: Removed support for emails_disabled, use emails_enabled instead (!1929)
  • resources/gitlab_pipeline_schedule: ref now requires the full ref instead of allowing the use of the short ref. If you previously used main, you now need to use refs/heads/main instead, for example (!1923)
  • resources/gitlab_pipeline_trigger: token can no longer be imported. (!1905)
  • resources/gitlab_pipeline_trigger: Updating the project attribute will now force the creation of a new pipeline trigger (!1905)
  • data/gitlab_group(s): Removed support for emails_disabled, use emails_enabled instead (!1929)
  • data/gitlab_project(s): Removed support for emails_disabled, use emails_enabled instead (!1929)
  • data/gitlab_project(s): Removed support for public, use visibility instead (!1929)
  • master is no longer a valid access level on any resource that supports the use of access levels. This impacts the resources listed below. (!1903)
    • gitlab_group_access_token
    • gitlab_group_ldap_link
    • gitlab_group_membership
    • gitlab_group_share_group
    • gitlab_project_access_token
    • gitlab_project_membership
    • gitlab_project_share_group

IMPROVEMENTS:

  • New Resource resource/gitlab_integration_jenkins: Allows managing a project Jenkins integration (!1919)
  • New Resource resource/gitlab_project_push_rules: Allows managing the lifecycle of push rules on a project (!1893)
  • New Resource resource/gitlab_project_job_token_scopes: This resource sets a strict list of project job token scopes, and removes any job token scopes not managed by the resource. This can be useful to explicitly deny job token scopes on a project. (!1907)
  • resources/gitlab_pipeline_schedule_variable: Added support for the use of variable_type (!1952)
  • resources/gitlab_group: Added support for the use of commit_committer_name_check to the push_rules block (!1937)
  • resources/gitlab_project: Added support for the use of commit_committer_name_check to the push_rules block (!1918)
  • resources/gitlab_instance_variable: Added support for the use of description (!1950)
  • resources/gitlab_user_runner: Added example documentation for this resource to make it easier to consume (!1928)
  • resources/gitlab_application_settings: Add support for minimum_password_length to the resource (!1917)
  • resources/gitlab_personal_access_token: Updated the API used to read personal access token data, which improves performance of this resource in situations where many tokens are being maintained, and improves reliability of the resource in high concurrency situations (!1908)
  • data/gitlab_instance_variable: Added support for description (!1950)
  • provider: Added documentation that the use of Project Access Tokens or Group Access Tokens may not work with all resources (!1928)

BUG FIXES:

  • resources/gitlab_pipeline_schedule: Fixed a provider crash in situations where the scheduled pipeline fails to create (!1899)
  • resources/gitlab_group: Fixed a provider error when attempting to create groups with push_rules on GitLab CE where push_rules are not supported (!1891)
  • resources/gitlab_group_access_token: Fixed an issue with token rotation using rotation_configuration where tokens wouldn't rotate properly after expires_at was stored in state. Added additional debug logging for token rotation. (!1953)

... (truncated)

Commits

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)

Bumps [gitlabhq/gitlab](https://github.com/gitlabhq/terraform-provider-gitlab) from 16.9.1 to 17.0.0.
- [Release notes](https://github.com/gitlabhq/terraform-provider-gitlab/releases)
- [Changelog](https://github.com/gitlabhq/terraform-provider-gitlab/blob/main/CHANGELOG.md)
- [Commits](gitlabhq/terraform-provider-gitlab@v16.9.1...v17.0.0)

---
updated-dependencies:
- dependency-name: gitlabhq/gitlab
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Issue is related to dependencies terraform Issue is related to terraform labels May 17, 2024
@dependabot dependabot bot requested review from lexxy23 and rusty232 May 17, 2024 07:37
@sonarqubecloud
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issue is related to dependencies terraform Issue is related to terraform

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments