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: 1 addition & 1 deletion .github/workflows/publish_spoe_auth_snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
- uses: snapcore/action-build@v1.3.0
id: build
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_terraform_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
WORKING_DIR: 'terraform'
steps:
- name: Check out code
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1

- name: Prepare juju tf provider environment
run: |
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sphinx-ubuntu-images==0.2.0
sphinx-youtube-links==0.1.0

# Other dependencies
packaging==26.2
packaging==26.3
sphinxcontrib-svg2pdfconverter[CairoSVG]==2.1.0
sphinx-last-updated-by-git==0.3.8
sphinx-sitemap==2.9.0
Expand All @@ -32,4 +32,4 @@ rst2html==2020.7.4
vale==3.13.0.0

# Additional extensions
sphinxcontrib-mermaid==2.0.3
sphinxcontrib-mermaid==2.1.0
6 changes: 3 additions & 3 deletions haproxy-ddos-protection-configurator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3.14",
]
dependencies = [
"ops==3.8.0",
"ops==3.8.1",
"pydantic==2.13.4",
]

Expand All @@ -23,7 +23,7 @@ fmt = [ "ruff" ]
lint = [
"codespell",
"jinja2==3.1.6",
"jubilant==1.11.0",
"jubilant==1.12.0",
"mypy",
"ops[testing]",
"pep8-naming",
Expand All @@ -43,7 +43,7 @@ integration = [
"allure-pytest-collection-report @ git+https://github.com/canonical/data-platform-workflows@v24.0.0#subdirectory=python/pytest_plugins/allure_pytest_collection_report",
"httpx[http2]==0.28.1",
"jinja2==3.1.6",
"jubilant==1.11.0",
"jubilant==1.12.0",
"juju==3.6.1.3",
"opcli",
"protobuf==6.33.6",
Expand Down
24 changes: 12 additions & 12 deletions haproxy-ddos-protection-configurator/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions haproxy-operator/lib/charms/haproxy/v0/ddos_protection.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2025 Canonical Ltd.
# See LICENSE file for licensing details.

"""DDoS protection interface library.

## Getting Started
Expand Down
3 changes: 3 additions & 0 deletions haproxy-operator/lib/charms/haproxy/v1/haproxy_route_tcp.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2025 Canonical Ltd.
# See LICENSE file for licensing details.

# pylint: disable=too-many-lines,duplicate-code
"""Haproxy-route interface library.

Expand Down
3 changes: 3 additions & 0 deletions haproxy-operator/lib/charms/haproxy/v2/haproxy_route.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2025 Canonical Ltd.
# See LICENSE file for licensing details.

# pylint: disable=too-many-lines
"""Haproxy-route interface library.

Expand Down
12 changes: 6 additions & 6 deletions haproxy-operator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ classifiers = [
]
dependencies = [
"charmlibs-interfaces-tls-certificates>=1.8.1",
"cosl==1.10.1",
"cosl==1.10.2",
"cryptography==50.0.0",
"interface-hacluster @ git+https://github.com/charmed-kubernetes/charm-interface-hacluster@1.32+ck2",
"jsonschema==4.26.0",
"opentelemetry-api==1.44.0",
"ops==3.8.0",
"ops==3.8.1",
"pydantic==2.13.4",
"validators>=0.35.0",
]
Expand All @@ -30,7 +30,7 @@ fmt = [ "ruff" ]
lint = [
"codespell",
"jinja2==3.1.6",
"jubilant==1.11.0",
"jubilant==1.12.0",
"mypy",
"ops[testing]",
"pep8-naming",
Expand All @@ -52,14 +52,14 @@ integration = [
"grpcio-reflection>=1.76.0",
"httpx[http2]==0.28.1",
"jinja2==3.1.6",
"jubilant==1.11.0",
"jubilant==1.12.0",
"juju==3.6.1.3",
"opcli",
"protobuf==6.33.6",
"playwright==1.61.0",
"playwright==1.62.0",
"pytest",
"pytest-jubilant>=2,<3",
"requests==2.32.5",
"requests==2.34.2",
"websockets<18",
]

Expand Down
Loading
Loading