Skip to content

Commit

Permalink
chore(deps): update dependency ops to v2.17.0 (#229)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Yanks Yoon <[email protected]>
Co-authored-by: Weii Wang <[email protected]>
  • Loading branch information
3 people authored Dec 3, 2024
1 parent 68915b6 commit 78c1a54
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
9 changes: 8 additions & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@

# openstack-objectstorage-k8s (https://git.launchpad.net/~canonical-sysadmins/wordpress/+git/openstack-objectstorage-k8s)
CVE-2022-29248
CVE-2022-31042
CVE-2022-31043
CVE-2022-31090
CVE-2022-31091
CVE-2022-24775
CVE-2023-29197
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mysql-connector-python
ops==2.14.0
ops==2.14.1
requests==2.32.3
pydantic>=1,<2
2 changes: 1 addition & 1 deletion tests/integration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cosl
juju>=2.9,<3
kubernetes>=25.3,<26
macaroonbakery==1.3.1
pillow
pytest==8.1.1
pytest-cov
Expand All @@ -11,3 +10,4 @@ python-swiftclient
requests
types-PyYAML
types-requests
websockets<14
10 changes: 8 additions & 2 deletions wordpress_rock/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ parts:
a2enmod rewrite
a2enmod ssl
EOF
apache-exporter:
plugin: go
build-snaps:
- go/1.22/stable
source: https://github.com/Lusitaniae/apache_exporter.git
source-type: git
source-tag: v1.0.9
source-depth: 1
wordpress:
after:
- apache2
Expand All @@ -74,8 +82,6 @@ parts:
- WP_VERSION: 6.4.3
build-packages:
- curl
stage-snaps:
- rocks-apache-prometheus-exporter/latest/edge
override-build: |
curl -sSL --create-dirs https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar -o wp
chmod +x wp
Expand Down

0 comments on commit 78c1a54

Please sign in to comment.