Skip to content

Commit 5edee07

Browse files
Update Juju agents (patch) (#287)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [juju/juju](https://redirect.github.com/juju/juju) | patch | `3.4.3` -> `3.4.5` | | [juju/juju](https://redirect.github.com/juju/juju) | patch | `2.9.49` -> `2.9.50` | --- ### Release Notes <details> <summary>juju/juju (juju/juju)</summary> ### [`v3.4.5`](https://redirect.github.com/juju/juju/releases/tag/v3.4.5): Juju 3.4.5 [Compare Source](https://redirect.github.com/juju/juju/compare/v3.4.4...v3.4.5) ##### The Juju team is proud to release Juju 3.4.5! This is a point release to the stable 3.4 series of Juju. Checkout the [Juju 3.4.5 Release Notes](https://discourse.charmhub.io/t/roadmap-releases/5064) ### [`v3.4.4`](https://redirect.github.com/juju/juju/releases/tag/v3.4.4): Juju 3.4.4 [Compare Source](https://redirect.github.com/juju/juju/compare/v3.4.3...v3.4.4) ##### The Juju team is proud to release Juju 3.4.4! This is a point release to the stable 3.4 series of Juju. Checkout the [Juju 3.4.4 Release Notes](https://discourse.charmhub.io/t/roadmap-releases/5064) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 1am and before 3am every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/mysql-router-k8s-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM4LjgwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 715717c commit 5edee07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@ jobs:
7373
fail-fast: false
7474
matrix:
7575
juju:
76-
- agent: 2.9.49 # renovate: juju-agent-pin-minor
76+
- agent: 2.9.50 # renovate: juju-agent-pin-minor
7777
libjuju: ^2
7878
allure_on_amd64: false
79-
- agent: 3.4.3 # renovate: juju-agent-pin-minor
79+
- agent: 3.4.5 # renovate: juju-agent-pin-minor
8080
allure_on_amd64: true
8181
- snap_channel: 3.6/beta
8282
allure_on_amd64: false
8383
architecture:
8484
- amd64
8585
include:
8686
- juju:
87-
agent: 3.4.3 # renovate: juju-agent-pin-minor
87+
agent: 3.4.5 # renovate: juju-agent-pin-minor
8888
allure_on_amd64: true
8989
architecture: arm64
9090
- juju:

0 commit comments

Comments
 (0)