terraform-google-bootstrap
terraform-google-bootstrap copied to clipboard
chore(deps): Update go modules and/or dev-tools
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test | v0.16.1 -> v0.16.2 |
require | patch | ||||
| github.com/gruntwork-io/terratest | v0.47.0 -> v0.47.2 |
require | patch | ||||
| github.com/xanzy/go-gitlab | v0.107.0 -> v0.112.0 |
require | minor | ||||
| go (source) | 1.22.6 -> 1.22.8 |
toolchain | patch |
Release Notes
gruntwork-io/terratest (github.com/gruntwork-io/terratest)
v0.47.2
Modules affected
sshterraform
Description
- Updated logging line in ssh module
- Refined terraform output by removing unnecessary info lines
- Update rexml dependency
Related links
- https://github.com/gruntwork-io/terratest/pull/1440
- https://github.com/gruntwork-io/terratest/pull/1437
- https://github.com/gruntwork-io/terratest/pull/1445
Full Changelog: https://github.com/gruntwork-io/terratest/compare/v0.47.1...v0.47.2
v0.47.1
Modules affected
awsretry
Description
- Extended VPC struct to support cidrblock,cidr associations and ipv6 a… by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1422
- Add Route53 by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1421
- Allow to fail on specific warning messages by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1426
- Fix CircleCi Helm Test by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1429
- OpenTofu 1.8 upgrade by @denis256 in https://github.com/gruntwork-io/terratest/pull/1431
- Bump nokogiri from 1.16.3 to 1.16.5 in /docs by @dependabot in https://github.com/gruntwork-io/terratest/pull/1406
- Bump rexml from 3.2.5 to 3.3.3 in /docs by @dependabot in https://github.com/gruntwork-io/terratest/pull/1430
- Bump github.com/docker/cli from 20.10.7+incompatible to 20.10.9+incompatible by @dependabot in https://github.com/gruntwork-io/terratest/pull/1410
- Bump commonmarker from 0.17.13 to 0.23.10 in /docs by @dependabot in https://github.com/gruntwork-io/terratest/pull/1433
- Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs by @dependabot in https://github.com/gruntwork-io/terratest/pull/1434
- Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible by @dependabot in https://github.com/gruntwork-io/terratest/pull/1428
- Fix additional issues with circleCi by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1436
- Update go-getter from v1.7.5 to v1.7.6 by @roysha1 in https://github.com/gruntwork-io/terratest/pull/1438
Special thanks
Special thanks to the following users for their contribution!
Related links
- https://github.com/gruntwork-io/terratest/pull/1422
- https://github.com/gruntwork-io/terratest/pull/1421
- https://github.com/gruntwork-io/terratest/pull/1429
- https://github.com/gruntwork-io/terratest/pull/1431
- https://github.com/gruntwork-io/terratest/pull/1406
- https://github.com/gruntwork-io/terratest/pull/1430
- https://github.com/gruntwork-io/terratest/pull/1410
- https://github.com/gruntwork-io/terratest/pull/1433
- https://github.com/gruntwork-io/terratest/pull/1428
- https://github.com/gruntwork-io/terratest/pull/1436
- https://github.com/gruntwork-io/terratest/pull/1438
Full Changelog: https://github.com/gruntwork-io/terratest/compare/v0.47.0...v0.47.1
xanzy/go-gitlab (github.com/xanzy/go-gitlab)
v0.112.0
Breaking changes:
- Fix the branch protection defaults by @svanharmelen in https://github.com/xanzy/go-gitlab/pull/2036
This ☝🏻 fixes a bug in the settings API (see #2033) by introducing a dedicated struct for branch protection defaults. To prevent duplicated code, this struct is now also used (as a pointer!) for the
DefaultBranchProtectionDefaultsfield in theGroupstruct.
What's Changed
- Add alert status to project hooks by @dany74q in https://github.com/xanzy/go-gitlab/pull/2034
- missing protected_branches#deploy_key_id by @seyguai in https://github.com/xanzy/go-gitlab/pull/2035
- Add missing created at to project struct by @wind0r in https://github.com/xanzy/go-gitlab/pull/2037
New Contributors
- @dany74q made their first contribution in https://github.com/xanzy/go-gitlab/pull/2034
- @seyguai made their first contribution in https://github.com/xanzy/go-gitlab/pull/2035
Full Changelog: https://github.com/xanzy/go-gitlab/compare/v0.111.0...v0.112.0
v0.111.0
What's Changed
- Add event_name field to the audit events. by @lstout in https://github.com/xanzy/go-gitlab/pull/2024
- Add Description field in Environments API by @timofurrer in https://github.com/xanzy/go-gitlab/pull/2025
- Add 'default_branch' attribute by @jgangemi in https://github.com/xanzy/go-gitlab/pull/2030
- Add support for Harbor Integration by @houstonj1 in https://github.com/xanzy/go-gitlab/pull/2027
New Contributors
- @jgangemi made their first contribution in https://github.com/xanzy/go-gitlab/pull/2030
- @houstonj1 made their first contribution in https://github.com/xanzy/go-gitlab/pull/2027
Full Changelog: https://github.com/xanzy/go-gitlab/compare/v0.110.0...v0.111.0
v0.110.0
Breaking Changes
- New options when calling DeleteProject by @heidiberry in https://github.com/xanzy/go-gitlab/pull/2010
What's Changed
- Support Kubernetes-related Environments API fields by @timofurrer in https://github.com/xanzy/go-gitlab/pull/2013
- add MergeStatus filed to struct MergeEvent by @cestlive in https://github.com/xanzy/go-gitlab/pull/2016
- Add ListServiceAccounts function to list all service accounts by @Atoms in https://github.com/xanzy/go-gitlab/pull/2012
- Add support for the Redmine Integration by @heidiberry in https://github.com/xanzy/go-gitlab/pull/2007
- feat(runners): add maintenance_note on put/get runner details by @jaredallard in https://github.com/xanzy/go-gitlab/pull/2017
- feat: add deployment approval config attribute by @loozhengyuan in https://github.com/xanzy/go-gitlab/pull/2022
- feat: add new pages api endpoint by @nickshine in https://github.com/xanzy/go-gitlab/pull/2019
- Support API endpoint: List memberships for a billable member of a group by @Iridias in https://github.com/xanzy/go-gitlab/pull/2021
New Contributors
- @cestlive made their first contribution in https://github.com/xanzy/go-gitlab/pull/2016
- @Atoms made their first contribution in https://github.com/xanzy/go-gitlab/pull/2012
- @jaredallard made their first contribution in https://github.com/xanzy/go-gitlab/pull/2017
- @loozhengyuan made their first contribution in https://github.com/xanzy/go-gitlab/pull/2022
- @Iridias made their first contribution in https://github.com/xanzy/go-gitlab/pull/2021
Full Changelog: https://github.com/xanzy/go-gitlab/compare/v0.109.0...v0.110.0
v0.109.0
Breaking Changes
- Extend support for groups service accounts by @mXtone in https://github.com/xanzy/go-gitlab/pull/2005
What's Changed
- Add endpoint to lists invited groups of a project by @habnux in https://github.com/xanzy/go-gitlab/pull/2000
- Update jira integration pt2 by @deepflame in https://github.com/xanzy/go-gitlab/pull/1999
- chore: add ReportType to ProjectApprovalRule by @mdevilliers in https://github.com/xanzy/go-gitlab/pull/2001
- Bug: Needs to be a list of ProjectGroup by @habnux in https://github.com/xanzy/go-gitlab/pull/2003
- Fix an issue with omitempty on default_branch_protection_defaults by @RicePatrick in https://github.com/xanzy/go-gitlab/pull/2004
New Contributors
- @habnux made their first contribution in https://github.com/xanzy/go-gitlab/pull/2000
- @mXtone made their first contribution in https://github.com/xanzy/go-gitlab/pull/2005
Full Changelog: https://github.com/xanzy/go-gitlab/compare/v0.108.0...v0.109.0
v0.108.0
Breaking Changes
- Get scoped group variables by @andersparslov in https://github.com/xanzy/go-gitlab/pull/1995
- Rename GroupId to GroupID in the
MemberRoleandIterationstructs f97a106
What's Changed
- Adds
HookEventTokenhelper function for X-Gitlab-Token by @MaerF0x0 in https://github.com/xanzy/go-gitlab/pull/1976 - Add
ContainerRegistrySizefield toStatisticsstruct by @Florian3535 in https://github.com/xanzy/go-gitlab/pull/1978 - chore: add report type to MergeRequestApprovalRule by @mdevilliers in https://github.com/xanzy/go-gitlab/pull/1975
- Add field "is_auditor" in user by @thomasboni in https://github.com/xanzy/go-gitlab/pull/1981
- Fix the user tests by @svanharmelen in https://github.com/xanzy/go-gitlab/pull/1982
- Add new DCO attribute to project and group push rules by @beekeep in https://github.com/xanzy/go-gitlab/pull/1980
- Support more options for list PATs by @hjweddie in https://github.com/xanzy/go-gitlab/pull/1977
- feat: add Bitbucket Cloud and Server import endpoints by @pwlandoll in https://github.com/xanzy/go-gitlab/pull/1979
- Expose PreReceiveSecretDetectionEnabled project setting by @gravis in https://github.com/xanzy/go-gitlab/pull/1984
- Add 15 Missing GitLab Settings by @Jitsusama in https://github.com/xanzy/go-gitlab/pull/1985
- Add
prevent_merge_without_jira_issueto Edit Project API by @mtibben in https://github.com/xanzy/go-gitlab/pull/1986 - build(github): Added support for more versions of unit tests by @flc1125 in https://github.com/xanzy/go-gitlab/pull/1992
- Move PreReceiveSecretDetectionEnabled to Project by @gravis in https://github.com/xanzy/go-gitlab/pull/1989
- Add 26 Missing GitLab Settings by @Jitsusama in https://github.com/xanzy/go-gitlab/pull/1987
- Add page token to ListOption by @0xDagal in https://github.com/xanzy/go-gitlab/pull/1994
- member role model follow 17.4.0 spec by @Quanalogy in https://github.com/xanzy/go-gitlab/pull/1997
- Add more filters to List group milestones by @adamcohen2 in https://github.com/xanzy/go-gitlab/pull/1998
- Add 28 Missing GitLab Settings by @Jitsusama in https://github.com/xanzy/go-gitlab/pull/1996
- Add an exponential backoff to the retry function by @RicePatrick in https://github.com/xanzy/go-gitlab/pull/1993
New Contributors
- @MaerF0x0 made their first contribution in https://github.com/xanzy/go-gitlab/pull/1976
- @Florian3535 made their first contribution in https://github.com/xanzy/go-gitlab/pull/1978
- @mdevilliers made their first contribution in https://github.com/xanzy/go-gitlab/pull/1975
- @thomasboni made their first contribution in https://github.com/xanzy/go-gitlab/pull/1981
- @mtibben made their first contribution in https://github.com/xanzy/go-gitlab/pull/1986
- @flc1125 made their first contribution in https://github.com/xanzy/go-gitlab/pull/1992
- @0xDagal made their first contribution in https://github.com/xanzy/go-gitlab/pull/1994
- @Quanalogy made their first contribution in https://github.com/xanzy/go-gitlab/pull/1997
- @adamcohen2 made their first contribution in https://github.com/xanzy/go-gitlab/pull/1998
- @andersparslov made their first contribution in https://github.com/xanzy/go-gitlab/pull/1995
Full Changelog: https://github.com/xanzy/go-gitlab/compare/v0.107.0...v0.108.0
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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
/gcbrun
ℹ Artifact update notice
File name: test/integration/go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 4 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/hashicorp/go-getter |
v1.7.5 -> v1.7.6 |
github.com/hashicorp/terraform-config-inspect |
v0.0.0-20240701073647-9fc3669f7553 -> v0.0.0-20240801114854-6714b46f5fe4 |
github.com/tidwall/gjson |
v1.17.1 -> v1.17.3 |
golang.org/x/mod |
v0.19.0 -> v0.21.0 |
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
/gcbrun
/gcbrun
/gcbrun