Skip to content

Commit 2be7211

Browse files
chore(deps): update all non-major dependencies
1 parent dab093d commit 2be7211

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
build:
2727
needs: prepare_jobs
2828
name: dargstack rgen
29-
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.5.6
29+
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.5.7
3030
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
3131
release-semantic:
3232
needs: build
3333
name: Semantic Release
34-
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.6
34+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.7
3535
permissions:
3636
contents: write
3737
secrets:

.github/workflows/release-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release-schedule:
1010
name: "Release: Scheduled"
11-
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.5.6
11+
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.5.7
1212
secrets:
1313
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414
with:

src/development/stack.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ services:
218218
constraints:
219219
- node.role == manager
220220
replicas: 1
221-
image: portainer/portainer-ce:2.28.1-alpine
221+
image: portainer/portainer-ce:2.29.0-alpine
222222
secrets:
223223
- portainer_admin-password
224224
volumes:
@@ -230,7 +230,7 @@ services:
230230
placement:
231231
constraints:
232232
- node.platform.os == linux
233-
image: portainer/agent:2.28.1
233+
image: portainer/agent:2.29.0
234234
volumes:
235235
- /var/run/docker.sock:/var/run/docker.sock
236236
- /var/lib/docker/volumes:/var/lib/docker/volumes
@@ -299,7 +299,7 @@ services:
299299
- traefik.http.routers.prometheus_secure.rule=Host(`prometheus.${STACK_DOMAIN}`)
300300
- traefik.http.routers.prometheus_secure.tls.options=mintls13@file #DARGSTACK-REMOVE
301301
- traefik.http.services.prometheus.loadbalancer.server.port=9090
302-
image: prom/prometheus:v3.2.1
302+
image: prom/prometheus:v3.3.0
303303
volumes:
304304
- ../production/configurations/prometheus/prometheus.yaml:/etc/prometheus/prometheus.yml:ro
305305
- prometheus_data:/prometheus
@@ -336,7 +336,7 @@ services:
336336
# timeout: 10s
337337
# retries: 3
338338
# start_period: 10s
339-
image: redpandadata/redpanda:v24.3.9
339+
image: redpandadata/redpanda:v24.3.10
340340
volumes:
341341
- redpanda_data:/var/lib/redpanda/data
342342
redpanda-console:

src/production/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ services:
127127
- (( append ))
128128
- traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex
129129
- traefik.http.routers.vibetype_secure.tls.certresolver=default
130-
image: ghcr.io/maevsi/vibetype:10.5.0
130+
image: ghcr.io/maevsi/vibetype:10.8.0
131131
user: (( prune ))
132132
vibetype_beta:
133133
# You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
@@ -151,7 +151,7 @@ services:
151151
NUXT_PUBLIC_VIBETYPE_EMAIL_LIMIT24H: ${VIBETYPE_NUXT_PUBLIC_VIBETYPE_EMAIL_LIMIT24H}
152152
NUXT_PUBLIC_VIO_ENVIRONMENT: beta
153153
PGHOST: ${VIBETYPE_PGHOST}
154-
image: ghcr.io/maevsi/vibetype:10.5.0
154+
image: ghcr.io/maevsi/vibetype:10.8.0
155155
secrets:
156156
- source: vibetype_api-notification-secret
157157
target: /run/environment-variables/NUXT_PRIVATE_API_NOTIFICATION_SECRET

0 commit comments

Comments
 (0)