Commit Graph

12 Commits

Author SHA1 Message Date
de9b17bf11 chore(deps): update actions/checkout action to v6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Validate / validate-traefik (push) Successful in 9s
Validate / validate-crowdsec (push) Successful in 12s
Validate / validate-node-lables (push) Successful in 30s
Validate / validate-coredns (push) Successful in 28s
2025-12-28 12:00:59 +00:00
7b3ba45132 chore(deps): pin dependencies (#15)
All checks were successful
Deploy / check-changes (push) Successful in 5s
Deploy / deploy-node-labels (push) Has been skipped
Deploy / deploy-coredns (push) Has been skipped
Deploy / deploy-traefik (push) Has been skipped
Deploy / deploy-crowdsec (push) Has been skipped
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | pinDigest |  → `93cb6ef` |
| [azure/k8s-set-context](https://github.com/azure/k8s-set-context) | action | pinDigest |  → `ae59a72` |
| [azure/setup-kubectl](https://github.com/azure/setup-kubectl) | action | pinDigest |  → `776406b` |
| [dorny/paths-filter](https://github.com/dorny/paths-filter) | action | pinDigest |  → `de90cc6` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYWN0aW9uIiwiZGVwcyJdfQ==-->

Reviewed-on: #15
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-12-28 12:24:18 +01:00
4d8ebb30ae ci: add force deploy (#14)
All checks were successful
Deploy / check-changes (push) Successful in 5s
Deploy / deploy-node-labels (push) Has been skipped
Deploy / deploy-coredns (push) Has been skipped
Deploy / deploy-traefik (push) Has been skipped
Deploy / deploy-crowdsec (push) Has been skipped
Reviewed-on: #14
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-12-28 10:25:28 +01:00
3715096e42 fix: basic auth secret (#13)
All checks were successful
Deploy / check-changes (push) Successful in 5s
Deploy / deploy-node-labels (push) Has been skipped
Deploy / deploy-coredns (push) Has been skipped
Deploy / deploy-traefik (push) Has been skipped
Deploy / deploy-crowdsec (push) Has been skipped
Reviewed-on: #13
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-12-28 10:24:25 +01:00
9fffa121dd feat: disable crowdsec (#12)
Some checks failed
Deploy / check-changes (push) Successful in 12s
Deploy / deploy-node-labels (push) Has been skipped
Deploy / deploy-coredns (push) Has been skipped
Deploy / deploy-crowdsec (push) Has been skipped
Deploy / deploy-traefik (push) Failing after 8s
Reviewed-on: #12
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-12-28 10:17:04 +01:00
cd201803a1 feat: add crowdsec (#10)
Some checks failed
Deploy / check-changes (push) Successful in 5s
Deploy / deploy-node-labels (push) Has been skipped
Deploy / deploy-coredns (push) Has been skipped
Deploy / deploy-crowdsec (push) Successful in 13s
Deploy / deploy-traefik (push) Failing after 11m12s
Reviewed-on: #10
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-12-28 09:51:45 +01:00
6ef366d495 ci: feat restart coredns after deployment (#8)
All checks were successful
Deploy / check-changes (push) Successful in 13s
Deploy / deploy-coredns (push) Has been skipped
Deploy / deploy-node-labels (push) Has been skipped
Reviewed-on: #8
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-05 20:57:39 +02:00
240b653a52 ci: fix node labels change check (#7)
All checks were successful
Deploy / check-changes (push) Successful in 12s
Deploy / deploy-node-labels (push) Has been skipped
Deploy / deploy-coredns (push) Has been skipped
Reviewed-on: #7
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-05 20:54:36 +02:00
d360b8c970 feat: add coredns (#6)
All checks were successful
Deploy / check-changes (push) Successful in 5s
Deploy / deploy-node-labels (push) Has been skipped
Deploy / deploy-coredns (push) Successful in 21s
Validate / validate-coredns (push) Successful in 7s
Validate / validate-node-lables (push) Successful in 20s
We had some inconsistencies with node configuration and dns hickups.
This feature moves the coredns config into our software versioning system.

Reviewed-on: #6
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-05 20:52:18 +02:00
8d836993c5 refactor: isolate use cases (#5)
All checks were successful
Deploy / check-changes (push) Successful in 12s
Deploy / deploy-node-labels (push) Has been skipped
Reviewed-on: #5
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-05 20:34:56 +02:00
74600b3457 feat: add node labels (#1)
All checks were successful
Deploy / check-changes (push) Successful in 6s
Deploy / deploy (push) Successful in 18s
Reviewed-on: #1
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-09-26 21:08:48 +02:00
cddc32c15f Initial commit 2025-09-26 20:46:25 +02:00