March 26, 2024
LaunchDarkly Code References in Pull Request
Version updated for launchdarkly/find-code-references-in-pull-request to version v1.3.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Add an info warning for changes flags that have been deprecated Changed Update info message for removed, but not extinct flags Update dependencies
March 26, 2024
LikeC4
Version updated for likec4/actions to version v1.60.2.
This action is used across all versions by 4 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes release: v1.60.2 (#22)
March 26, 2024
Lines of Code Badge (emi)
Version updated for MikhailEpatko/loc-badge-action to version v4.0.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Removed include and exclude files options.
March 26, 2024
GitHub App Token Generator for Actions
Version updated for sammcj/github-app-installation-token to version v2.12.0.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 2.12.0 (2024-03-25) What’s Changed chore(renovate): patch Update dependency @types/chai to v4.3.14 by @renovate in https://github.com/sammcj/github-app-installation-token/pull/260 Full Changelog: https://github.com/sammcj/github-app-installation-token/compare/v2.11.0...v2.12.0
March 26, 2024
SKNUPS Build Project
Version updated for sknups/build-project to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Initial release.
runs shellcheck runs yamllint
March 26, 2024
Tag major and minor versions extracted from semver
Version updated for tapihdev/tag-major-minor-semver to version v1.0.3.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed fix: update name to make it unique by @tapih in https://github.com/tapihdev/tag-major-minor-semver/pull/15 Full Changelog: https://github.com/tapihdev/tag-major-minor-semver/compare/v1.0.2...v1.0.3
March 26, 2024
Build unikernel images with Unikraft
Version updated for unikraft/kraftkit to version v0.8.0.
This action is used across all versions by 6 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes KraftKit v0.8.0 (2024-03-25T21:28:57Z) This is a stable release of kraftkit.
Changelog ⚠️ Breaking Changes c1af2258e87c463b3d8203e452c0718e288c233b: feat!: Named services & Log Pagination & Fixes (#1413) (@craciunoiuc) 8ff971a352f37774d3716d10dd5c32c6f29a94d4: style(internal)!: Switch to uniform ‘wait’ flag for start/stop (#1424) (@craciunoiuc) 🚀 New Features 9245ba614e8b25381320fe179db9a91eba9020a1: feat(compose): Introduce create, start, stop subcommands (#1398) (@nderjung) 8f6a71e36049ed2e1102a64e6f9dc8cc595e1be8: feat(internal): Add default timeout for process calls (#1453) (@craciunoiuc) 05738a327f68501ea09555fcaa2cb796a35384ed: feat(internal): Cache checking for updates for speed (#1436) (@craciunoiuc) 7d0468c8687404e0d49b6c29e90499ac211d65f2: feat(internal): Enable experimental rootfs compression (#1438) (@craciunoiuc) 8134a7091b6762b2767125c05329dfcdb5bc68c8: feat(internal): Introduce ‘kraft cloud compose’ up/down cmds (#1427) (@craciunoiuc) 413e34fac9647965ee8d12692f064fbc912949a3: feat: Introduce compose logs subcommand (#1379) (@nderjung) c2d3465aaafc1eb0762275cb02cc6d8c8ad97acd: feat: new service domains attribute for multi-dns (#1439) (@craciunoiuc) 🐛 Bug Fixes 82deacc3fa69439dd53e0c829d7f29901e9d63de: fix(cloud): suppressed API errors in delete responses (#1451) (@craciunoiuc) 6ceeeb28d8c618ca5b3ea96c1acbd81ff461b71f: fix(initrd): Also truncate initrd file if it exists (#1435) (@craciunoiuc) 634fe26aa3a0688b87c9c01ad3f2d406007eeee4: fix(internal): Adapt name check to new request API (#1452) (@craciunoiuc) c98ec79bd51f7ab93b2a9094f4c76d5120837767: fix(internal): Display kernel arguments also (#1431) (@craciunoiuc) f33d416601aaf111f63bfa150206e01070f535cc: fix(internal): Do not error on cancels (#1414) (@craciunoiuc) 47887f8549940d438232f9b75ac6392a7d2b740d: fix(internal): Do not error on empty flag (#1422) (@craciunoiuc) e7494bc4b86b2d42c8f656a023e65d1f055119bc: fix(internal): Require at least 1Mi for running (#1425) (@nderjung) da5a87243a834ade41572e156c11cddb1271c8e6: fix(internal): Several fixes to the rollout process (#1430) (@craciunoiuc) 1944fffec67cbe5aea3bcb8b71bef72a3188f9ec: fix(ukargparse): Split only first = of kernel args (#1408) (@craciunoiuc) d639e577ca6085e2127e23571ae713484edb9f07: fix(webinstall): Several fixes and features (#1412) (@nderjung) 🤖 Bumps d78086c7265a5a9fa7cf3a5a9ea2dc8e169e2f97: build(deps): Bump github.
March 25, 2024
Setup Godot Action
Version updated for chickensoft-games/setup-godot to version v2.0.1.
This action is used across all versions by 61 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Version 2.0.1
Commits [d83cb325] Upgrade from node16 to node20 (#81)
March 25, 2024
Run Ecspresso
Version updated for cloudposse/github-action-run-ecspresso to version 0.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes what Application repositories can now run DB Migrations and other Ecspresso tasks while only having a partial task definition in their repository. e.g. { "containerDefinitions": [ { "name": "app", "image": "{{ must_env `IMAGE` }}" } ], "cpu": "256", "memory": "1024" } The rest can be fetched from S3, which will be merged.