|
|
|
|
@@ -1,3 +1,122 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 20 10:08:29 UTC 2025 - Paulo Gomes <pjbgf@linux.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 0.0.17:
|
|
|
|
|
* build(deps): bump golang.org/x/crypto
|
|
|
|
|
* fix(deps): update module google.golang.org/grpc to v1.77.0
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Nov 16 12:02:11 UTC 2025 - Paulo Gomes <pjbgf@linux.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 0.0.16:
|
|
|
|
|
* build: Remove protoc version prefix
|
|
|
|
|
* fix(deps): update module golang.org/x/term to v0.37.0
|
|
|
|
|
* chore(deps): update dependency protocolbuffers/protobuf to v33.1
|
|
|
|
|
* chore(deps): update dependency golangci/golangci-lint to v2.6.1
|
|
|
|
|
* chore(deps): update dependency protocolbuffers/protobuf to v33
|
|
|
|
|
* chore(deps): update dependency golangci/golangci-lint to v2.6.0
|
|
|
|
|
* build: Remove renovate workflow This is being replaced by the workflow in qubesome/.github: https://github.com/qubesome/.github/blob/main/.github/workflows/renovate.yml
|
|
|
|
|
* build: Add renovate workflow
|
|
|
|
|
* build: Add renovate workflow
|
|
|
|
|
* build(deps): bump github.com/urfave/cli/v3 from 3.5.0 to 3.6.0
|
|
|
|
|
* build(deps): bump golang.org/x/sys in the golang-org group
|
|
|
|
|
* build: Transition to new archives config x-ref: https://goreleaser.com/deprecations/#archivesformat
|
|
|
|
|
* build: Add support for new cosign bundle
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 05 09:33:50 UTC 2025 - Paulo Gomes <pjbgf@linux.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 0.0.15:
|
|
|
|
|
* Enforce soft failure when mtls data not available The mtls data storage is largely a convenience feature which enables things such as mime handling. This change ensures that a profile can still be started regardless of it.
|
|
|
|
|
* Disable SELinux for profile and workloads In order for qubesome to work in environments where SELinux is enabled and enforced the container execution needs to opt-out from SELinux.
|
|
|
|
|
* build(deps): bump github.com/cyphar/filepath-securejoin
|
|
|
|
|
* build(deps): bump the github-actions-updates group with 4 updates
|
|
|
|
|
* build(deps): bump github.com/urfave/cli/v3 from 3.4.1 to 3.5.0
|
|
|
|
|
* build(deps): bump google.golang.org/grpc from 1.75.1 to 1.76.0
|
|
|
|
|
* build(deps): bump the golang-org group with 2 updates
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 05 09:28:30 UTC 2025 - Paulo Gomes <pjbgf@linux.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 0.0.14:
|
|
|
|
|
* run: Add support for X11/Wayland and NoGPU specific args This provides an easier way to customise a given workload so that it will work effectively regardless of running it on Wayland or X11. It will also avoid issues when no GPU is available.
|
|
|
|
|
* build(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Oct 05 21:23:01 UTC 2025 - Paulo Gomes <pjbgf@linux.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 0.0.13:
|
|
|
|
|
* build: Bump PROTOC to v32.1
|
|
|
|
|
* build: Bump golangci-lint to v2.5.0
|
|
|
|
|
* build: Remove redundant tenv linter
|
|
|
|
|
* Drop redundant //nolint
|
|
|
|
|
* headless: Disable mime handling The way that mime handling works at the moment, it is incompatible with headless mode. Therefore always disables it before sending the workload to the runner.
|
|
|
|
|
* profiles: Mount dbus system bus path
|
|
|
|
|
* run: Expose Wayland env variables to workloads
|
|
|
|
|
* start: Improve start of profile in Wayland
|
|
|
|
|
* Add fallback resolution In cases were xrandr or wlr-randr are not available, or return an error, fall back to a 1440x1080 resolution. This avoids silent failures which can be difficult to pinpoint.
|
|
|
|
|
* Add headless subcommand
|
|
|
|
|
* build(deps): bump the github-actions-updates group with 5 updates
|
|
|
|
|
* build(deps): bump github.com/cyphar/filepath-securejoin
|
|
|
|
|
* build(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9
|
|
|
|
|
* build(deps): bump google.golang.org/grpc from 1.75.0 to 1.75.1
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 08 11:32:28 UTC 2025 - Paulo Gomes <pjbgf@linux.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 0.0.12:
|
|
|
|
|
* build(deps): bump the golang-org group with 2 updates
|
|
|
|
|
* build(deps): bump the github-actions-updates group with 5 updates
|
|
|
|
|
* build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
|
|
|
|
|
* build(deps): bump github.com/urfave/cli/v3 from 3.3.8 to 3.4.1
|
|
|
|
|
* build(deps): bump google.golang.org/grpc from 1.74.2 to 1.75.0
|
|
|
|
|
* build(deps): bump google.golang.org/protobuf from 1.36.7 to 1.36.8
|
|
|
|
|
* build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0
|
|
|
|
|
* build(deps): bump the golang-org group with 2 updates
|
|
|
|
|
* build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.7
|
|
|
|
|
* build(deps): bump the github-actions-updates group with 3 updates
|
|
|
|
|
* build(deps): bump google.golang.org/grpc from 1.73.0 to 1.74.2
|
|
|
|
|
* build(deps): bump the golang-org group with 2 updates
|
|
|
|
|
* build(deps): bump the github-actions-updates group with 4 updates
|
|
|
|
|
* Bump go-git to v6
|
|
|
|
|
* build: Update branch target
|
|
|
|
|
* build(deps): bump github.com/urfave/cli/v3 from 3.3.3 to 3.3.8
|
|
|
|
|
* build(deps): bump google.golang.org/grpc from 1.72.2 to 1.73.0
|
|
|
|
|
* build(deps): bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.2
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jun 07 20:54:32 UTC 2025 - Paulo Gomes <pjbgf@linux.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 0.0.11:
|
|
|
|
|
* firecracker: Refactoring code Split image used for network setup with the image used as the source for the rootfs. In the future, some of the qubesome specific logic in the latter should also be transitioned over to the firecracker image, so that the requirements from the workload image are decreased.
|
|
|
|
|
* firecracker: Ensure docker is used for privileged ops The use of Firecracker is experimental and heavily relies on Docker for the initial creation of the rootfs and the creation of the firecracker network taps.
|
|
|
|
|
* firecracker: Bump kernel to 6.1.102
|
|
|
|
|
* run: Add workload name to error message
|
|
|
|
|
* Update to new cli.StringArg API
|
|
|
|
|
* build(deps): bump google.golang.org/grpc from 1.72.1 to 1.72.2
|
|
|
|
|
* build(deps): bump the github-actions-updates group with 4 updates
|
|
|
|
|
* build(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1
|
|
|
|
|
* build(deps): bump github.com/urfave/cli/v3 from 3.1.1 to 3.3.3
|
|
|
|
|
* build(deps): bump the golang-org group with 2 updates
|
|
|
|
|
* build(deps): bump the github-actions-updates group with 4 updates
|
|
|
|
|
* build(deps): bump google.golang.org/grpc from 1.71.1 to 1.72.0
|
|
|
|
|
* build(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.15.0
|
|
|
|
|
* build(deps): bump golang.org/x/net in the go_modules group
|
|
|
|
|
* build(deps): bump the golang-org group with 2 updates
|
|
|
|
|
* build(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1
|
|
|
|
|
* build(deps): bump github.com/urfave/cli/v3 from 3.0.0-beta1 to 3.1.1
|
|
|
|
|
* build(deps): bump the github-actions-updates group with 5 updates
|
|
|
|
|
* build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6
|
|
|
|
|
* build(deps): bump golang.org/x/net in the go_modules group
|
|
|
|
|
* build: Add CodeQL workflow
|
|
|
|
|
* profiles: Add desktop entries for workloads Instead of relying on users to create and map their own desktop entries, qubesome auto generate them based on all the workloads configured for the given profile.
|
|
|
|
|
* build: Add OpenSSF Scorecard workflow
|
|
|
|
|
* build(deps): bump the golang-org group with 2 updates
|
|
|
|
|
* build(deps): bump google.golang.org/grpc from 1.70.0 to 1.71.0
|
|
|
|
|
* Improve AMD GPU support Depending on the ROCm version, the binaries are not added to the PATH. Checking for /dev/kfd seems to be a more consistent way to check whether the AMD Kernel Fusion Driver is in place, which is what AMD uses.
|
|
|
|
|
* build(deps): bump github.com/go-git/go-git/v5
|
|
|
|
|
* build(deps): bump the github-actions-updates group with 3 updates
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Feb 24 08:53:41 UTC 2025 - pjbgf@linux.com
|
|
|
|
|
|
|
|
|
|
|