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
4 changes: 0 additions & 4 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
CVE-2024-45337
CVE-2025-22869
CVE-2025-58183
CVE-2025-58186
CVE-2025-58187
CVE-2025-58188
CVE-2025-68121
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ paas-charm==1.9.2
passlib==1.7.4
python-gnupg==0.5.6
requests==2.32.5
setuptools==80.10.2
setuptools==82.0.0
1 change: 1 addition & 0 deletions terraform/charm/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# See LICENSE file for licensing details.

terraform {
required_version = ">= 1.7.2"
required_providers {
juju = {
source = "juju/juju"
Expand Down
2 changes: 1 addition & 1 deletion terraform/product/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module "hockeypuck_k8s" {
}

module "postgresql" {
source = "git::https://github.com/canonical/postgresql-operator//terraform"
source = "git::https://github.com/canonical/postgresql-operator//terraform?ref=v16/1.195.0&depth=1"
app_name = var.postgresql.app_name
channel = var.postgresql.channel
config = var.postgresql.config
Expand Down
1 change: 1 addition & 0 deletions terraform/product/modules/traefik-k8s/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# See LICENSE file for licensing details.

terraform {
required_version = ">= 1.7.2"
required_providers {
juju = {
source = "juju/juju"
Expand Down
1 change: 1 addition & 0 deletions terraform/product/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# See LICENSE file for licensing details.

terraform {
required_version = ">= 1.7.2"
required_providers {
juju = {
source = "juju/juju"
Expand Down
Loading