-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#16642 from wallyworld/merge-3.4-20231129
juju#16642 Merge 3.4 juju#16598 [from wallyworld/get-owned-secrets](juju@4d0cd7d) juju#16596 [from manadart/2.9-fix-bad-clouds-panic](juju@7027d79) juju#16603 [from wallyworld/inhook-secret-refresh](juju@cb7ad3b) juju#16583 [from jack-w-shaw/update_merge_bot](juju@d4b9e00) juju#16576 [from SimonRichardson/pre-check-facades-migr…](juju@ad85101) juju#16610 [from wallyworld/cli-help-fixes](juju@dc94b09) juju#16465 [from hpidcock/fix-docker-auth-challenges](juju@f80096d) juju#16616 [from wallyworld/fix-topologykey-constraint](juju@060e175) juju#16617 [from wallyworld/remove-placeholder-port](juju@d57438a) juju#16618 [from manadart/2.9-destroy-storage-with-test…](juju@3b81a00) juju#16584 [from hmlanigan/fix-deploy-ci-lxd-series](juju@7c1d995) Conflicts ``` # Conflicts: # api/apiclient.go # api/client/charms/downloader_s3.go # api/export_test.go # api/facadeversions.go # api/facadeversions_test.go # api/package_test.go # apiserver/allfacades.go # apiserver/common/secrets/access.go # apiserver/facades/agent/secretsmanager/secrets.go # apiserver/facades/agent/uniter/uniter.go # apiserver/facades/agent/uniter/uniter_test.go # apiserver/facades/controller/migrationtarget/migrationtarget.go # apiserver/facades/controller/migrationtarget/migrationtarget_test.go # apiserver/facades/controller/migrationtarget/register.go # caas/kubernetes/provider/specs/admissionregistration.go # core/charm/repository/charmhub.go # core/charm/repository/charmhub_test.go # go.mod # go.sum # internal/migration/precheck.go # worker/uniter/runner/context/context_test.go ```
- Loading branch information
Showing
99 changed files
with
3,013 additions
and
1,201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: Merge | ||
on: | ||
push: | ||
branches: ['2.9', '3.1', '3.2', '3.3'] | ||
branches: ['2.9', '3.1', '3.3', '3.4'] | ||
|
||
jobs: | ||
check-merge: | ||
|
@@ -10,9 +10,9 @@ jobs: | |
env: | ||
MERGE_TARGETS: | | ||
2.9: 3.1 | ||
3.1: 3.2 | ||
3.2: 3.3 | ||
3.3: main | ||
3.1: 3.3 | ||
3.3: 3.4 | ||
3.4: main | ||
steps: | ||
- name: Determine source/target branches | ||
|
@@ -54,7 +54,7 @@ jobs: | |
# Need to set Git username/email to do the merge (yawn) | ||
git config user.name 'jujubot' | ||
git config user.email '[email protected]' | ||
set +e | ||
git switch "$TARGET_BRANCH" | ||
git merge "$SOURCE_BRANCH" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.