hetznercloud / packer-plugin-hcloud

Packer plugin for Hetzner Cloud Builder
https://developer.hashicorp.com/packer/integrations/hetznercloud/hcloud
Mozilla Public License 2.0
22 stars 21 forks source link

chore: configure renovate #94

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

Configuration Summary

Based on the default config's presets, Renovate will:

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

With your current configuration, Renovate will create 7 Pull Requests:

deps: update dependency golangci/golangci-lint to v1.55.2 - Schedule: ["at any time"] - Branch name: `renovate/golangci-golangci-lint-1.x` - Merge into: `main` - Upgrade [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) to `v1.55.2`
deps: update module github.com/hashicorp/hcl/v2 to v2.19.1 - Schedule: ["at any time"] - Branch name: `renovate/github.com-hashicorp-hcl-v2-2.x` - Merge into: `main` - Upgrade [github.com/hashicorp/hcl/v2](https://togithub.com/hashicorp/hcl) to `v2.19.1`
deps: update module github.com/hetznercloud/hcloud-go/v2 to v2.4.0 - Schedule: ["at any time"] - Branch name: `renovate/github.com-hetznercloud-hcloud-go-v2-2.x` - Merge into: `main` - Upgrade [github.com/hetznercloud/hcloud-go/v2](https://togithub.com/hetznercloud/hcloud-go) to `v2.4.0`
deps: update module github.com/mitchellh/mapstructure to v1.5.0 - Schedule: ["at any time"] - Branch name: `renovate/github.com-mitchellh-mapstructure-1.x` - Merge into: `main` - Upgrade [github.com/mitchellh/mapstructure](https://togithub.com/mitchellh/mapstructure) to `v1.5.0`
deps: update module github.com/nywilken/go-cty to v1.13.3 - Schedule: ["at any time"] - Branch name: `renovate/github.com-nywilken-go-cty-1.x` - Merge into: `main` - Upgrade [github.com/nywilken/go-cty](https://togithub.com/nywilken/go-cty) to `v1.13.3`
deps: update module github.com/zclconf/go-cty to v1.14.1 - Schedule: ["at any time"] - Branch name: `renovate/github.com-zclconf-go-cty-1.x` - Merge into: `main` - Upgrade [github.com/zclconf/go-cty](https://togithub.com/zclconf/go-cty) to `v1.14.1`
deps: update module github.com/nywilken/go-cty to v2 - Schedule: ["at any time"] - Branch name: `renovate/github.com-nywilken-go-cty-2.x` - Merge into: `main` - Upgrade [github.com/nywilken/go-cty](https://togithub.com/nywilken/go-cty) to `v2.0.0`


🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.


This PR has been generated by Mend Renovate. View repository job log here.

nywilken commented 8 months ago

Hi there just a quick follow up on flagged dependencies. The Packer Plugin SDK is using a fork of github.com/zclconf/go-cty at the moment due to a breaking change introduced in go-cty@v1.11.0. Details on the issue can be found https://github.com/hashicorp/packer-plugin-sdk/issues/187

We ask that plugin maintainer ping their versions of go-cty or hcl/v2 to the version in the Packer Plugin SDK to avoid potential issues.

This is related to the two proposed PRs by renovate

The fork which has been updated to 1.13.3 has not been released in the SDK yet. It is slated for v0.5.2

jooola commented 8 months ago

@nywilken Alright, noted, thanks for the notice.