Skip to content

Releases: DhavalGojiya/setup-solr-action

Release v1.2.0

Choose a tag to compare

@DhavalGojiya DhavalGojiya released this 29 Jun 15:40
4951af9

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

Choose a tag to compare

@DhavalGojiya DhavalGojiya released this 26 Nov 09:12
6dc4d2f

🚀 What’s Changed in v1.1.0

📌 Full Changelog: v1.0.4...v1.1.0

Release v1.0.4

Choose a tag to compare

@DhavalGojiya DhavalGojiya released this 01 Nov 15:28
125f357

🚀 What’s Changed in v1.0.4


🎉 New Contributors


📌 Full Changelog: v1.0.3 → v1.0.4

Release v1.0.3

Choose a tag to compare

@DhavalGojiya DhavalGojiya released this 08 Oct 15:28
3d06dbf

🚀 What’s Changed in v1.0.3

  • Docs: Improved comments in src/action.js for better readability (#12) by @dmpathak
  • Code of Conduct: Added Contributor Covenant Code of Conduct (#13) by @DhavalGojiya
  • Security: Added SECURITY.md file to the repository (#14) by @DhavalGojiya
  • Branding: Added branding for setup-solr-action (#15) by @DhavalGojiya
  • Package: Updated package.json description for setup-solr-action to match action.yml (#16) by @DhavalGojiya

🎉 New Contributors


📌 Full Changelog: v1.0.2 → v1.0.3

Release v1.0.2

Choose a tag to compare

@DhavalGojiya DhavalGojiya released this 18 Sep 15:29
17e802b

🚀 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

Choose a tag to compare

@DhavalGojiya DhavalGojiya released this 12 Sep 11:58
9ddd549

🚀 What’s Changed

  • Updated README with documentation improvements by @DhavalGojiya in #3
  • Improved CI/CD workflows and renamed all workflow files with the ci prefix by @DhavalGojiya in #4
  • Added .gitattributes file to enforce LF line endings by @DhavalGojiya in #5
  • Changed Solr action setup checkout to @v1 inside ci-release.yml workflow by @DhavalGojiya in #6

📌 Full Changelog: v1.0.0 → v1.0.1

Release v1.0.0

Choose a tag to compare

@DhavalGojiya DhavalGojiya released this 07 Sep 17:46

🎉 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