0fda2bb473
Update GitHub Actions ( #1074 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-07-24 13:20:17 +02:00
28bbecb7ee
Fix deprecated options in GoReleaser config ( #1063 )
...
* Fix deprecated goreleaser options
* Fix Docker COPY paths for goreleaser dockers_v2 platform layout
* Moved ARG definitions, smaller comment
* Update GoReleaser version to `v2.17.0`
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: Enrico Candino <enrico.candino@suse.com >
2026-07-23 21:22:02 +02:00
ee8c16bdd2
Update GitHub Actions ( #1065 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-07-23 12:32:30 +02:00
5ef3f38571
Update GitHub Actions ( #1054 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-07-22 10:33:40 +02:00
Enrico Candino and GitHub
3f25eabe38
feat: Enhance GitHub Actions workflows and add YAML linting ( #1020 )
...
- Updated action descriptions for clarity in provision-k3s-vm-workers.
- Refactored steps in provision-k3s-vm-workers for improved readability.
- Adjusted permissions formatting in multiple workflows for consistency.
- Added YAML linting step in validate workflow to ensure YAML file quality.
- Introduced .yamllint configuration file for GitHub Actions YAML files.
- Enhanced Makefile to include a target for linting YAML files.
2026-07-14 16:51:08 +02:00
88122905c9
Update GitHub Actions ( #986 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-07-06 14:09:58 +02:00
d94b9d685e
Update GitHub Actions ( #969 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-07-03 17:49:16 +02:00
5dcc97736f
Update actions/setup-go digest to 924ae3a ( #934 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-06-25 17:47:19 +02:00
667946e898
Update actions/checkout action to v7 ( #940 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-06-25 10:47:40 +02:00
8e39493dac
Update GitHub Actions ( #865 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-06-10 11:10:56 +02:00
Enrico Candino and GitHub
0e8cca8147
Remove goreleaser action ( #788 )
2026-04-15 09:16:18 +02:00
20b42b0dcf
chore(deps): update github actions ( #731 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-04-03 10:55:24 +02:00
Jonathan Crowther and GitHub
8403214d58
Pin installed versions to specific hashes ( #730 )
2026-03-27 11:16:39 -04:00
0dbd930292
chore(deps): update github actions ( #653 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-03-23 13:05:15 +01:00
0b214e0769
chore(deps): update github actions ( #642 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-03-18 12:24:18 +01:00
Enrico Candino and GitHub
9fae02fcbf
Pin QEMU setup to use tonistiigi/binfmt:qemu-v10.0.4-56 image ( #669 )
2026-02-16 15:28:30 +01:00
511be5aa4e
Pin dependencies ( #628 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-01-22 15:24:57 +01:00
Enrico Candino and GitHub
dee20455ee
added multiarch support ( #262 )
2025-02-21 14:36:17 +01:00
Enrico Candino and GitHub
c285004944
fix release tag ( #201 )
2025-01-22 15:18:10 +01:00
Enrico Candino and GitHub
5892121dbe
Fix action event check on wrong field event_name ( #177 )
...
The event name should be checked against the `event_name` field.
2025-01-09 11:28:43 +01:00
Enrico Candino and GitHub
524dc69b98
Fix for missing permission ( #176 )
2025-01-09 10:25:38 +01:00
Enrico Candino and GitHub
4fdce5b1aa
Test release workflows ( #173 )
...
* goreleaser action
* removed old release
* fix gomega version in tests
* updated build workflow
* fix for empty var
2025-01-09 10:10:53 +01:00
Hussein Galal and GitHub
d19f0f9ca6
virtual-kubelet controller integration ( #130 )
...
* Virtual kubelet controller integration
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Add k3k-kubelet image to the release workflow
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Add k3k-kubelet image to the release workflow
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Fix build/release workflow
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Remove pkg directory in k3k-kubelet
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* rename Type to Config
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Move the kubelet and config outside of pkg
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fix comments
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Fix naming throughout the package
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Fix comments
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* more fixes to naming
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
---------
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2024-10-21 22:54:08 +03:00
Hussein Galal and GitHub
bf72d39280
Use gh tool ( #106 )
...
* use gh tool instead of third party gh action
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Fix checksum
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Add GH_TOKEN env
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
---------
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2024-06-21 23:56:43 +03:00
Hussein Galal and GitHub
3879912b57
Move to Github Action ( #105 )
...
* Move to Github Action
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Move to Github Action
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fix code generation
* Add release and chart workflows
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Add release and chart workflows
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Add release and chart workflows
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Add release and chart workflows
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* test release and charts
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* test release and charts
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* test release and charts
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* test release and charts
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* test release and charts
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Fix GHA migration
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Fix GHA migration
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
---------
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2024-05-21 00:00:47 +03:00
Hussein Galal and GitHub
861078fa85
Remove github workflow and add drone ( #49 )
2023-06-21 00:43:16 +03:00
Hussein Galal and GitHub
da5ddb27b5
Use env variables in CI action ( #48 )
2023-06-20 21:27:35 +03:00
Hussein Galal and GitHub
e1576343a8
Fix action ci ( #47 )
2023-06-20 21:02:41 +03:00
Hussein Galal and GitHub
ff256a324b
fix action ( #46 )
...
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2023-06-20 20:57:20 +03:00
Hussein Galal and GitHub
6318fc29bf
use custom action ( #45 )
...
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2023-06-20 20:43:39 +03:00
Hussein Galal and GitHub
d9eafbb1d2
Use ibuildthecloud/github-release in github action ( #44 )
...
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2023-06-20 20:21:33 +03:00
Hussein Galal and GitHub
da3ba1b5ff
Fix release ci ( #43 )
2023-06-20 19:27:40 +03:00
Hussein Galal and GitHub
eb4e5dd099
Add readme and fix release ( #25 )
...
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2023-02-03 06:38:50 +02:00
Hussein Galal and GitHub
43db69743b
Add release workflow ( #20 )
...
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2023-02-03 01:04:16 +02:00
galal-hussein
8c4035332b
more workflow fixes
2023-02-02 23:06:14 +02:00
galal-hussein
137c588e61
more workflow fixes
2023-02-02 23:04:42 +02:00
galal-hussein
8eb468d37d
fix
...
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2023-02-02 23:02:06 +02:00
galal-hussein
44c7063eb1
Add release and chart workflow
2023-02-02 22:57:46 +02:00