Skip to content

Releases: notch8/actions

v1.0.8

07 Jan 19:48
2f23280

Choose a tag to compare

Add the default platform to the image build

v1.0.7

15 Nov 04:11
404ada6

Choose a tag to compare

align the versions to v1.0.7

v1.0.6

11 Nov 06:45

Choose a tag to compare

Full Changelog: v1.0.5...v1.0.6

v1.0.5

10 Nov 22:19
6e2cd31

Choose a tag to compare

save compose logs if the lint/test fails

v1.0.4

07 Aug 15:54
37ffe2d

Choose a tag to compare

What's New

This release improves the build and push images composite action to correctly use the hyrax-webapp submodule commit SHA as the base image tag — instead of defaulting to latest.

Changes

Submodule detection improved: Now uses -e to correctly detect .git as a file in submodules.

Uses submodule SHA for base image: Ensures builds are tagged with the intended commit version.

No longer sets TAG globally: Prevents unintended tag overrides for web, worker, and other services.

Removed hardcoded TAG=latest: Makes image tagging consistent and fully input-driven.

How to Use

Update your workflows to use:

notch8/actions/.github/workflows/[email protected]

If you’re building a base image and using hyrax-webapp as a submodule, this change ensures your base image is tagged with the correct SHA.

v1.0.3

28 Jul 21:23

Choose a tag to compare

🛠️ after-care/action.yaml Enhancements

  • Rewrote Docker Compose log collection to:

    • Iterate over running containers.
    • Gracefully handle missing log access.
    • Provide cleaner, more resilient logs.
  • Renamed artifacts for clarity and parallel test support:

    • docker-compose-logs-${{ matrix.ci_node_index }}
    • spec-reports-${{ matrix.ci_node_index }}

v1.0.2

25 Jul 21:03
6e099e4

Choose a tag to compare

Version Bump & Bug Fix

  • adds version tag to after-care

Bugfix - bump version prior to release

11 Jul 05:50

Choose a tag to compare

v1.0.0

11 Jul 05:41
0628513

Choose a tag to compare

What's Changed

Breaking change - this release removes the deploy action and replaces it with the update-deploy-values action, which utilizes argocd

Full Changelog: v0.0.26...v1.0.0

v0.0.26

19 May 02:53

Choose a tag to compare

Adds:

  • Docker logging for actions whether they fail or not