Skip to content

Commit

Permalink
Merge pull request #52 from gboutry/revert/juju-3.1
Browse files Browse the repository at this point in the history
Revert "Merge pull request #17 from gnuoy/use-juju-3.1"
  • Loading branch information
Liam Young authored Oct 31, 2023
2 parents 8ccbb74 + 5c7caa8 commit 68d7e9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions sunbeam-python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ pexpect
# YAML parsing library
pyyaml>=6.0

# Set upper bound to match Juju 3.1.x series target
juju>=3.1,<3.2
# Set upper bound to match Juju 3.2.x series target
# 3.2.3 has introduced a regression
juju>=3.2,<3.2.3

# Used in the launch command to launch an instance
petname
Expand Down
2 changes: 1 addition & 1 deletion sunbeam-python/sunbeam/commands/prepare_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
console = Console()


JUJU_CHANNEL = "3.1/stable"
JUJU_CHANNEL = "3.2/stable"
SUPPORTED_RELEASE = "jammy"

PREPARE_NODE_TEMPLATE = f"""#!/bin/bash
Expand Down

0 comments on commit 68d7e9e

Please sign in to comment.