Commit Graph

779 Commits

Author SHA1 Message Date
sablier-bot[bot]
9d2b7793bd chore(main): release 1.10.5 (#748)
Co-authored-by: sablier-bot[bot] <186367030+sablier-bot[bot]@users.noreply.github.com>
v1.10.5
2025-11-23 17:05:40 -05:00
Alexis Couvreur
112bdaaf8f fix: warn when the custom theme path does not exist 2025-11-23 16:56:24 -05:00
Alexis Couvreur
b3d356ac63 fix(dockerfile): remove running as non-root 2025-11-23 16:55:47 -05:00
Alexis Couvreur
d66a143a9c docs: set version to 1.10.4 2025-11-23 11:56:14 -05:00
sablier-bot[bot]
61fef84080 chore(main): release 1.10.4 (#747)
Co-authored-by: sablier-bot[bot] <186367030+sablier-bot[bot]@users.noreply.github.com>
v1.10.4
2025-11-23 11:53:02 -05:00
Alexis Couvreur
5ac2222e33 ci: fix sablier binary retrieval 2025-11-23 11:45:39 -05:00
Alexis Couvreur
3417baf089 docs: add signature verification 2025-11-23 11:43:47 -05:00
Alexis Couvreur
12d00e05be fix(dockerfile): copy file with proper permissions (#746) 2025-11-23 11:32:12 -05:00
sablier-bot[bot]
03a2800940 chore(main): release 1.10.3 (#744)
Co-authored-by: sablier-bot[bot] <186367030+sablier-bot[bot]@users.noreply.github.com>
v1.10.3
2025-11-23 11:18:42 -05:00
Alexis Couvreur
69991351ca build(goreleaser): remove windows and darwin 2025-11-23 11:08:31 -05:00
Alexis Couvreur
d834d178ef fix(goreleaser): reverse --snapshot ternary expression 2025-11-23 11:04:34 -05:00
Alexis Couvreur
468e5910d3 ci(goreleaser): remove registry login on non tag 2025-11-23 11:04:33 -05:00
Luk45135
080e4d1a1f docs: fix podman documentation link (#743)
Signed-off-by: Luk45135 <91327705+Luk45135@users.noreply.github.com>
2025-11-23 10:52:22 -05:00
sablier-bot[bot]
116b21f664 chore(main): release 1.10.2 (#722)
Co-authored-by: sablier-bot[bot] <186367030+sablier-bot[bot]@users.noreply.github.com>
v1.10.2
2025-11-23 02:27:00 -05:00
dependabot[bot]
71e61b8536 build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#733)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-23 02:18:06 -05:00
dependabot[bot]
ee58efe6d8 build(deps): bump actions/setup-go from 6.0.0 to 6.1.0 (#736)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](4469467582...4dc6199c7b)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-23 02:16:54 -05:00
dependabot[bot]
617166739a build(deps): bump github/codeql-action from 4.31.2 to 4.31.4 (#737)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.2 to 4.31.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](0499de31b9...e12f017898)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-23 02:16:33 -05:00
dependabot[bot]
31e63ff0c6 build(deps): bump actions/checkout from 5.0.1 to 6.0.0 (#738)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v5.0.1...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-23 02:16:10 -05:00
Alexis Couvreur
7c5ef182d1 ci: add goreleaser (#741)
* ci: add goreleaser

* remove docker and build snapshot on pr

* replace user

* fix build

* login to ghcr.io

* fix dockerhub secrets

* add attestation
2025-11-23 02:14:13 -05:00
Alexis Couvreur
dc5fb22b40 docs: add OpenSSF scorecard 2025-11-20 00:10:42 -05:00
Alexis Couvreur
e2b7965f7a docs: add sponsor section 2025-11-20 00:03:55 -05:00
dependabot[bot]
10334f08d4 build(deps): bump the k8s-io group across 1 directory with 3 updates (#725)
Bumps the k8s-io group with 2 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api) and [k8s.io/client-go](https://github.com/kubernetes/client-go).


Updates `k8s.io/api` from 0.34.1 to 0.34.2
- [Commits](https://github.com/kubernetes/api/compare/v0.34.1...v0.34.2)

Updates `k8s.io/apimachinery` from 0.34.1 to 0.34.2
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.34.1...v0.34.2)

Updates `k8s.io/client-go` from 0.34.1 to 0.34.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.34.1...v0.34.2)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/client-go
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-18 12:52:04 -05:00
dependabot[bot]
1a6aa0fbb5 build(deps): bump actions/checkout from 5.0.0 to 5.0.1 (#732)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v5...v5.0.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-18 12:51:50 -05:00
Alexis Couvreur
09f99f69ba docs: add support section 2025-11-16 20:07:10 -05:00
Alexis Couvreur
0f4a3a2e93 refactor: add sabliercmd pkg (#727)
This will enable doc generation
2025-11-13 20:18:57 -05:00
Alexis Couvreur
da5d2d113a docs: add github and docker icons 2025-11-12 18:34:25 -05:00
Alexis Couvreur
a6614de3ad docs: improve documentation clarity 2025-11-12 00:38:24 -05:00
Alexis Couvreur
33209acc6c docs: reference plugin repositories 2025-11-12 00:32:11 -05:00
dependabot[bot]
22c370ea22 build(deps): bump github.com/quic-go/quic-go from 0.54.0 to 0.54.1 (#724)
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.54.0 to 0.54.1.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Commits](https://github.com/quic-go/quic-go/compare/v0.54.0...v0.54.1)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-version: 0.54.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-12 00:19:17 -05:00
Alexis Couvreur
64550ff25b docs: add release please glob file 2025-11-11 23:58:09 -05:00
Alexis Couvreur
8bc21fbaa9 docs: add release please tags to update version 2025-11-11 23:26:08 -05:00
Alexis Couvreur
71a35ca8dd docs: add helm chart
Release-As: 1.10.2
2025-11-11 23:17:40 -05:00
Alexis Couvreur
0588627d36 fix: bump go 1.25 (#723)
* fix: bump go 1.25

also bump deps and fix golangci lint

* golangci lint fixes
2025-11-10 22:51:07 -05:00
Alexis Couvreur
a4d7ddae05 docs: add CONTRIBUTING.md 2025-11-09 19:04:19 -05:00
Alexis Couvreur
8f82cfd8b6 ci: pin to SHA versions 2025-11-09 17:59:23 -05:00
Alexis Couvreur
87ce8b9c86 ci: add release-please 2025-11-09 17:31:20 -05:00
Alexis Couvreur
6d880928c7 fix\!: remove plugins from the repository 2025-11-09 17:28:18 -05:00
Alexis Couvreur
96750a50da docs: update documentation 2025-11-09 15:31:49 -05:00
Alexis Couvreur
c5ac357882 docs: add discord server and link pugin repositories 2025-11-09 11:53:24 -05:00
dependabot[bot]
fd1d893f38 build(deps): bump nginx in /plugins/nginx/e2e/kubernetes/manifests (#714)
Bumps nginx from 1.29.1 to 1.29.3.

---
updated-dependencies:
- dependency-name: nginx
  dependency-version: 1.29.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-08 15:40:39 -05:00
dependabot[bot]
80f6dff260 build(deps): bump nginx in /plugins/traefik/e2e/kubernetes/manifests (#716)
Bumps nginx from 1.29.2 to 1.29.3.

---
updated-dependencies:
- dependency-name: nginx
  dependency-version: 1.29.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-08 15:40:30 -05:00
dependabot[bot]
8021629663 build(deps): bump github.com/opencontainers/runc from 1.3.0 to 1.3.3 (#717)
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.3.0 to 1.3.3.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.3.3/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.3.0...v1.3.3)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
  dependency-version: 1.3.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-08 15:40:18 -05:00
dependabot[bot]
b525d79ab6 build(deps): bump github.com/docker/docker (#700)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.4.0+incompatible to 28.5.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v28.4.0...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-22 20:19:24 -04:00
dependabot[bot]
a6074f72c4 build(deps): bump github.com/valkey-io/valkey-go from 1.0.66 to 1.0.67 (#707)
Bumps [github.com/valkey-io/valkey-go](https://github.com/valkey-io/valkey-go) from 1.0.66 to 1.0.67.
- [Release notes](https://github.com/valkey-io/valkey-go/releases)
- [Commits](https://github.com/valkey-io/valkey-go/compare/v1.0.66...v1.0.67)

---
updated-dependencies:
- dependency-name: github.com/valkey-io/valkey-go
  dependency-version: 1.0.67
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-22 20:19:01 -04:00
dependabot[bot]
5b352de0a4 build(deps): bump github.com/containers/podman/v5 from 5.6.1 to 5.6.2 (#698)
Bumps [github.com/containers/podman/v5](https://github.com/containers/podman) from 5.6.1 to 5.6.2.
- [Release notes](https://github.com/containers/podman/releases)
- [Changelog](https://github.com/containers/podman/blob/v5.6.2/RELEASE_NOTES.md)
- [Commits](https://github.com/containers/podman/compare/v5.6.1...v5.6.2)

---
updated-dependencies:
- dependency-name: github.com/containers/podman/v5
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 21:50:11 -04:00
dependabot[bot]
d37e382cfe build(deps): bump peter-evans/dockerhub-description from 4 to 5 (#697)
Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 4 to 5.
- [Release notes](https://github.com/peter-evans/dockerhub-description/releases)
- [Commits](https://github.com/peter-evans/dockerhub-description/compare/v4...v5)

---
updated-dependencies:
- dependency-name: peter-evans/dockerhub-description
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 21:49:57 -04:00
dependabot[bot]
7501afe2e7 build(deps): bump nginx (#704)
Bumps nginx from 1.29.1 to 1.29.2.

---
updated-dependencies:
- dependency-name: nginx
  dependency-version: 1.29.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 21:49:42 -04:00
dependabot[bot]
843fa74b3b build(deps): bump nginx in /plugins/traefik/e2e/kubernetes/manifests (#705)
Bumps nginx from 1.29.1 to 1.29.2.

---
updated-dependencies:
- dependency-name: nginx
  dependency-version: 1.29.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 21:49:31 -04:00
dependabot[bot]
827813f9b5 build(deps): bump actions/setup-node from 5 to 6 (#706)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 21:49:21 -04:00
dependabot[bot]
994874f1c9 build(deps): bump github.com/samber/slog-gin from 1.17.1 to 1.17.2 (#693)
Bumps [github.com/samber/slog-gin](https://github.com/samber/slog-gin) from 1.17.1 to 1.17.2.
- [Release notes](https://github.com/samber/slog-gin/releases)
- [Commits](https://github.com/samber/slog-gin/compare/v1.17.1...v1.17.2)

---
updated-dependencies:
- dependency-name: github.com/samber/slog-gin
  dependency-version: 1.17.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-30 17:47:01 -04:00