Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 24, 2024
1 parent e9d288b commit d1e3b8c
Show file tree
Hide file tree
Showing 8 changed files with 708 additions and 18 deletions.
2 changes: 1 addition & 1 deletion backend-go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN mkdir -p /workspace/app/target/application
RUN CGO_ENABLED=0 GOOS=linux go build -v -o /workspace/app/target/application ./...
HEALTHCHECK --interval=3000s --timeout=30s CMD go version || exit 1

FROM alpine:3.19
FROM alpine:3.20
ARG DEPENDENCY=/workspace/app/target/application
RUN apk add --no-cache bash
RUN addgroup -S appgroup && adduser -S 1001 -G appgroup
Expand Down
4 changes: 2 additions & 2 deletions backend-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/bcgov/quickstart-openshift-backends/backend-go

go 1.21

toolchain go1.22.2
toolchain go1.22.3

require (
github.com/devfeel/mapper v0.7.13
Expand All @@ -14,7 +14,7 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/swaggo/swag v1.16.3
gorm.io/driver/postgres v1.5.7
gorm.io/gorm v1.25.9
gorm.io/gorm v1.25.10
)

require (
Expand Down
2 changes: 2 additions & 0 deletions backend-go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,6 @@ gorm.io/gorm v1.25.8 h1:WAGEZ/aEcznN4D03laj8DKnehe1e9gYQAjW8xyPRdeo=
gorm.io/gorm v1.25.8/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8=
gorm.io/gorm v1.25.9 h1:wct0gxZIELDk8+ZqF/MVnHLkA1rvYlBWUMv2EdsK1g8=
gorm.io/gorm v1.25.9/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8=
gorm.io/gorm v1.25.10 h1:dQpO+33KalOA+aFYGlK+EfxcI5MbO7EP2yYygwh9h+s=
gorm.io/gorm v1.25.10/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8=
sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8=
706 changes: 697 additions & 9 deletions backend-py/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{ include = "backend_python" }]

[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.110.0"
fastapi = "^0.111.0"
uvicorn = "^0.29.0"
sqlalchemy = "^2.0.21"
pydantic = {version ="^1.10.9", extras = ["email"]}
Expand Down
6 changes: 3 additions & 3 deletions charts/quickstart-openshift-backends/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.2.5
digest: sha256:86c8dbc11546941771c7b2dbfb6f9d9cc7fdccc32e678381bbfab0744b26f76c
generated: "2024-04-21T11:30:32.413085349Z"
version: 15.4.0
digest: sha256:c4fafaa46dee19c8447035b2bb266eed2ebf8ac7fe065efc2e6fb615c7f3f1a5
generated: "2024-05-23T20:31:43.47776587Z"
2 changes: 1 addition & 1 deletion charts/quickstart-openshift-backends/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ appVersion: "1.16.0"
dependencies:
- name: postgresql
condition: bitnami-pg.enabled
version: 15.2.5
version: 15.4.0
repository: https://charts.bitnami.com/bitnami
alias: bitnami-pg
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/quickstart-openshift-backends/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ bitnami-pg:
image:
registry: ghcr.io
repository: bcgov/nr-containers/bitnami/postgresql
tag: 15.6.0
tag: 15.7.0
auth:
existingSecret: '{{ .Release.Name }}'
username: 'quickstart'
Expand Down

0 comments on commit d1e3b8c

Please sign in to comment.