Releases: DhavalGojiya/setup-solr-action
Releases · DhavalGojiya/setup-solr-action
Release list
Release v1.2.0
What's Changed
- Fix typos discovered by codespell AGAIN by @cclauss in #40
- Add pre-commit to run standard hooks plus codespell by @cclauss in #38
- pre-commit: Add biome and shfmt by @cclauss in #39
- ci: Update GitHub Actions workflows based on Zizmor security reports by @DhavalGojiya in #41
- feat: Add solr10 support in the setup-solr-action by @DhavalGojiya in #42
- Pin GitHub Actions to specific commit SHAs in CI workflows by @DhavalGojiya in #43
- Move Solr config fixtures to tests/solr_configs and update CI workflows by @DhavalGojiya in #44
- chore: update all dependencies to latest compatible versions by @DhavalGojiya in #45
- feat: add Node.js 24 LTS support to the action by @DhavalGojiya in #46
- feat: add caching to the setup-node action by @DhavalGojiya in #47
- chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group by @dependabot[bot] in #48
- Add .nvmrc to pin Node version for contributors by @DhavalGojiya in #49
- Update pre-commit hook versions for biome, codespell, and shfmt by @DhavalGojiya in #50
- Add CHANGELOG.md for project version tracking by @DhavalGojiya in #51
- Add pre-commit hook for mdformat and reformat markdown by @DhavalGojiya in #52
- Clarify Node.js version setup and commit conventions in CONTRIBUTING by @DhavalGojiya in #53
- chore: add shellcheck, actionlint, and yamlfmt pre-commit hooks by @DhavalGojiya in #54
- chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group by @dependabot[bot] in #55
- Refactor CI workflows for improved structure and security by @DhavalGojiya in #56
Full Changelog: v1.1.0...v1.2.0
Release v1.1.0
🚀 What’s Changed in v1.1.0
- Bump actions/checkout from 5 to 6 in the github-actions group by @dependabot[bot] in #32
- feat: Add Solr 9 support to GitHub Actions test matrix by @DhavalGojiya in #35
- debug: Add debug logging for Solr version resolution in setup script by @DhavalGojiya in #36
- Prepare release v1.1.0 by @DhavalGojiya in #37
📌 Full Changelog: v1.0.4...v1.1.0
Release v1.0.4
🚀 What’s Changed in v1.0.4
- CI: Keep GitHub Actions up to date with Dependabot (#22) by @cclauss
- Docs: Update
README.mdto use current Actions and Python versions (#23) by @cclauss - Dependencies: Bump
actions/setup-nodefromv4→v6(#25) by @dependabot[bot] - Build: Exclude
state-helper.jsfrom thetsupbuild process (#26) by @DhavalGojiya - Project: Add
CODEOWNERSfile (#27) by @DhavalGojiya - Build: Fix missing non-dev dependencies in
tsupbundle (#29) by @DhavalGojiya - CI: Add Biome CI check to GitHub Actions workflow (#30) by @DhavalGojiya
- Release: Prepare
v1.0.4(#31) by @DhavalGojiya
🎉 New Contributors
- @cclauss made their first contribution in #22
- @dependabot[bot] made their first contribution in #25
📌 Full Changelog: v1.0.3 → v1.0.4
Release v1.0.3
🚀 What’s Changed in v1.0.3
- Docs: Improved comments in
src/action.jsfor better readability (#12) by @dmpathak - Code of Conduct: Added Contributor Covenant Code of Conduct (#13) by @DhavalGojiya
- Security: Added
SECURITY.mdfile to the repository (#14) by @DhavalGojiya - Branding: Added branding for setup-solr-action (#15) by @DhavalGojiya
- Package: Updated
package.jsondescription for setup-solr-action to matchaction.yml(#16) by @DhavalGojiya
🎉 New Contributors
📌 Full Changelog: v1.0.2 → v1.0.3
Release v1.0.2
🚀 What’s Changed
- Add fail-fast package-lock.json sync check by @DhavalGojiya in #8
- Improve logger message visibility and formatting for clearer debugging by @DhavalGojiya in #9
- Add Solr container cleanup logic to GitHub Action by @DhavalGojiya in #10
📌 Full Changelog: v1.0.1 → v1.0.2
Release v1.0.1
🚀 What’s Changed
- Updated README with documentation improvements by @DhavalGojiya in #3
- Improved CI/CD workflows and renamed all workflow files with the
ciprefix by @DhavalGojiya in #4 - Added
.gitattributesfile to enforce LF line endings by @DhavalGojiya in #5 - Changed Solr action setup checkout to
@v1insideci-release.ymlworkflow by @DhavalGojiya in #6
📌 Full Changelog: v1.0.0 → v1.0.1
Release v1.0.0
🎉 v1.0.0 – Initial Stable Release
The first stable release of setup-solr-action 🚀
Easily spin up Apache Solr in your GitHub Actions workflows.
✨ Highlights
- 📦 Setup Apache Solr inside CI pipelines.
- ⚙️ Automatically create a Solr core.
- 🗂️ Support for custom configsets (
schema.xml,solrconfig.xml, etc.).
🛠️ Quick Usage
- name: Setup Solr
uses: dhavalgojiya/setup-solr-action@v1
with:
solr-version: '8.9.0'
solr-core-name: my_core
solr-custom-configset-path: solr_configs/📜 Notes
- This is the first stable release.
- Future versions will keep improving with bug fixes and features.
Full Changelog: https://github.com/DhavalGojiya/setup-solr-action/tree/main