-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update dependency juju/juju to v2.9.49 #253
Conversation
.github/workflows/ci.yaml
Outdated
@@ -73,7 +73,7 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
juju: | |||
- agent: 2.9.45 # renovate: juju-agent-pin-minor | |||
- agent: 2.9.46 # renovate: juju-agent-pin-minor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't get this. The latest juju 2.9/stable is 2.9.49. Why 2.9.46? CC: @carlcsaposs-canonical
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like it might be a renovate bug
tried enabling option to separate minor & patch, but that didn't help main...carlcsaposs-canonical:mysql-router-k8s-operator:main
snippet of renovate debug logs
"deps": [
{
"depName": "juju/juju",
"currentValue": "2.9.45",
"datasource": "github-releases",
"versioning": "semver",
"extractVersion": "^juju-(?<version>.*)$",
"replaceString": "2.9.45 # renovate: juju-agent-pin-minor",
"updates": [
{
"bucket": "patch",
"newVersion": "2.9.46",
"newValue": "2.9.46",
"releaseTimestamp": "2023-12-05T09:28:18.000Z",
"newMajor": 2,
"newMinor": 9,
"newPatch": 46,
"updateType": "patch",
"branchName": "renovate/patch-juju-agents"
},
{
"bucket": "major",
"newVersion": "3.3.0",
"newValue": "3.3.0",
"releaseTimestamp": "2023-11-10T08:00:25.000Z",
"newMajor": 3,
"newMinor": 3,
"newPatch": 0,
"updateType": "major",
"branchName": "renovate/major-juju-agents"
}
],
1b2bc97
to
2b50397
Compare
2b50397
to
7533f5b
Compare
7533f5b
to
657fb08
Compare
This PR contains the following updates:
2.9.45
->2.9.49
Release Notes
juju/juju (juju/juju)
v2.9.49
: Juju 2.9.49Compare Source
The Juju team is proud to release Juju 2.9.49!
This is a point release to the stable 2.9 series of Juju.
Checkout the Juju 2.9.49 Release Notes
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.