Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #223

Merged
merged 1 commit into from
Jan 22, 2025
Merged
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
2 changes: 1 addition & 1 deletion _old-projects/docker/gitlab-docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.6'
services:
gitlab:
image: gitlab/gitlab-ce:17.8.0-ce.0
image: gitlab/gitlab-ce:17.8.1-ce.0
container_name: gitlab
restart: always
hostname: 'gitlab.local.m1xxos.me'
Expand Down
2 changes: 1 addition & 1 deletion _old-projects/docker/monitoring/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ services:
- ./loki-config.yaml:/etc/loki/config.yaml

alloy:
image: grafana/alloy:v1.5.1
image: grafana/alloy:v1.6.0
container_name: alloy
ports:
- 12345:12345
Expand Down
2 changes: 1 addition & 1 deletion docker/home-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- "traefik.http.services.traefik.loadbalancer.server.port=8080"

jellyfin:
image: lscr.io/linuxserver/jellyfin:10.10.3
image: lscr.io/linuxserver/jellyfin:10.10.4
container_name: jellyfin
environment:
- PUID=1000
Expand Down
180 changes: 90 additions & 90 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.50.0"
version = "4.51.0"
}
nginxproxymanager = {
source = "Sander0542/nginxproxymanager"
Expand All @@ -18,11 +18,11 @@ terraform {
}
proxmox-talos = {
source = "bpg/proxmox"
version = "0.69.1"
version = "0.70.0"
}
talos = {
source = "siderolabs/talos"
version = "0.7.0"
version = "0.7.1"
}
}
backend "s3" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/talos-cluster-module/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "helm_release" "cilium_cni" {
repository = "https://helm.cilium.io/"
chart = "cilium"
namespace = "kube-system"
version = "1.16.5"
version = "1.16.6"

values = [
"${file("cilium-values.yaml")}"
Expand Down
Loading