Skip to content

Commit

Permalink
Merge pull request #1037 from Aflynn50/release-3.4.0.0
Browse files Browse the repository at this point in the history
#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
  • Loading branch information
jujubot authored Mar 27, 2024
2 parents 7aa83cb + b89dd1e commit fdf5e3c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion juju/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

DEFAULT_ARCHITECTURE = 'amd64'

CLIENT_VERSION = "3.3.1.1"
CLIENT_VERSION = "3.4.0.0"

0 comments on commit fdf5e3c

Please sign in to comment.