Skip to content

Commit

Permalink
chore(deps): bump github.com/cloudbase/garm-provider-common from 0.1.…
Browse files Browse the repository at this point in the history
…0 to 0.1.1 (#70)

Bumps
[github.com/cloudbase/garm-provider-common](https://github.com/cloudbase/garm-provider-common)
from 0.1.0 to 0.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cloudbase/garm-provider-common/releases">github.com/cloudbase/garm-provider-common's
releases</a>.</em></p>
<blockquote>
<h2>garm-provider-common v0.1.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Add unit tests for the <code>cloudconfig/util.go</code> from the
<code>cloudconfig</code> package. by <a
href="https://github.com/mihaelabalutoiu"><code>@​mihaelabalutoiu</code></a>
in <a
href="https://redirect.github.com/cloudbase/garm-provider-common/pull/14">cloudbase/garm-provider-common#14</a></li>
<li>Add InstancePendingForceDelete instance status by <a
href="https://github.com/gabriel-samfira"><code>@​gabriel-samfira</code></a>
in <a
href="https://redirect.github.com/cloudbase/garm-provider-common/pull/18">cloudbase/garm-provider-common#18</a></li>
<li>Account for trailing slash by <a
href="https://github.com/gabriel-samfira"><code>@​gabriel-samfira</code></a>
in <a
href="https://redirect.github.com/cloudbase/garm-provider-common/pull/19">cloudbase/garm-provider-common#19</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/cloudbase/garm-provider-common/compare/v0.1.0...v0.1.1">https://github.com/cloudbase/garm-provider-common/compare/v0.1.0...v0.1.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/893c93ef1c845716d77ebc7c6aa553936f94946b"><code>893c93e</code></a>
Merge pull request <a
href="https://redirect.github.com/cloudbase/garm-provider-common/issues/19">#19</a>
from gabriel-samfira/account-for-trailing-slash</li>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/db259dd0f375fbcde8b922124dde736ff030d8e9"><code>db259dd</code></a>
Account for trailing slash</li>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/49001794e700f6da3dcaf4e3d5ec0b0b4ae84dfb"><code>4900179</code></a>
Merge pull request <a
href="https://redirect.github.com/cloudbase/garm-provider-common/issues/18">#18</a>
from gabriel-samfira/add-force-delete-status</li>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/08728c9d6d2720b7b05685dcfe22da85af5aa14e"><code>08728c9</code></a>
Add InstancePendingForceDelete instance status</li>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/cbafb2f0bb2ce04722319649140d25403b5d92e3"><code>cbafb2f</code></a>
Merge pull request <a
href="https://redirect.github.com/cloudbase/garm-provider-common/issues/14">#14</a>
from mihaelabalutoiu/add-util-unit-tests</li>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/0fd75aba363d4182cc10dafb8da9690288a92ad2"><code>0fd75ab</code></a>
Add unit tests for the <code>cloudconfig/util.go</code></li>
<li>See full diff in <a
href="https://github.com/cloudbase/garm-provider-common/compare/v0.1.0...v0.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cloudbase/garm-provider-common&package-manager=go_modules&previous-version=0.1.0&new-version=0.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent 02cfed2 commit 44581f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21.5

require (
github.com/cloudbase/garm v0.1.3
github.com/cloudbase/garm-provider-common v0.1.0
github.com/cloudbase/garm-provider-common v0.1.1
github.com/go-openapi/runtime v0.26.2
github.com/go-playground/validator/v10 v10.16.0
github.com/knadh/koanf/parsers/yaml v0.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj
github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cloudbase/garm v0.1.3 h1:/8F7Rnk/tKfK9G3z1mm3IyvizbaZ5WbNFWNA1kpviHE=
github.com/cloudbase/garm v0.1.3/go.mod h1:R+EGVGriGx/t9TNUwfIQFnu/58rh1Inka08fsV6IB/c=
github.com/cloudbase/garm-provider-common v0.1.0 h1:gc2n8nsLjt7G3InAfqZ+75iZjSIUkIx86d6/DFA2+jc=
github.com/cloudbase/garm-provider-common v0.1.0/go.mod h1:igxJRT3OlykERYc6ssdRQXcb+BCaeSfnucg6I0OSoDc=
github.com/cloudbase/garm-provider-common v0.1.1 h1:9SbkEevpycI/P3J7jEmjJf6VzdrxAIHkLppnjqaKAWU=
github.com/cloudbase/garm-provider-common v0.1.1/go.mod h1:igxJRT3OlykERYc6ssdRQXcb+BCaeSfnucg6I0OSoDc=
github.com/cloudflare/circl v1.1.0/go.mod h1:prBCrKB9DV4poKZY1l9zBXg2QJY7mvgRvtMxxK7fi4I=
github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=
github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA=
Expand Down

0 comments on commit 44581f6

Please sign in to comment.