Commit Graph
127 Commits
Author SHA1 Message Date
humocs-manandGitHub 42c9c88675 Update build-installer-iso.yml 2026-03-26 20:02:50 +01:00
humocs-manandGitHub 764b1a40d4 Update build.yml 2026-03-26 19:33:01 +01:00
humocs-manandGitHub 23e540a38b Merge pull request #10 from humocs-man/dependabot/github_actions/renovatebot/github-action-46.1.5
deps: bump renovatebot/github-action from 46.1.4 to 46.1.5
2026-03-26 17:20:42 +01:00
dependabot[bot]andGitHub fa87e9328b deps: bump renovatebot/github-action from 46.1.4 to 46.1.5
Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 46.1.4 to 46.1.5.
- [Release notes](https://github.com/renovatebot/github-action/releases)
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/renovatebot/github-action/compare/0b17c4eb901eca44d018fb25744a50a74b2042df...abd08c7549b2a864af5df4a2e369c43f035a6a9d)

---
updated-dependencies:
- dependency-name: renovatebot/github-action
  dependency-version: 46.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-20 14:13:45 +00:00
dependabot[bot]andGitHub 255cff19ed deps: bump docker/metadata-action from 5.8.0 to 6.0.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.8.0 to 6.0.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/c1e51972afc2121e065aed6d45c65596fe445f3f...030e881283bb7a6894de51c315a6bfe6a94e05cf)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-20 14:13:21 +00:00
humocs-manandGitHub 460f26196f Update docker metadata-action and enhance image labels
Updated docker metadata-action version and added new labels for image metadata.
2026-03-14 08:51:13 +01:00
humocs-manandGitHub 7dad400332 Update Image Metadata step in build workflow 2026-03-14 08:37:10 +01:00
humocs-manandGitHub 68428028ec Disable Image Metadata step in build.yml
Commented out the Image Metadata step in the build workflow.
2026-03-14 07:32:39 +01:00
humocs-manandGitHub 4c9f0df021 Merge pull request #8 from humocs-man/dependabot/github_actions/sigstore/cosign-installer-4.1.0
deps: bump sigstore/cosign-installer from 3.10.0 to 4.1.0
2026-03-14 07:13:25 +01:00
humocs-manandGitHub e22f66433b Merge pull request #7 from humocs-man/dependabot/github_actions/renovatebot/github-action-46.1.4
deps: bump renovatebot/github-action from 40.3.2 to 46.1.4
2026-03-14 07:13:05 +01:00
dependabot[bot]andGitHub 31b5706f2c deps: bump sigstore/cosign-installer from 3.10.0 to 4.1.0
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.10.0 to 4.1.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/d7543c93d881b35a8faa02e8e3605f69b7a1ce62...ba7bc0a3fef59531c69a25acd34668d6d3fe6f22)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 14:09:25 +00:00
dependabot[bot]andGitHub 764a8c7fa5 deps: bump renovatebot/github-action from 40.3.2 to 46.1.4
Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.3.2 to 46.1.4.
- [Release notes](https://github.com/renovatebot/github-action/releases)
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/renovatebot/github-action/compare/b9486682a19fe4ea2dd1263c11b4e0c1fe1838fe...0b17c4eb901eca44d018fb25744a50a74b2042df)

---
updated-dependencies:
- dependency-name: renovatebot/github-action
  dependency-version: 46.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 14:09:21 +00:00
