Skip to content

Commit d55712c

Browse files
chore(deps): bump github.com/cloudbase/garm-provider-common from 0.1.3 to 0.1.4 (#211)
Bumps [github.com/cloudbase/garm-provider-common](https://github.com/cloudbase/garm-provider-common) from 0.1.3 to 0.1.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cloudbase/garm-provider-common/commit/15830abfb96df2cbacb5c76e68cdd09955aa4a42"><code>15830ab</code></a> Merge pull request <a href="https://redirect.github.com/cloudbase/garm-provider-common/issues/40">#40</a> from gabriel-samfira/source-env-when-jit-is-used</li> <li><a href="https://github.com/cloudbase/garm-provider-common/commit/16495ba689a0c05d98b813b0f5bb1118361ec883"><code>16495ba</code></a> Source env.sh when JIT config is used</li> <li><a href="https://github.com/cloudbase/garm-provider-common/commit/5b7633dfb896fe1a8ddcff745290e5ef21c65729"><code>5b7633d</code></a> Merge pull request <a href="https://redirect.github.com/cloudbase/garm-provider-common/issues/38">#38</a> from gabriel-samfira/remove-default-labels-for-windows</li> <li><a href="https://github.com/cloudbase/garm-provider-common/commit/316943cc7f366d69f226ff2de145daf3c438b72c"><code>316943c</code></a> Use --no-default-labels on Windows as well</li> <li><a href="https://github.com/cloudbase/garm-provider-common/commit/22c7dd75ec7f6b3faf93760dea0df9b5fbc25b5e"><code>22c7dd7</code></a> Merge pull request <a href="https://redirect.github.com/cloudbase/garm-provider-common/issues/37">#37</a> from fabi200123/update-linux-template</li> <li><a href="https://github.com/cloudbase/garm-provider-common/commit/8b640f41149bdcbc5d6d780addd4d2469c5714a0"><code>8b640f4</code></a> Remove OFS_DIR and chown for cached runners</li> <li><a href="https://github.com/cloudbase/garm-provider-common/commit/fff8fc862e61fdbf820d859f0c8a8708a395c317"><code>fff8fc8</code></a> Update caching for the Linux Runner</li> <li><a href="https://github.com/cloudbase/garm-provider-common/commit/79796343866b4f4788a2584f86d3da364be119fa"><code>7979634</code></a> Merge pull request <a href="https://redirect.github.com/cloudbase/garm-provider-common/issues/36">#36</a> from fabi200123/update-windows-template</li> <li><a href="https://github.com/cloudbase/garm-provider-common/commit/516150eb95729dc7ecd9d3a2b63ba983cb287dec"><code>516150e</code></a> Add caching for the Windows Runner</li> <li><a href="https://github.com/cloudbase/garm-provider-common/commit/641d1dda210dbf4e4f71ad58ea22fdda72655e3b"><code>641d1dd</code></a> Skip retry on 4XX errors</li> <li>Additional commits viewable in <a href="https://github.com/cloudbase/garm-provider-common/compare/v0.1.3...v0.1.4">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.3&new-version=0.1.4)](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>
1 parent 4ddb53d commit d55712c

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

go.mod

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.2
55

66
require (
77
github.com/cloudbase/garm v0.1.5
8-
github.com/cloudbase/garm-provider-common v0.1.3
8+
github.com/cloudbase/garm-provider-common v0.1.4
99
github.com/go-openapi/runtime v0.28.0
1010
github.com/go-playground/validator/v10 v10.22.1
1111
github.com/golang-jwt/jwt/v4 v4.5.1
@@ -94,14 +94,14 @@ require (
9494
go.opentelemetry.io/otel v1.25.0 // indirect
9595
go.opentelemetry.io/otel/metric v1.25.0 // indirect
9696
go.opentelemetry.io/otel/trace v1.25.0 // indirect
97-
golang.org/x/crypto v0.25.0 // indirect
97+
golang.org/x/crypto v0.26.0 // indirect
9898
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
99-
golang.org/x/net v0.27.0 // indirect
99+
golang.org/x/net v0.28.0 // indirect
100100
golang.org/x/oauth2 v0.21.0 // indirect
101-
golang.org/x/sync v0.7.0 // indirect
102-
golang.org/x/sys v0.22.0 // indirect
103-
golang.org/x/term v0.22.0 // indirect
104-
golang.org/x/text v0.16.0 // indirect
101+
golang.org/x/sync v0.8.0 // indirect
102+
golang.org/x/sys v0.24.0 // indirect
103+
golang.org/x/term v0.23.0 // indirect
104+
golang.org/x/text v0.17.0 // indirect
105105
golang.org/x/time v0.3.0 // indirect
106106
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
107107
google.golang.org/protobuf v1.34.2 // indirect

go.sum

+14-14
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
1010
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
1111
github.com/cloudbase/garm v0.1.5 h1:PunOEqBBk0Hwmf8IEUoU2mc5hhF7+G8HaE5qGIHT0ig=
1212
github.com/cloudbase/garm v0.1.5/go.mod h1:gnWVWqefhdOSWdn68GfMnfuNTA+F24TsoLceXe6M3CQ=
13-
github.com/cloudbase/garm-provider-common v0.1.3 h1:8pHSRs2ljwLHgtDrge68dZ7ILUW97VF5h2ZA2fQubGQ=
14-
github.com/cloudbase/garm-provider-common v0.1.3/go.mod h1:VIJzbcg5iwyD4ac99tnnwcActfwibn/VOt2MYOFjf2c=
13+
github.com/cloudbase/garm-provider-common v0.1.4 h1:spRjl0PV4r8vKaCTNp6xBQbRKfls/cmbBEl/i/eGWSo=
14+
github.com/cloudbase/garm-provider-common v0.1.4/go.mod h1:sK26i2NpjjAjhanNKiWw8iPkqt+XeohTKpFnEP7JdZ4=
1515
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1616
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1717
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -202,8 +202,8 @@ go.uber.org/zap v1.26.0/go.mod h1:dtElttAiwGvoJ/vj4IwHBS/gXsEu/pZ50mUIRWuG0so=
202202
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
203203
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
204204
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
205-
golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30=
206-
golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M=
205+
golang.org/x/crypto v0.26.0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw=
206+
golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54=
207207
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e h1:+WEEuIdZHnUeJJmEUjyYC2gfUMj69yZXw17EnHg/otA=
208208
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e/go.mod h1:Kr81I6Kryrl9sr8s2FK3vxD90NdsKWRuOIl2O4CvYbA=
209209
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
@@ -214,26 +214,26 @@ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn
214214
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
215215
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
216216
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
217-
golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys=
218-
golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE=
217+
golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE=
218+
golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg=
219219
golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
220220
golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
221221
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
222222
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
223223
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
224-
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
225-
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
224+
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
225+
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
226226
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
227227
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
228228
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
229-
golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI=
230-
golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
231-
golang.org/x/term v0.22.0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk=
232-
golang.org/x/term v0.22.0/go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4=
229+
golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg=
230+
golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
231+
golang.org/x/term v0.23.0 h1:F6D4vR+EHoL9/sWAWgAR1H2DcHr4PareCbAaCo1RpuU=
232+
golang.org/x/term v0.23.0/go.mod h1:DgV24QBUrK6jhZXl+20l6UWznPlwAHm1Q1mGHtydmSk=
233233
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
234234
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
235-
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
236-
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
235+
golang.org/x/text v0.17.0 h1:XtiM5bkSOt+ewxlOE/aE/AKEHibwj/6gvWMl9Rsh0Qc=
236+
golang.org/x/text v0.17.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
237237
golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=
238238
golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
239239
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=

0 commit comments

Comments
 (0)