Commit Graph

31 Commits

Author SHA1 Message Date
renovate[bot]
ed39f8320b chore(deps): Update docker/setup-qemu-action action to v4 (#162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-04 15:29:21 +01:00
renovate[bot]
75c7df898f chore(deps): Update GitHub Artifact Actions (#150)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-04 15:28:42 +01:00
renovate[bot]
2b2aab20d4 chore(deps): Update goreleaser/goreleaser-action action to v7 (#159)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-04 15:28:29 +01:00
renovate[bot]
e8b9d888fa chore(deps): Update docker/login-action action to v4 (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-04 15:28:11 +01:00
renovate[bot]
3b8362a640 chore(deps): Update actions/setup-go action to v6 (#131) 2025-11-26 22:22:12 +00:00
renovate[bot]
da33d0767a chore(deps): Update GitHub Artifact Actions (#112) 2025-11-26 08:38:32 +00:00
renovate[bot]
ee845c96da chore(deps): Update actions/checkout action to v6 (#145) 2025-11-26 09:22:19 +01:00
Cedric Kienzler
f6234b5a3d chore(build): bump-patch-for-minor-pre-major
pre 1.0.0 we bump the minor for breaking and the patch for feature
changes.
2025-06-07 00:19:03 +02:00
renovate[bot]
ced33b0514 chore(deps): Update goreleaser/goreleaser-action action to v6 (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 20:38:31 +02:00
Cedric Kienzler
f6a70fa6a3 docs(release)!: document release process 2025-06-06 18:28:15 +02:00
Cedric Kienzler
631ddfedd4 chore: update repository references from uptime-industries to computeblade-community (#70)
* chore: update repository references from uptime-industries to compute-blade-community

chore: update repository references from uptime-industries to compute-blade-community for consistency and clarity across all files
fix: update links in CHANGELOG.md and README.md to point to the new repository location for accurate documentation
fix: update Dockerfile and systemd service file to reflect the new repository URL for proper source tracking
refactor: change import paths in Go files to use the new repository name for correct package referencing

* chore: Add CODEOWNERS

* feat: add auto-labeling

---------

Co-authored-by: Cedric Kienzler <cedric@specht-labs.de>
2025-06-06 14:40:06 +02:00
Matthias Riegler
6faf63c76f fix: auth to ghcr.io (#63)
Signed-off-by: Matthias Riegler <me@xvzf.tech>
2025-06-06 14:29:35 +02:00
Matthias Riegler
790ea2089a fix: set goreleaser version to v2.x (#61)
* fix: set goreleaser version to v2.x

Signed-off-by: Matthias Riegler <me@xvzf.tech>

* fix: goreleaser issues

---------

Signed-off-by: Matthias Riegler <me@xvzf.tech>
Co-authored-by: Luke Mallon (Nalum) <luke@mallon.ie>
2025-06-06 14:26:53 +02:00
Cedric Kienzler
ff6898f514 chore(go version)!: Bump go version to 1.24 (#58)
* refactor(workflows): Improve GitHub Action workflows

* bump go version to 1.24

* set coverage report baseline to correct workflow

* nit: keep same

* require older go version

* let semantic-prs write to PR

* let semantic-prs write to PR

* bump go version to 1.24

* bump dependencies

---------

Co-authored-by: Cedric Kienzler <cedric@specht-labs.de>
2025-06-06 14:19:42 +02:00
Cedric Kienzler
ec6229ad86 chore: some improvements in bladectl sub-command handling, error logging, and CI (#51)
chore(ci): update Go setup action to v5 and simplify caching configuration for improved performance
chore(release): update Go setup action to v5 and simplify caching configuration for improved performance
fix(.gitignore): add .idea directory to ignore list to prevent IDE files from being tracked
feat(goreleaser): add versioning information to builds for better traceability
feat(agent): expose version, commit, and date information in logs for better tracking
feat(bladectl): implement command structure for managing compute-blade features
fix(bladectl): improve error handling in identify command for better user feedback
chore(go.mod): update dependencies to latest versions for improved stability and features
2025-05-03 11:13:37 +02:00
Matthias Duve
67b3411e32 fix: correct package name from computeblade-agent to compute-blade-agent (#47)
* fix: correct package name from computeblade-agent to compute-blade-agent

* fix: update autoinstall script to use correct GitHub repository format and improve error handling

---------

Co-authored-by: Matthias Duve <morzan1001@mail.runforest.run>
2025-01-14 22:24:47 +01:00
Matthias Riegler
ca690d418f fix: pin golang/tinygo versions
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2024-08-31 15:07:31 +02:00
Matthias Riegler
3278678768 fix: bump tinygo release (#39)
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2024-08-05 18:42:13 +02:00
Matthias Riegler
99920370fb feat: add smart fan unit support (#29)
* feat: add smart fanunit (serial) protocol

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

* feat: add rudimentary eventbus to ease implementation

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

* feat: smart fanunit client

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

* feat: initial smart fan unit implementation

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

* feat: improve logging, double btn press

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

* fix: testcases

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

* fix: context closure handling, RPM reporting

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

* fix: address linting issues

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

* fix: edge line closure

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

* fix: reset CPU after i2c lockup

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

* feat: add uf2 to release

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

---------

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2023-11-25 11:07:50 +01:00
Matthias Riegler
e86b221aa8 fix: rename release-please -> release workflow (#28)
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2023-10-05 08:48:57 +02:00
Matthias Riegler
f2cd029d83 fix: ${ -> ${{ ... (#27)
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2023-10-05 08:46:48 +02:00
Matthias Riegler
780455e749 fix: debug statement (#26)
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2023-10-05 08:42:56 +02:00
Matthias Riegler
21d9942629 fix: add debug statement (#25)
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2023-10-05 08:39:06 +02:00
Matthias Riegler
4691e2b3d7 fix: if statement? (#23)
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2023-10-05 08:36:46 +02:00
Matthias Riegler
cee6912f57 fix: if condition (#22)
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2023-10-05 08:24:08 +02:00
Matthias Riegler
9c82b60fd8 fix: explicitly check for true before running goreleaser (#21)
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2023-10-05 08:21:14 +02:00
Matthias Riegler
33dd6e5adf feat: switch to release-please (#19)
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2023-10-05 08:14:26 +02:00
Matthias Riegler
7f166f2ed3 feat: add configuration support, update docs (#18)
* chore: remove duplicated import

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

* chore: rename bcm273x -> bcm2711 to avoid confusion

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

* feat: add configuration support

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

* docs: update docs & add install script

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

* fix: split workflows until release-please is setup on org level

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>

---------

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2023-10-02 23:27:19 +02:00
Matthias Riegler
7af2623765 fix: bump github action cache to v3 everywhere (#17)
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2023-10-02 00:03:22 +02:00
Matthias Riegler
87f4d42b82 fix: gha cache for go mod/build
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2023-10-01 23:56:56 +02:00
Matthias Riegler
c8955046f1 chore: add release pipeline
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2023-10-01 23:40:54 +02:00