From 7db143370222909f553df7ff7b7b7b9390daa6ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:28:26 +0000 Subject: [PATCH 1/2] chore(deps): update dependency ops to v2.16.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1752fe9c..b660157e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cosl==0.0.19 jenkinsapi==0.3.13 jsonschema==4.23.0 -ops==2.16.0 +ops==2.16.1 pydantic==1.10.17 requests==2.32.3 From a2db786b76209fce8e89942cc94744282f0fab42 Mon Sep 17 00:00:00 2001 From: Arturo Seijas Date: Fri, 13 Sep 2024 13:23:09 +0200 Subject: [PATCH 2/2] upgrade juju and microk8s --- .github/workflows/integration_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index d0ada1b5..6221858e 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.py", "test_proxy.py", "test_upgrade.py", "test_external_agent.py"]' @@ -20,7 +20,7 @@ jobs: -c "sudo microk8s config > ${GITHUB_WORKSPACE}/kube-config chmod +x tests/integration/pre_run_script.sh ./tests/integration/pre_run_script.sh" - juju-channel: 3.1/stable + juju-channel: 3.4/stable self-hosted-runner: true self-hosted-runner-label: "xlarge" microk8s-addons: "dns ingress rbac storage metallb:10.15.119.2-10.15.119.4 registry"