Skip to content

Commit

Permalink
build: bump juju 2.9.44.0, sdi->0.7.0, pyyaml->6.0.1 (#306)
Browse files Browse the repository at this point in the history
* build: bump juju 2.9.44.0, sdi->0.7.0, pyyaml->6.0.1

Part of canonical/bundle-kubeflow#648

* ci: install juju from channel 2.9/stable
  • Loading branch information
DnPlas authored Aug 7, 2023
1 parent 7936583 commit 7af7d94
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 16 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
set -eux
sudo snap install charmcraft --classic --channel=latest/candidate
sudo snap install juju --classic
sudo snap install juju --channel=2.9/stable --classic
sudo snap install juju-bundle --classic
sudo snap install juju-wait --classic
sudo apt update
Expand Down Expand Up @@ -136,6 +136,8 @@ jobs:
channel: 1.24/stable
# Pinning juju agent to 2.9.42 to keep compatibility with pythonlib-juju<3
bootstrap-options: --agent-version="2.9.42"
juju-channel: 2.9/stable

- run: sg microk8s -c "microk8s enable metallb:'10.64.140.43-10.64.140.49,192.168.0.105-192.168.0.111'"
- run: juju add-model cos-test

Expand Down
6 changes: 3 additions & 3 deletions charms/istio-gateway/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking requirements-unit.in
# pip-compile requirements-unit.in
#
anyio==3.7.0
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ pytest-lazy-fixture==0.6.3
# via -r requirements-unit.in
pytest-mock==3.10.0
# via -r requirements-unit.in
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements.txt
# lightkube
Expand All @@ -106,7 +106,7 @@ requests==2.31.0
# via
# -r requirements.txt
# serialized-data-interface
serialized-data-interface==0.6.0
serialized-data-interface==0.7.0
# via -r requirements.txt
sniffio==1.3.0
# via
Expand Down
6 changes: 3 additions & 3 deletions charms/istio-gateway/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking requirements.in
# pip-compile requirements.in
#
anyio==3.7.0
# via httpcore
Expand Down Expand Up @@ -52,7 +52,7 @@ pkgutil-resolve-name==1.3.10
# via jsonschema
pyrsistent==0.19.3
# via jsonschema
pyyaml==6.0
pyyaml==6.0.1
# via
# lightkube
# ops
Expand All @@ -61,7 +61,7 @@ requests==2.31.0
# via
# -r requirements.in
# serialized-data-interface
serialized-data-interface==0.6.0
serialized-data-interface==0.7.0
# via -r requirements.in
sniffio==1.3.0
# via
Expand Down
6 changes: 3 additions & 3 deletions charms/istio-pilot/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking requirements-unit.in
# pip-compile requirements-unit.in
#
anyio==3.7.0
# via
Expand Down Expand Up @@ -113,7 +113,7 @@ pytest-lazy-fixture==0.6.3
# via -r requirements-unit.in
pytest-mock==3.10.0
# via -r requirements-unit.in
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements.txt
# lightkube
Expand All @@ -131,7 +131,7 @@ ruamel-yaml-clib==0.2.7
# via
# -r requirements.txt
# ruamel-yaml
serialized-data-interface==0.6.0
serialized-data-interface==0.7.0
# via -r requirements.txt
sniffio==1.3.0
# via
Expand Down
6 changes: 3 additions & 3 deletions charms/istio-pilot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking requirements.in
# pip-compile requirements.in
#
anyio==3.7.0
# via httpcore
Expand Down Expand Up @@ -63,7 +63,7 @@ pkgutil-resolve-name==1.3.10
# via jsonschema
pyrsistent==0.19.3
# via jsonschema
pyyaml==6.0
pyyaml==6.0.1
# via
# lightkube
# ops
Expand All @@ -76,7 +76,7 @@ ruamel-yaml==0.17.31
# via charmed-kubeflow-chisme
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
serialized-data-interface==0.6.0
serialized-data-interface==0.7.0
# via -r requirements.in
sniffio==1.3.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking requirements-integration.in
# pip-compile requirements-integration.in
#
aiohttp==3.8.4
# via -r requirements-integration.in
Expand Down Expand Up @@ -80,7 +80,7 @@ jedi==0.18.2
# via ipython
jinja2==3.1.2
# via pytest-operator
juju==2.9.42.4
juju==2.9.44.0
# via
# -r requirements-integration.in
# pytest-operator
Expand Down Expand Up @@ -162,7 +162,7 @@ python-dateutil==2.8.2
# via kubernetes
pytz==2023.3
# via pyrfc3339
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements-integration.in
# juju
Expand Down

0 comments on commit 7af7d94

Please sign in to comment.