From 04047dfeb48ff8bd54699748bbc4d6528fbbe5ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:15:30 +0800 Subject: [PATCH] chore(deps): update dependency ops to v2.16.1 (#191) * chore(deps): update dependency ops to v2.16.1 * upgrade juju and microk8s --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arturo Seijas Co-authored-by: arturo-seijas <102022572+arturo-seijas@users.noreply.github.com> Co-authored-by: Yanks Yoon <37652070+yanksyoon@users.noreply.github.com> Co-authored-by: Amanda H. L. de Andrade Katz --- .github/workflows/integration_test.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 498b2de8..af4ddbed 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -12,7 +12,7 @@ jobs: uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main secrets: inherit with: - channel: 1.28-strict/stable + channel: 1.31-strict/stable extra-arguments: | --kube-config=${GITHUB_WORKSPACE}/kube-config modules: '["test_auth_proxy.py", "test_cos.py", "test_ingress.py", "test_jenkins.py", "test_k8s_agent.py", "test_machine_agent.py", "test_plugins_part_1.py", "test_plugins_part_2.py", "test_proxy.py", "test_upgrade.py", "test_external_agent.py"]' diff --git a/requirements.txt b/requirements.txt index ae83c8fc..f6277f19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cosl==0.0.45 jenkinsapi==0.3.13 jsonschema==4.23.0 -ops==2.16.0 +ops==2.16.1 pydantic==1.10.19 requests==2.32.3