Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/cloudbase/garm-provider-common from 0.1.1 to 0.1.2 #128

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

Bumps github.com/cloudbase/garm-provider-common from 0.1.1 to 0.1.2.

Release notes

Sourced from github.com/cloudbase/garm-provider-common's releases.

garm-provider-common v0.1.2

What's Changed

New Contributors

Full Changelog: cloudbase/garm-provider-common@v0.1.1...v0.1.2

Commits
  • 4213f35 Merge pull request #26 from mercedes-benz/register_runner_without_default_labels
  • b658eb8 feat: new runners register without default labels
  • 26b8709 Merge pull request #24 from fabi200123/add-default-extraspecs
  • 62b33c5 Initialize default ExtraSpecs as an empty JSON object
  • bbe4930 Merge pull request #23 from gabriel-samfira/fix-selinux-unit-file
  • b2898e9 Use s0 level recursively on /home/runner
  • d6647ee Fix SELinux security context on unit file
  • ceeb0b7 Merge pull request #22 from gabriel-samfira/explicitly-set-users-field
  • b8f9f86 Explicitly set the users section
  • a9efac1 Merge pull request #21 from cloudbase/fix-agent-id-for-windows
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [github.com/cloudbase/garm-provider-common](https://github.com/cloudbase/garm-provider-common) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/cloudbase/garm-provider-common/releases)
- [Commits](cloudbase/garm-provider-common@v0.1.1...v0.1.2)

---
updated-dependencies:
- dependency-name: github.com/cloudbase/garm-provider-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 27, 2024
@dependabot dependabot bot requested a review from bavarianbidi as a code owner May 27, 2024 21:16
@dependabot dependabot bot added the go Pull requests that update Go code label May 27, 2024
@dependabot dependabot bot requested review from maigl, rafalgalaw and H777K as code owners May 27, 2024 21:16
@bavarianbidi bavarianbidi merged commit c6ecd98 into main Jun 4, 2024
3 checks passed
@bavarianbidi bavarianbidi deleted the dependabot/go_modules/github.com/cloudbase/garm-provider-common-0.1.2 branch June 4, 2024 07:06
rafalgalaw pushed a commit that referenced this pull request Sep 5, 2024
…1 to 0.1.2 (#128)

Bumps
[github.com/cloudbase/garm-provider-common](https://github.com/cloudbase/garm-provider-common)
from 0.1.1 to 0.1.2.
<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.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Add system-info callback 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/20">cloudbase/garm-provider-common#20</a></li>
<li>Fix the agent_id json field for Windows userdata 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/21">cloudbase/garm-provider-common#21</a></li>
<li>Explicitly set the users section 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/22">cloudbase/garm-provider-common#22</a></li>
<li>Fix SELinux security context on unit file 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/23">cloudbase/garm-provider-common#23</a></li>
<li>Add initialization for ExtraSpecs as an empty JSON object by <a
href="https://github.com/fabi200123"><code>@​fabi200123</code></a> in <a
href="https://redirect.github.com/cloudbase/garm-provider-common/pull/24">cloudbase/garm-provider-common#24</a></li>
<li>feat: new runners register without default labels by <a
href="https://github.com/bavarianbidi"><code>@​bavarianbidi</code></a>
in <a
href="https://redirect.github.com/cloudbase/garm-provider-common/pull/26">cloudbase/garm-provider-common#26</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/fabi200123"><code>@​fabi200123</code></a> made
their first contribution in <a
href="https://redirect.github.com/cloudbase/garm-provider-common/pull/24">cloudbase/garm-provider-common#24</a></li>
<li><a
href="https://github.com/bavarianbidi"><code>@​bavarianbidi</code></a>
made their first contribution in <a
href="https://redirect.github.com/cloudbase/garm-provider-common/pull/26">cloudbase/garm-provider-common#26</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/cloudbase/garm-provider-common/compare/v0.1.1...v0.1.2">https://github.com/cloudbase/garm-provider-common/compare/v0.1.1...v0.1.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/4213f35c78b2fb52866cd43bbcc3823456939a24"><code>4213f35</code></a>
Merge pull request <a
href="https://redirect.github.com/cloudbase/garm-provider-common/issues/26">#26</a>
from mercedes-benz/register_runner_without_default_labels</li>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/b658eb8b8358402e811fb4327bbeafe0e011f7db"><code>b658eb8</code></a>
feat: new runners register without default labels</li>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/26b8709facd4985fd2f7de6dad81d161e9476eed"><code>26b8709</code></a>
Merge pull request <a
href="https://redirect.github.com/cloudbase/garm-provider-common/issues/24">#24</a>
from fabi200123/add-default-extraspecs</li>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/62b33c5d84ec1b041fc9cdfa6d380673229761cd"><code>62b33c5</code></a>
Initialize default ExtraSpecs as an empty JSON object</li>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/bbe4930a1ebf0ed51e86fa00ecd0fcaca6a8bc4a"><code>bbe4930</code></a>
Merge pull request <a
href="https://redirect.github.com/cloudbase/garm-provider-common/issues/23">#23</a>
from gabriel-samfira/fix-selinux-unit-file</li>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/b2898e9815efeddc5085aa4807f383bea0e3d4fb"><code>b2898e9</code></a>
Use s0 level recursively on /home/runner</li>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/d6647ee397cb7b6148ff4747408b8f62dc21ac3c"><code>d6647ee</code></a>
Fix SELinux security context on unit file</li>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/ceeb0b7cc5d7703f09a1d543f2e70a1850eab669"><code>ceeb0b7</code></a>
Merge pull request <a
href="https://redirect.github.com/cloudbase/garm-provider-common/issues/22">#22</a>
from gabriel-samfira/explicitly-set-users-field</li>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/b8f9f86a21d56243f33eaa75c34801fd3995ec2b"><code>b8f9f86</code></a>
Explicitly set the users section</li>
<li><a
href="https://github.com/cloudbase/garm-provider-common/commit/a9efac12b06093b5091442ad21e1c1876101aeec"><code>a9efac1</code></a>
Merge pull request <a
href="https://redirect.github.com/cloudbase/garm-provider-common/issues/21">#21</a>
from cloudbase/fix-agent-id-for-windows</li>
<li>Additional commits viewable in <a
href="https://github.com/cloudbase/garm-provider-common/compare/v0.1.1...v0.1.2">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.1&new-version=0.1.2)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant