Skip to content

Commit

Permalink
chore: bump balchua/microk8s-actions from 0.3.2 to 0.4.3 (canonical#1403
Browse files Browse the repository at this point in the history
)

Bumps
[balchua/microk8s-actions](https://github.com/balchua/microk8s-actions)
from 0.3.2 to 0.4.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/balchua/microk8s-actions/releases">balchua/microk8s-actions's
releases</a>.</em></p>
<blockquote>
<h2>Release v0.4.3</h2>
<p>Upgrade <code>node16</code> to <code>node20</code></p>
<h2>Increase the hostpath provisioner timeout to 15m</h2>
<p>This is a minor release. It simply updates the
<code>hostpath-provisioner</code> rollout timeout to <code>15m</code>
instead of the previous <code>120s</code>. Some runners maybe a little
slow in responding, hence the increased timeout.
If the rollout finishes early, then it will return immediately.</p>
<p>Hopefully this addresses <a
href="https://github.com/balchua/microk8s-actions/issues/20">#20</a></p>
<h2>Release v0.4.1</h2>
<p>This release increases the timeout when enabling the hostpath storage
and the persistent volume to about <code>120s</code>.
Fixes <a
href="https://github.com/balchua/microk8s-actions/issues/20">#20</a></p>
<h2>Release v0.4.0</h2>
<p>Support new MicroK8s <a
href="https://microk8s.io/docs/explain-launch-config#:~:text=A%20launch%20configuration%20is%20a,on%20each%20cluster%20node%20separately.">launch
configuration</a> and image side loading.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/balchua/microk8s-actions/commit/13f73436011eb4925c22526f64fb3ecdd81289a9"><code>13f7343</code></a>
update node to node20</li>
<li><a
href="https://github.com/balchua/microk8s-actions/commit/e99a1ffcd3bb2682d941104cf6c1a215c657903f"><code>e99a1ff</code></a>
point to master</li>
<li><a
href="https://github.com/balchua/microk8s-actions/commit/65ff1f88f8ecd153879a9b6955659f3144b27714"><code>65ff1f8</code></a>
Fix/pv timeout (<a
href="https://github.com/balchua/microk8s-actions/issues/21">#21</a>)</li>
<li><a
href="https://github.com/balchua/microk8s-actions/commit/bd37d99d167cfd7499a33c97eaaa04688a1a25b6"><code>bd37d99</code></a>
increase roll out status timeout</li>
<li><a
href="https://github.com/balchua/microk8s-actions/commit/f1cde1d0af46ca6748c6af82f04f93227576d141"><code>f1cde1d</code></a>
use actions matrix to test multiple versions</li>
<li><a
href="https://github.com/balchua/microk8s-actions/commit/1833e4656336be7394c9db8a29f5c7fc2d3ccf37"><code>1833e46</code></a>
test with strict confinement</li>
<li><a
href="https://github.com/balchua/microk8s-actions/commit/aad76f297a934b38c4cc6f0240d9b820d8b539d2"><code>aad76f2</code></a>
test with strict confinement</li>
<li><a
href="https://github.com/balchua/microk8s-actions/commit/1e8e626239c2befe7cd5d258c96ae152a7259c74"><code>1e8e626</code></a>
Feat/launch config (<a
href="https://github.com/balchua/microk8s-actions/issues/18">#18</a>)</li>
<li><a
href="https://github.com/balchua/microk8s-actions/commit/42c944a035e0fdcf400011f9e705f72606f2e258"><code>42c944a</code></a>
add troubleshooting guide (<a
href="https://github.com/balchua/microk8s-actions/issues/16">#16</a>)</li>
<li>See full diff in <a
href="https://github.com/balchua/microk8s-actions/compare/v0.3.2...v0.4.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=balchua/microk8s-actions&package-manager=github_actions&previous-version=0.3.2&new-version=0.4.3)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and tonyandrewmeyer committed Oct 9, 2024
1 parent 2790c96 commit 0b0d49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Set up Microk8s
if: matrix.cloud == 'microk8s'
uses: balchua/microk8s-actions@v0.3.2
uses: balchua/microk8s-actions@v0.4.3
with:
channel: '1.26-strict/stable'
devMode: 'true'
Expand Down

0 comments on commit 0b0d49a

Please # to comment.