Releases: flatpak/flatpak-github-actions
Releases · flatpak/flatpak-github-actions
v6.3
What's Changed
- add GNOME 45 by @vixalien in #155
- fix(flat-manager): Fix push of EoL arguments by @davidmhewitt in #157
- flat-manager: Add support for --build-log-url by @barthalion in #158
New Contributors
Full Changelog: v6.2...v6.3
v6.2
What's Changed
- Bump dependencies by @RytoEX in #133
- Skip Docker and QEMU setup for non-x86_64 build by @i-ky in #140
- Commit mirrored screenshots to the ostree repo by @barthalion in #143
- Remove boolean options fallback by @tytan652 in #150
- Fix cache missing by @xfangfang in #149
- Build runtime bundle if manifest is a runtime or extension by @detjensrobert in #148
- Add kde-6.5 by @grulja in #151
- CI, README: bump actions/checkout to v4 by @kbdharun in #152
- action: bump runner to node20 by @kbdharun in #153
- New release! by @bilelmoussaoui in #154
New Contributors
- @i-ky made their first contribution in #140
- @barthalion made their first contribution in #143
- @xfangfang made their first contribution in #149
- @detjensrobert made their first contribution in #148
Full Changelog: v6...v6.2
v6.1
v5
flatpak-builder
- Georges Basile Stavracas Neto: Don't modify original Flatpak manifest
- Georges Basile Stavracas Neto: Add 'mirror-screenshots-url' input
- Andy Holmes: add support for D-Bus tests
- lleyton: Add a build-bundle option
flat-manager
The container images also comes with git-lfs
and libappstream-glib
pre-installed.
v4
Starting from this release, you can easily build your Flatpak for other CPU architectures like aarch64 along with some small bug fixes and dependencies updates.
v3
This release brings a ton of new features:
- Caching support: the action leverage Github caching to cache the
.flatpak-builder
directory which should speed up the build stage significantly - Provides per runtime/SDK docker image: yet another effort to reduce the CI time
- flat-manager support: add the possibility to publish a successful build to a Flatpak remote repository
Note
- The original docker image
docker.io/bilelmoussaoui/flatpak-github-actions
is now deprecated and won't work withv3
as it doesn't provide the necessary tools to build/deploy anymore. Please select a different image based on the runtime you're using. See Docker Image for details. - Starting from this release, the repository contains two actions: flatpak-builder (for building & uploading a Flatpak artifact) & flat-manager (for uploading the successful build to a remote repository). Because of that change, we can't update the action in the Github Actions Marketplace due to some limitations. Please refer to the README for the latest & most up to date documentations on how to use the action.
v2
This releases fixes a bunch of issues related to detecting the manifest path/id/branch. It also adds a bunch of tests to ensure we are properly doing things.
v1
First stable release of Flatpak Github Actions! It allows you to build, run tests & create a flatpak bundle that's uploaded to Github artifacts pretty simply. See the README on how to setup that