6b89c6e51f44dc83e2676ee4e05cd635fe495bd7
5 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
6b89c6e51f
|
feat: add namespace override | ||
|
|
cc54a9d3c6 |
chore(deps): update helmfile/helmfile-action action to v2.4.4 (#56)
Release / Release (push) Successful in 6s
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) | action | patch | `v2.4.3` → `v2.4.4` | --- ### Release Notes <details> <summary>helmfile/helmfile-action (helmfile/helmfile-action)</summary> ### [`v2.4.4`](https://github.com/helmfile/helmfile-action/releases/tag/v2.4.4) [Compare Source](https://github.com/helmfile/helmfile-action/compare/v2.4.3...v2.4.4) ##### What's Changed - build(deps): bump [@​actions/http-client](https://github.com/actions/http-client) from 4.0.0 to 4.0.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​684](https://github.com/helmfile/helmfile-action/pull/684) - build(deps): bump [@​actions/core](https://github.com/actions/core) from 3.0.0 to 3.0.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​683](https://github.com/helmfile/helmfile-action/pull/683) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 8.58.2 to 8.59.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​682](https://github.com/helmfile/helmfile-action/pull/682) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 8.58.2 to 8.59.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​681](https://github.com/helmfile/helmfile-action/pull/681) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 8.59.0 to 8.59.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​687](https://github.com/helmfile/helmfile-action/pull/687) - build(deps-dev): bump [@​swc/core](https://github.com/swc/core) from 1.15.30 to 1.15.32 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​686](https://github.com/helmfile/helmfile-action/pull/686) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 8.59.0 to 8.59.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​691](https://github.com/helmfile/helmfile-action/pull/691) - build(deps-dev): bump globals from 17.5.0 to 17.6.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​688](https://github.com/helmfile/helmfile-action/pull/688) - build(deps-dev): bump [@​swc/core](https://github.com/swc/core) from 1.15.32 to 1.15.33 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​689](https://github.com/helmfile/helmfile-action/pull/689) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 8.59.1 to 8.59.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​690](https://github.com/helmfile/helmfile-action/pull/690) **Full Changelog**: <https://github.com/helmfile/helmfile-action/compare/v2.4.3...v2.4.4> </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=--> Reviewed-on: #56 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de> |
||
|
|
e9b699a881 |
chore(deps): update azure/k8s-create-secret action to v6 (#53)
Release / Release (push) Has been cancelled
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [azure/k8s-create-secret](https://github.com/azure/k8s-create-secret) | action | major | `v5.0.1` → `v6.0.0` | --- ### Release Notes <details> <summary>azure/k8s-create-secret (azure/k8s-create-secret)</summary> ### [`v6.0.0`](https://github.com/Azure/k8s-create-secret/releases/tag/v6.0.0) [Compare Source](https://github.com/azure/k8s-create-secret/compare/v5.0.1...v6.0.0) ##### Added - [#​172](https://github.com/Azure/k8s-create-secret/pull/172) Added logic for TLS secret type handling - [#​166](https://github.com/Azure/k8s-create-secret/pull/166) Add husky pre-commit hook ##### Changed - [#​238](https://github.com/Azure/k8s-create-secret/pull/238) Migrate project to ESM with esbuild and vitest - [#​229](https://github.com/Azure/k8s-create-secret/pull/229) Update Node.js runtime from node20 to node24 - [#​215](https://github.com/Azure/k8s-create-secret/pull/215) Use docker driver in minikube setup - [#​180](https://github.com/Azure/k8s-create-secret/pull/180) Update CODEOWNERS - Bump npm dependencies: `@types/node`, `prettier`, `undici`, `@actions/http-client`, `handlebars`, `picomatch`, `minimatch`, `js-yaml`, `glob`, `tar-fs`, `form-data`, `jest` ([#​174](https://github.com/azure/k8s-create-secret/issues/174), [#​175](https://github.com/azure/k8s-create-secret/issues/175), [#​178](https://github.com/azure/k8s-create-secret/issues/178), [#​179](https://github.com/azure/k8s-create-secret/issues/179), [#​194](https://github.com/azure/k8s-create-secret/issues/194), [#​201](https://github.com/azure/k8s-create-secret/issues/201), [#​203](https://github.com/azure/k8s-create-secret/issues/203), [#​205](https://github.com/azure/k8s-create-secret/issues/205), [#​206](https://github.com/azure/k8s-create-secret/issues/206), [#​209](https://github.com/azure/k8s-create-secret/issues/209), [#​213](https://github.com/azure/k8s-create-secret/issues/213), [#​223](https://github.com/azure/k8s-create-secret/issues/223), [#​226](https://github.com/azure/k8s-create-secret/issues/226), [#​231](https://github.com/azure/k8s-create-secret/issues/231), [#​235](https://github.com/azure/k8s-create-secret/issues/235), [#​236](https://github.com/azure/k8s-create-secret/issues/236)) - Bump GitHub Actions: `github/codeql-action`, `actions/setup-node`, and other grouped action updates in `.github/workflows` ([#​163](https://github.com/azure/k8s-create-secret/issues/163), [#​164](https://github.com/azure/k8s-create-secret/issues/164), [#​169](https://github.com/azure/k8s-create-secret/issues/169), [#​170](https://github.com/azure/k8s-create-secret/issues/170), [#​182](https://github.com/azure/k8s-create-secret/issues/182), [#​183](https://github.com/azure/k8s-create-secret/issues/183), [#​184](https://github.com/azure/k8s-create-secret/issues/184), [#​185](https://github.com/azure/k8s-create-secret/issues/185), [#​186](https://github.com/azure/k8s-create-secret/issues/186), [#​187](https://github.com/azure/k8s-create-secret/issues/187), [#​188](https://github.com/azure/k8s-create-secret/issues/188), [#​189](https://github.com/azure/k8s-create-secret/issues/189), [#​190](https://github.com/azure/k8s-create-secret/issues/190), [#​191](https://github.com/azure/k8s-create-secret/issues/191), [#​197](https://github.com/azure/k8s-create-secret/issues/197), [#​198](https://github.com/azure/k8s-create-secret/issues/198), [#​199](https://github.com/azure/k8s-create-secret/issues/199), [#​200](https://github.com/azure/k8s-create-secret/issues/200), [#​204](https://github.com/azure/k8s-create-secret/issues/204), [#​207](https://github.com/azure/k8s-create-secret/issues/207), [#​208](https://github.com/azure/k8s-create-secret/issues/208), [#​210](https://github.com/azure/k8s-create-secret/issues/210), [#​211](https://github.com/azure/k8s-create-secret/issues/211), [#​212](https://github.com/azure/k8s-create-secret/issues/212), [#​214](https://github.com/azure/k8s-create-secret/issues/214), [#​216](https://github.com/azure/k8s-create-secret/issues/216), [#​217](https://github.com/azure/k8s-create-secret/issues/217), [#​218](https://github.com/azure/k8s-create-secret/issues/218), [#​219](https://github.com/azure/k8s-create-secret/issues/219), [#​221](https://github.com/azure/k8s-create-secret/issues/221), [#​224](https://github.com/azure/k8s-create-secret/issues/224), [#​225](https://github.com/azure/k8s-create-secret/issues/225), [#​227](https://github.com/azure/k8s-create-secret/issues/227), [#​228](https://github.com/azure/k8s-create-secret/issues/228), [#​233](https://github.com/azure/k8s-create-secret/issues/233), [#​237](https://github.com/azure/k8s-create-secret/issues/237)) ##### Fixed - [#​168](https://github.com/Azure/k8s-create-secret/pull/168) Fix for generic secret types </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=--> Reviewed-on: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/pulls/53 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de> |
||
|
|
2866c3983b |
fix: deploy secret workflow step (#50)
Reviewed-on: #50 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de> |
||
|
|
bb6706d1a0 |
refactor!: modernize shared cicd deploy and validate workflows (#49)
Release / Release (push) Successful in 11s
Reviewed-on: #49 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de> |