Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrennand committed Dec 23, 2024
2 parents 36a0540 + 9f0cb73 commit d3f7457
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=ghcr.io/ansible/community-ansible-dev-tools:v24.11.0
ARG BASE_IMAGE=ghcr.io/ansible/community-ansible-dev-tools:v24.12.0
FROM $BASE_IMAGE

# https://github.com/opencontainers/image-spec/blob/main/annotations.md
Expand Down
2 changes: 1 addition & 1 deletion ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
collections:
- name: community.docker
version: 4.1.0
version: 4.2.0
- name: community.general
version: 10.1.0
- name: ansible.posix
Expand Down
4 changes: 2 additions & 2 deletions docker/authentik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
- authentik_redis:/data

server:
image: ghcr.io/goauthentik/server:2024.10.5
image: ghcr.io/goauthentik/server:2024.12.0
container_name: authentik_server
restart: unless-stopped
command: server
Expand Down Expand Up @@ -78,7 +78,7 @@ services:
caddy.reverse_proxy: "{{ upstreams 9000 }}"

worker:
image: ghcr.io/goauthentik/server:2024.10.5
image: ghcr.io/goauthentik/server:2024.12.0
container_name: authentik_worker
restart: unless-stopped
command: worker
Expand Down
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.68.1"
version = "0.69.0"
}
onepassword = {
source = "1Password/onepassword"
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/proxmox_vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.68.1"
version = "0.69.0"
}
}
}
Expand Down

0 comments on commit d3f7457

Please sign in to comment.