Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/bot_pr_approval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ on:
jobs:
bot_pr_approval:
uses: canonical/operator-workflows/.github/workflows/bot_pr_approval.yaml@main
permissions:
pull-requests: write
secrets: inherit

8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
id: snapcraft-build
uses: snapcore/action-build@v1

- uses: actions/upload-artifact@v5
with:
name: charmed-http-proxy-policy-snap
path: "*.snap"
- uses: actions/upload-artifact@v6
with:
name: charmed-http-proxy-policy-snap
path: "*.snap"

- name: Publish Snap
env:
Expand Down
13 changes: 11 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
matrix:
charm: [squid-forward-proxy, http-proxy-policy, http-proxy-configurator]
uses: canonical/operator-workflows/.github/workflows/test.yaml@main
permissions:
contents: read
pull-requests: write
secrets: inherit
with:
self-hosted-runner: false
Expand All @@ -30,6 +33,10 @@ jobs:
charm: [squid-forward-proxy, http-proxy-policy, http-proxy-configurator]
uses:
canonical/operator-workflows/.github/workflows/integration_test.yaml@main
permissions:
contents: read
packages: write
pull-requests: write
secrets: inherit
with:
juju-channel: '3/stable'
Expand All @@ -42,13 +49,15 @@ jobs:
contents: write
needs:
- integration-tests
permissions:
contents: write
uses: canonical/operator-workflows/.github/workflows/allure_report.yaml@main

http-proxy-policy:
name: HTTP Proxy Policy Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- uses: actions/setup-python@v6
with:
python-version: '3.x'
Expand All @@ -75,7 +84,7 @@ jobs:
id: snapcraft-build
uses: snapcore/action-build@v1

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: charmed-http-proxy-policy-snap
path: "*.snap"
2 changes: 1 addition & 1 deletion http-proxy-configurator-operator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ops==3.4.0
ops==3.5.1
pydantic==2.12.5
2 changes: 1 addition & 1 deletion http-proxy-policy-operator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ops==3.4.0
ops==3.5.1
pydantic==2.12.5
requests==2.32.5
2 changes: 1 addition & 1 deletion squid-forward-proxy-operator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ops==3.4.0
ops==3.5.1
pydantic==2.12.5
Loading