dependabot[bot]andGitHub 6f02091e1f deps: bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 14:08:57 +00:00
humocs-manandGitHub e5af49e922 Add disk space cleanup step in workflow
Added a step to free disk space before preparing the output directory.
2026-03-13 12:21:42 +01:00
humocs-manandGitHub 8a4925a29b Merge pull request #2 from humocs-man/dependabot/github_actions/actions/checkout-6
deps: bump actions/checkout from 4 to 6
2026-03-13 11:25:09 +01:00
humocs-manandGitHub 843ec3c33a Merge pull request #3 from humocs-man/dependabot/github_actions/docker/login-action-4.0.0
deps: bump docker/login-action from 3.6.0 to 4.0.0
2026-03-13 11:24:40 +01:00
humocs-manandGitHub 2019177616 Merge pull request #4 from humocs-man/dependabot/github_actions/docker/metadata-action-6.0.0
deps: bump docker/metadata-action from 5.8.0 to 6.0.0
2026-03-13 11:24:21 +01:00
dependabot[bot]andGitHub b3abc5f7e6 deps: bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 10:23:13 +00:00
humocs-manandGitHub 4c6e716087 Merge pull request #5 from humocs-man/dependabot/github_actions/actions/setup-node-6.3.0
deps: bump actions/setup-node from 4.1.0 to 6.3.0
2026-03-13 11:22:15 +01:00
humocs-manandGitHub 920e491d64 Delete .github/workflows/dependabot.yml 2026-03-13 11:17:28 +01:00
humocs-manandGitHub 7be8c488ff Delete .github/workflows/reusable-build-iso-anaconda.yml 2026-03-13 11:17:09 +01:00
dependabot[bot]andGitHub 3e73cf8efd deps: bump actions/setup-node from 4.1.0 to 6.3.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.1.0 to 6.3.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/39370e3970a6d050c480ffad4ff0ed4d3fdee5af...53b83947a5a98c8d113130e565377fae1a50d02f)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 10:17:06 +00:00
dependabot[bot]andGitHub 7a4b28a210 deps: bump docker/metadata-action from 5.8.0 to 6.0.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.8.0 to 6.0.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/c1e51972afc2121e065aed6d45c65596fe445f3f...030e881283bb7a6894de51c315a6bfe6a94e05cf)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 10:17:02 +00:00
dependabot[bot]andGitHub 3e6173b7b4 deps: bump docker/login-action from 3.6.0 to 4.0.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/5e57cd118135c172c3672efd75eb46360885c0ef...b45d80f862d83dbcd57f89517bcf500b2ab88fb2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 10:16:58 +00:00
humocs-manandGitHub 0a780e81b3 Delete .github/workflows/validate-flatpaks.yml 2026-03-13 11:16:52 +01:00
humocs-manandGitHub bd67091911 Delete .github/workflows/validate-justfiles.yml 2026-03-13 11:16:40 +01:00
humocs-manandGitHub ee5118aea6 Delete .github/workflows/validate-shellcheck.yml 2026-03-13 11:16:27 +01:00
humocs-manandGitHub 239ec6a91b Add Dependabot configuration for GitHub Actions 2026-03-13 11:16:05 +01:00
humocs-manandGitHub 5fd0727cc7 Add Dependabot configuration for GitHub Actions
Configure Dependabot to check for GitHub Actions updates weekly.
2026-03-13 11:10:02 +01:00
humocs-manandGitHub d5e27bbc38 Update build-installer-iso.yml 2026-03-12 20:25:01 +01:00
humocs-manandGitHub 5c3746bc12 Update build-installer-iso.yml 2026-03-12 18:49:16 +01:00
humocs-manandGitHub a365e22d33 Update build-installer-iso.yml 2026-03-12 12:32:39 +01:00
humocs-manandGitHub 677b2ce359 Update build-installer-iso.yml 2026-03-12 12:13:48 +01:00
humocs-manandGitHub f9ad2e3e9c Update build-installer-iso.yml 2026-03-12 12:08:24 +01:00
humocs-manandGitHub 79d0cd4922 Update build-installer-iso.yml 2026-03-12 07:16:32 +01:00
humocs-manandGitHub b626224ecb Update build-installer-iso.yml 2026-03-12 07:14:11 +01:00
humocs-manandGitHub 9f4ea28a42 Update build-installer-iso.yml 2026-03-12 06:57:58 +01:00
humocs-manandGitHub f81af34d21 Update build-installer-iso.yml 2026-03-11 22:19:33 +01:00
humocs-manandGitHub 2e4bcb745b Update build-installer-iso.yml 2026-03-11 22:15:36 +01:00
humocs-manandGitHub 1134167523 Update build-installer-iso.yml 2026-03-11 22:09:42 +01:00
humocs-manandGitHub a7c8344b40 Update build-installer-iso.yml 2026-03-11 21:59:34 +01:00
humocs-manandGitHub 76c1f620c5 Update build-installer-iso.yml 2026-03-11 21:58:07 +01:00
humocs-manandGitHub aa3cb8dc92 Update build-installer-iso.yml 2026-03-11 21:53:11 +01:00
humocs-manandGitHub 3420a1a39f Update build-installer-iso.yml 2026-03-11 21:41:47 +01:00
humocs-manandGitHub 2043b6e873 Update build-installer-iso.yml 2026-03-11 21:32:51 +01:00
humocs-manandGitHub 4086ddffb8 Update build-installer-iso.yml 2026-03-11 21:29:49 +01:00
humocs-manandGitHub 97d4aa0201 Update build-installer-iso.yml 2026-03-11 21:26:57 +01:00
humocs-manandGitHub 1cee91c53f Update build-installer-iso.yml 2026-03-11 21:21:59 +01:00
humocs-manandGitHub 290f36c337 Update build-installer-iso.yml 2026-03-11 21:14:19 +01:00
humocs-manandGitHub 5f3259f449 Update build-installer-iso.yml 2026-03-11 20:36:45 +01:00