Skip to content

Releases: microscaler/rerp

v0.1.3

27 Jan 05:58

Choose a tag to compare

Release v0.1.3

Summary

This release includes a major website refactor with a business-first landing page approach and migration to Tailwind CSS v4. Multiple dependencies have been updated across the project, including Vite, Node, and various GitHub Actions. The release also introduces CI integration with concurrency protection.

Changes

Features

  • Refactor landing page with business-first approach
  • Implement release CI integration with concurrency protection

Fixes

  • Migrate Tailwind CSS to v4 PostCSS plugin

Other

  • Refactor website to minimal Hello World SolidJS/Vite site
  • Bump @fortawesome/fontawesome-free in /ui/website
  • Bump autoprefixer
  • Bump tailwindcss from 3.4.19 to 4.1.18 in /ui/website
  • Bump vite from 5.4.21 to 7.3.1 in /ui/website
  • Bump alpine from 3.19 to 3.23 in /docker/base
  • Bump node from 20-alpine to 25-alpine in /docker/website
  • Bump actions/attest-build-provenance from 1 to 3
  • Bump actions/setup-node from 4 to 6
  • Bump actions/upload-artifact from 4 to 6
  • Bump actions/cache from 4 to 5
  • Bump actions/configure-pages from 4 to 5

Generated from commits since the previous release.

v0.1.2

25 Jan 18:22

Choose a tag to compare

Release v0.1.2

Summary

This release focuses on improving the CI/CD pipeline for container releases. The update enhances the release automation by triggering container jobs on tag pushes and improving image tagging strategy.

Changes

Features

Fixes

Other

  • ci(release): run container jobs on tag push, pass release tag, push :version and :latest

Generated from commits since the previous release.

v0.1.1

25 Jan 16:53

Choose a tag to compare

Release v0.1.1

Summary

This release introduces automated release workflows with manual semver control, expands CI/CD with matrix builds for 10 microservices, and adds new tooling including the rerp CLI. Infrastructure improvements include Dependabot configuration and enhanced container build processes.

Changes

Features

  • Add release workflow for manual semver bump and tag (#22)
  • Add rerp CLI, deprecate scripts, UI website, CI/Pages

Fixes

  • Fix arm7 jemalloc compatibility in container builds

Other

  • Matrix build-push for 10 microservices, drop website from GHCR
  • Add validate-build-artifacts and unpack-build-bins capabilities
  • Add Dependabot configuration
  • Update workflows README documentation

Generated from commits since the previous release.