k8s-image-availability-exporter
k8s-image-availability-exporter copied to clipboard
Bump github.com/gammazero/deque from 0.2.1 to 1.1.0
Bumps github.com/gammazero/deque from 0.2.1 to 1.1.0.
Release notes
Sourced from github.com/gammazero/deque's releases.
v1.1.0
What's Changed
- update go workflow by
@gammazeroin gammazero/deque#39- Make .Clear faster by ~20% by
@Andrew-Morozkoin gammazero/deque#36- Add iterators by
@gammazeroin gammazero/deque#32Full Changelog: https://github.com/gammazero/deque/compare/v1.0.0...v1.1.0
v1.0.0
What's Changed
- Add
Growfunction to grow deque, if necessary, so that it has space for at least n additional items.- Add
Swapfunction to exchange two items in deque- Allow
Insertwith out of range indexes, inserting item at front or back of deque.- Update required go version to 1.22
- BREAKING Replace
SetMinCapacitywithSetBaseCapto set base capacity, so that deque always has space reserved for at least the specified number of items.- BREAKING Remove New function as it is not needed to initialize Deque with initial size and base capacity. Use
GrowandSetBaseCapfor this.Full Changelog: https://github.com/gammazero/deque/compare/v0.2.1...v1.0.0
Commits
9f53a9eAdd iterators (#32)6ef1959Make .Clear faster by ~20% (#36)aa4c134update go workflow (#39)610179fUpdate README.mdf74dcc8Update readme to remove mention of New func (#34)f0435efRemove New function (#33)2d5497ftest with go1.23fb2e26bWorkflows use "main" branch (#31)632e04bNew takes one optional arg to set base capacity. (#30)81826a9Add Swap function and allow Insert with out of range indexes (#29)- See full diff in compare view
You can trigger a rebase of this PR 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.