From 76af7e89faebbe0988c38a99000569ceb5ded357 Mon Sep 17 00:00:00 2001 From: Alastair Flynn Date: Mon, 25 Mar 2024 14:56:11 -0400 Subject: [PATCH 1/2] Release 3.4.0.0 notes --- docs/changelog.rst | 11 +++++++++++ juju/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 52a9be2e..630f6dc6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,17 @@ Changelog --------- +3.4.0.0 +^^^^^^^ + +Monday 25th Mar 2024 + +## What's Changed + +* Add build test and update issue template by @cderici in https://github.com/juju/python-libjuju/pull/1030 +* fix: machine scp & ssh by @yanksyoon in https://github.com/juju/python-libjuju/pull/1020 +* Bugfix none type on master by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1036 + 3.3.1.1 ^^^^^^^ diff --git a/juju/version.py b/juju/version.py index 0e4ae30d..0856555e 100644 --- a/juju/version.py +++ b/juju/version.py @@ -5,4 +5,4 @@ DEFAULT_ARCHITECTURE = 'amd64' -CLIENT_VERSION = "3.3.1.1" +CLIENT_VERSION = "3.4.0.0" From b89dd1ed5cced266211e589f4eb51473836cc9ee Mon Sep 17 00:00:00 2001 From: Alastair Flynn Date: Tue, 26 Mar 2024 10:18:23 -0400 Subject: [PATCH 2/2] Bump actions version to 3.4 --- .github/workflows/test.yaml | 2 +- .github/workflows/test_candidate.yaml | 2 +- .github/workflows/test_edge.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 33ddeec9..2694cca0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -83,7 +83,7 @@ jobs: uses: charmed-kubernetes/actions-operator@main with: provider: lxd - juju-channel: 3.3/stable + juju-channel: 3.4/stable # 2023-01-11 Commented until we discover a # clear approach for this. # - name: Set proxy in controller diff --git a/.github/workflows/test_candidate.yaml b/.github/workflows/test_candidate.yaml index 51e85d31..e9428b41 100644 --- a/.github/workflows/test_candidate.yaml +++ b/.github/workflows/test_candidate.yaml @@ -54,7 +54,7 @@ jobs: uses: charmed-kubernetes/actions-operator@main with: provider: lxd - juju-channel: 3.3/candidate + juju-channel: 3.4/candidate - name: Setup Python if: ${{ env.next-test != 'NA' }} uses: actions/setup-python@v4 diff --git a/.github/workflows/test_edge.yaml b/.github/workflows/test_edge.yaml index cebdea45..663ec650 100644 --- a/.github/workflows/test_edge.yaml +++ b/.github/workflows/test_edge.yaml @@ -54,7 +54,7 @@ jobs: uses: charmed-kubernetes/actions-operator@main with: provider: lxd - juju-channel: 3.3/edge + juju-channel: 3.4/edge - name: Setup Python if: ${{ env.next-test != 'NA' }} uses: actions/setup-python@v4