Commit Graph

1602 Commits

Author SHA1 Message Date
CrazyMax
d2cdeb3c75 Merge pull request #1571 from crazy-max/gen-trixie
dockerfile(gen): update base image to trixie
2025-12-23 01:32:38 +01:00
CrazyMax
1522560d16 Merge pull request #1565 from crazy-max/dependabot/go_modules/google.golang.org/grpc-1.77.0
chore(deps): bump google.golang.org/grpc from 1.74.2 to 1.77.0
2025-12-23 01:27:54 +01:00
CrazyMax
ef17568ec5 Merge pull request #1533 from crazy-max/dependabot/go_modules/github.com/containerd/platforms-1.0.0-rc.2
chore(deps): bump github.com/containerd/platforms from 1.0.0-rc.1 to 1.0.0-rc.2
2025-12-23 01:23:00 +01:00
dependabot[bot]
505f648c27 chore(deps): bump google.golang.org/grpc from 1.74.2 to 1.77.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.74.2 to 1.77.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.74.2...v1.77.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-23 00:20:43 +00:00
CrazyMax
df06549f5e Merge pull request #1564 from crazy-max/dependabot/go_modules/google.golang.org/protobuf-1.36.11
chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11
2025-12-23 01:19:23 +01:00
CrazyMax
1d67132ca7 dockerfile(gen): update base image to trixie 2025-12-23 01:17:49 +01:00
CrazyMax
57f8ef92e7 chore: update generated content 2025-12-23 01:08:56 +01:00
dependabot[bot]
8a159fb16b chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11
Bumps google.golang.org/protobuf from 1.36.10 to 1.36.11.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 23:40:43 +00:00
CrazyMax
c7558f2e05 Merge pull request #1535 from crazy-max/dependabot/go_modules/go.podman.io/image/v5-5.38.0
chore(deps): bump go.podman.io/image/v5 from 5.37.0 to 5.38.0
2025-12-23 00:39:13 +01:00
dependabot[bot]
780503fae0 chore(deps): bump go.podman.io/image/v5 from 5.37.0 to 5.38.0
Bumps [go.podman.io/image/v5](https://github.com/containers/container-libs) from 5.37.0 to 5.38.0.
- [Commits](https://github.com/containers/container-libs/compare/image/v5.37.0...image/v5.38.0)

---
updated-dependencies:
- dependency-name: go.podman.io/image/v5
  dependency-version: 5.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 23:31:20 +00:00
CrazyMax
4474ba051e Merge pull request #1557 from tkaufmann/feature/add-message-id-header
Add RFC 5322 compliant Message-ID header to email notifications
2025-12-23 00:30:17 +01:00
CrazyMax
2a9cf22cd8 Merge pull request #1545 from crazy-max/dependabot/go_modules/github.com/alecthomas/kong-1.13.0
chore(deps): bump github.com/alecthomas/kong from 1.12.1 to 1.13.0
2025-12-23 00:28:38 +01:00
CrazyMax
ca4ad9db71 Merge pull request #1546 from crazy-max/dependabot/go_modules/github.com/dromara/carbon/v2-2.6.15
chore(deps): bump github.com/dromara/carbon/v2 from 2.6.14 to 2.6.15
2025-12-23 00:28:03 +01:00
CrazyMax
55f6badb6c Merge pull request #1569 from crazy-max/dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.7.7
chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.8 to 6.7.7
2025-12-23 00:27:40 +01:00
dependabot[bot]
d2b72e6e00 chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.8 to 6.7.7
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.6.8 to 6.7.7.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.6.8...v6.7.7)

---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-version: 6.7.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 07:02:03 +00:00
Tim Kaufmann
b44181f07f Add RFC 5322 compliant Message-ID header to email notifications
Implements unique Message-ID generation for email notifications to enhance
email threading, tracking, and spam filter compatibility.

Features:
- Generates RFC 5322 compliant Message-ID headers
- Uses nanosecond timestamps for high-resolution uniqueness
- Includes 64 bits of cryptographically secure random data
- Format: <timestamp.randomhex@domain>
- Domain derived from LocalName config, falling back to Host

Tests:
- Validates RFC 5322 format compliance
- Ensures uniqueness across 1,000 iterations
- Verifies correct domain usage and structure
2025-12-19 14:19:12 +01:00
CrazyMax
bb1656bf05 Merge pull request #1548 from crazy-max/dependabot/go_modules/golang.org/x/crypto-0.45.0
chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0
2025-12-19 09:14:18 +01:00
CrazyMax
71a94b4f03 Merge pull request #1540 from crazy-max/dependabot/go_modules/golang.org/x/mod-0.30.0
chore(deps): bump golang.org/x/mod from 0.29.0 to 0.30.0
2025-12-19 09:13:45 +01:00
CrazyMax
301e81c06e Merge pull request #1559 from crazy-max/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 5 to 6
2025-12-19 09:13:13 +01:00
CrazyMax
fd79760127 Merge pull request #1560 from crazy-max/dependabot/github_actions/actions/download-artifact-7
chore(deps): bump actions/download-artifact from 6 to 7
2025-12-19 09:12:57 +01:00
dependabot[bot]
ebbe44554b chore(deps): bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 07:01:00 +00:00
dependabot[bot]
b231356a64 chore(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 07:00:55 +00:00
CrazyMax
703caea5b0 Merge pull request #1549 from crazy-max/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2025-11-26 16:32:34 +01:00
CrazyMax
b43db82fe6 Merge pull request #1551 from sreinwald/fix/matrix-store-credentials
fix(notif/matrix): store credentials after login to fix M_MISSING_TOKEN
2025-11-25 18:19:11 +01:00
Stephan Reinwald
392e52231c fix(matrix): store credentials after mautrix login
Add StoreCredentials flag to persist access token after authentication.
Fixes M_MISSING_TOKEN errors on subsequent API calls.
2025-11-25 13:25:56 +01:00
dependabot[bot]
1a5a17017b chore(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-21 07:00:59 +00:00
dependabot[bot]
837abbe578 chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.43.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-20 03:01:34 +00:00
dependabot[bot]
24efdeb095 chore(deps): bump github.com/dromara/carbon/v2 from 2.6.14 to 2.6.15
Bumps [github.com/dromara/carbon/v2](https://github.com/dromara/carbon) from 2.6.14 to 2.6.15.
- [Release notes](https://github.com/dromara/carbon/releases)
- [Commits](https://github.com/dromara/carbon/compare/v2.6.14...v2.6.15)

---
updated-dependencies:
- dependency-name: github.com/dromara/carbon/v2
  dependency-version: 2.6.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-17 07:01:26 +00:00
dependabot[bot]
62439693fb chore(deps): bump github.com/alecthomas/kong from 1.12.1 to 1.13.0
Bumps [github.com/alecthomas/kong](https://github.com/alecthomas/kong) from 1.12.1 to 1.13.0.
- [Commits](https://github.com/alecthomas/kong/compare/v1.12.1...v1.13.0)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/kong
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-14 07:01:30 +00:00
dependabot[bot]
e10f177945 chore(deps): bump golang.org/x/mod from 0.29.0 to 0.30.0
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.29.0 to 0.30.0.
- [Commits](https://github.com/golang/mod/compare/v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-12 07:01:00 +00:00
dependabot[bot]
923b425e88 chore(deps): bump github.com/containerd/platforms
Bumps [github.com/containerd/platforms](https://github.com/containerd/platforms) from 1.0.0-rc.1 to 1.0.0-rc.2.
- [Release notes](https://github.com/containerd/platforms/releases)
- [Commits](https://github.com/containerd/platforms/compare/v1.0.0-rc.1...v1.0.0-rc.2)

---
updated-dependencies:
- dependency-name: github.com/containerd/platforms
  dependency-version: 1.0.0-rc.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-10 07:01:32 +00:00
CrazyMax
cfc7fdb6b8 Merge pull request #1501 from crazy-max/dependabot/go_modules/k8s.io/client-go-0.34.1
chore(deps): bump k8s.io/client-go from 0.33.3 to 0.34.1
2025-11-09 18:03:54 +01:00
dependabot[bot]
df3125c3f8 chore(deps): bump k8s.io/client-go from 0.33.3 to 0.34.1
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.33.3 to 0.34.1.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.33.3...v0.34.1)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-09 16:24:43 +00:00
CrazyMax
d7d0d72ddb Merge pull request #1504 from crazy-max/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.5.1
chore(deps): bump github.com/eclipse/paho.mqtt.golang from 1.5.0 to 1.5.1
2025-11-09 17:23:12 +01:00
dependabot[bot]
95c2b60207 chore(deps): bump github.com/eclipse/paho.mqtt.golang
Bumps [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/eclipse/paho.mqtt.golang/releases)
- [Commits](https://github.com/eclipse/paho.mqtt.golang/compare/v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: github.com/eclipse/paho.mqtt.golang
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-09 16:15:38 +00:00
CrazyMax
a16f042c96 Merge pull request #1516 from crazy-max/dependabot/go_modules/github.com/moby/buildkit-0.25.1
chore(deps): bump github.com/moby/buildkit from 0.23.2 to 0.25.2
2025-11-09 17:12:54 +01:00
CrazyMax
a38f47cf1c Merge pull request #1513 from crazy-max/dependabot/go_modules/github.com/go-playground/validator/v10-10.28.0
chore(deps): bump github.com/go-playground/validator/v10 from 10.27.0 to 10.28.0
2025-11-09 17:12:18 +01:00
dependabot[bot]
c9eb32943f chore(deps): bump github.com/go-playground/validator/v10
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.27.0 to 10.28.0.
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](https://github.com/go-playground/validator/compare/v10.27.0...v10.28.0)

---
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10
  dependency-version: 10.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-09 15:07:37 +00:00
dependabot[bot]
662d5a3b29 chore(deps): bump github.com/moby/buildkit from 0.23.2 to 0.25.1
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.23.2 to 0.25.1.
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](https://github.com/moby/buildkit/compare/v0.23.2...v0.25.1)

---
updated-dependencies:
- dependency-name: github.com/moby/buildkit
  dependency-version: 0.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-09 15:05:59 +00:00
CrazyMax
e38f4e6fe4 Merge pull request #1517 from crazy-max/dependabot/go_modules/github.com/docker/docker-28.5.1incompatible
chore(deps): bump github.com/docker/docker from 28.3.3+incompatible to 28.5.2+incompatible
2025-11-09 16:04:10 +01:00
dependabot[bot]
c341c7da01 chore(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.3.3+incompatible to 28.5.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v28.3.3...v28.5.1)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-version: 28.5.1+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-09 14:58:44 +00:00
CrazyMax
79ef7fe06b Merge pull request #1526 from crazy-max/dependabot/go_modules/github.com/dromara/carbon/v2-2.6.14
chore(deps): bump github.com/dromara/carbon/v2 from 2.6.11 to 2.6.14
2025-11-09 15:52:41 +01:00
CrazyMax
a3dd66ae37 Merge pull request #1530 from crazy-max/gotify-token-header
gotify: use X-Gotify-Key header to send token
2025-11-09 15:48:38 +01:00
CrazyMax
db18d35125 Merge pull request #1529 from artgpz/fix-matrix-notifications
Fix matrix notifications
2025-11-09 15:47:22 +01:00
Arturo Guzman
f14c4438e6 fix: replace gomatrix client with mautrix-go, fixes #1527 2025-11-09 12:54:51 +00:00
CrazyMax
68c793c1a1 gotify: use X-Gotify-Key header to send token 2025-11-08 23:33:30 +01:00
CrazyMax
52beb84868 Merge pull request #1525 from crazy-max/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2025-11-08 23:31:22 +01:00
CrazyMax
3476393591 Merge pull request #1524 from crazy-max/dependabot/github_actions/actions/download-artifact-6
chore(deps): bump actions/download-artifact from 5 to 6
2025-11-08 23:30:41 +01:00
CrazyMax
14f04526b5 Merge pull request #1515 from crazy-max/dependabot/github_actions/github/codeql-action-4
chore(deps): bump github/codeql-action from 3 to 4
2025-11-08 23:30:25 +01:00
dependabot[bot]
001bc3a897 chore(deps): bump github.com/dromara/carbon/v2 from 2.6.11 to 2.6.14
Bumps [github.com/dromara/carbon/v2](https://github.com/dromara/carbon) from 2.6.11 to 2.6.14.
- [Release notes](https://github.com/dromara/carbon/releases)
- [Commits](https://github.com/dromara/carbon/compare/v2.6.11...v2.6.14)

---
updated-dependencies:
- dependency-name: github.com/dromara/carbon/v2
  dependency-version: 2.6.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-29 07:01:15 +00:00