prometheus
prometheus copied to clipboard
build(deps): bump github.com/linode/linodego from 1.8.0 to 1.9.0
Bumps github.com/linode/linodego from 1.8.0 to 1.9.0.
Release notes
Sourced from github.com/linode/linodego's releases.
v1.9.0
🚀 Added
- Add new event polling system
@​LBGarber(#267)- Implement API changes for API version 4.129.0
@​LBGarber(#265):bug: Bug Fixes
- Exclude backups
Enabledfield if not defined@​LBGarber(#266)v1.8.1
Changes
- Add GetVLANIPAMAddress helper function
@​jriddle-linode(#264)- Update filter framework to use generics
@​jriddle-linode(#262)
Commits
bb5505fnew: Add EventPoller object (#267)ea99784fix: Add omitempty to BackupsEnabledfield (#266)75e5fc5new: Implement API changes for 4.129.0 (#265)85d8e11adding GetVLANIPAMAddress helper function (#264)8968b25updating filter framework with generics (#262)98c961aBump gopkg.in/ini.v1 from 1.66.4 to 1.66.6 (#257)- See full diff in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
This version adds use of the any type which was only introduced in Go 1.18, causing CI to fail as we're on 1.17
Superseded by #11143.