-
Notifications
You must be signed in to change notification settings - Fork 45
Comparing changes
Open a pull request
base repository: hetznercloud/hcloud-go
base: v2.8.0
head repository: hetznercloud/hcloud-go
compare: v2.9.0
- 13 commits
- 15 files changed
- 4 contributors
Commits on May 7, 2024
-
deps: update golangci/golangci-lint-action action to v6 (#436)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://togithub.com/golangci/golangci-lint-action) | action | major | `v5` -> `v6` | --- ### Release Notes <details> <summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary> ### [`v6`](https://togithub.com/golangci/golangci-lint-action/compare/v5...v6) [Compare Source](https://togithub.com/golangci/golangci-lint-action/compare/v5...v6) </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/hetznercloud/hcloud-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cb11ae4 - Browse repository at this point
Copy the full SHA cb11ae4View commit details -
deps: update module golang.org/x/net to v0.25.0 (#435)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | golang.org/x/net | `v0.24.0` -> `v0.25.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fnet/v0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fnet/v0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fnet/v0.24.0/v0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fnet/v0.24.0/v0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/hetznercloud/hcloud-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for efe0d81 - Browse repository at this point
Copy the full SHA efe0d81View commit details
Commits on May 10, 2024
-
deps: update dependency golangci/golangci-lint to v1.58.1 (#437)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6c57acd - Browse repository at this point
Copy the full SHA 6c57acdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 303bd79 - Browse repository at this point
Copy the full SHA 303bd79View commit details
Commits on May 13, 2024
-
docs(exp): explain what the experimental namespace is (#439)
This adds an experimental package/namespace `exp` used to experiment features related to the `hcloud-go` library without any promise of stability.
Configuration menu - View commit details
-
Copy full SHA for 0c9ff2f - Browse repository at this point
Copy the full SHA 0c9ff2fView commit details
Commits on May 23, 2024
-
deps: update dependency golangci/golangci-lint to v1.58.2 (#443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fc7f3ff - Browse repository at this point
Copy the full SHA fc7f3ffView commit details
Commits on May 24, 2024
-
feat(exp): add
AppendNextActions
function (#440)This function is used to merge both a single action and the next actions returned by the API.
Configuration menu - View commit details
-
Copy full SHA for b07d7ad - Browse repository at this point
Copy the full SHA b07d7adView commit details -
feat(exp): add ssh key functions (#441)
This adds a few ssh key utilities in the ssh kit package. The functions are used in multiple Hetzner Cloud projects. --------- Co-authored-by: Julian Tölle <julian.toelle@hetzner-cloud.de>
Configuration menu - View commit details
-
Copy full SHA for d766e96 - Browse repository at this point
Copy the full SHA d766e96View commit details -
chore: ignore generated files in codecov reports (#447)
Ensure we ignore the generated files from the codecov reports.
Configuration menu - View commit details
-
Copy full SHA for a61c494 - Browse repository at this point
Copy the full SHA a61c494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 440ccca - Browse repository at this point
Copy the full SHA 440cccaView commit details
Commits on May 27, 2024
-
deps: update dependency golangci/golangci-lint to v1.59.0 (#449)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | | minor | `v1.58.2` -> `v1.59.0` | | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | image | minor | `v1.58.2` -> `v1.59.0` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v1.59.0`](https://togithub.com/golangci/golangci-lint/compare/v1.58.2...v1.59.0) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.58.2...v1.59.0) </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/hetznercloud/hcloud-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 83cb7e9 - Browse repository at this point
Copy the full SHA 83cb7e9View commit details
Commits on May 29, 2024
-
fix(exp): rename to
sshutils
package name (#450)The package url and name were different. Use the `sshutils` package name to prevent collision with the stdlib ssh package.
Configuration menu - View commit details
-
Copy full SHA for 6d4100d - Browse repository at this point
Copy the full SHA 6d4100dView commit details
Commits on May 31, 2024
-
chore(main): release 2.9.0 (#446)
🤖 I have created a release *beep* *boop* --- ## [2.9.0](v2.8.0...v2.9.0) (2024-05-29) ### Features * **exp:** add `AppendNextActions` function ([#440](#440)) ([b07d7ad](b07d7ad)) * **exp:** add ssh key functions ([#441](#441)) ([d766e96](d766e96)) ### Bug Fixes * **exp:** rename to `sshutils` package name ([#450](#450)) ([6d4100d](6d4100d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9c1966b - Browse repository at this point
Copy the full SHA 9c1966bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.8.0...v2.9.0