Skip to content

Commit fdf5e3c

Browse files
authored
Merge pull request #1037 from Aflynn50/release-3.4.0.0
#1037 ## What's Changed * Add build test and update issue template by @cderici in #1030 * fix: machine scp & ssh by @yanksyoon in #1020 * Bugfix none type on master by @Aflynn50 in #1036
2 parents 7aa83cb + b89dd1e commit fdf5e3c

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: charmed-kubernetes/actions-operator@main
8484
with:
8585
provider: lxd
86-
juju-channel: 3.3/stable
86+
juju-channel: 3.4/stable
8787
# 2023-01-11 Commented until we discover a
8888
# clear approach for this.
8989
# - name: Set proxy in controller

.github/workflows/test_candidate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: charmed-kubernetes/actions-operator@main
5555
with:
5656
provider: lxd
57-
juju-channel: 3.3/candidate
57+
juju-channel: 3.4/candidate
5858
- name: Setup Python
5959
if: ${{ env.next-test != 'NA' }}
6060
uses: actions/setup-python@v4

.github/workflows/test_edge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: charmed-kubernetes/actions-operator@main
5555
with:
5656
provider: lxd
57-
juju-channel: 3.3/edge
57+
juju-channel: 3.4/edge
5858
- name: Setup Python
5959
if: ${{ env.next-test != 'NA' }}
6060
uses: actions/setup-python@v4

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
---------
33

4+
3.4.0.0
5+
^^^^^^^
6+
7+
Monday 25th Mar 2024
8+
9+
## What's Changed
10+
11+
* Add build test and update issue template by @cderici in https://github.com/juju/python-libjuju/pull/1030
12+
* fix: machine scp & ssh by @yanksyoon in https://github.com/juju/python-libjuju/pull/1020
13+
* Bugfix none type on master by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1036
14+
415
3.3.1.1
516
^^^^^^^
617

juju/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
DEFAULT_ARCHITECTURE = 'amd64'
77

8-
CLIENT_VERSION = "3.3.1.1"
8+
CLIENT_VERSION = "3.4.0.0"

0 commit comments

Comments
 (0)