Release 0.3.0 - #34
Merged
Merged
Conversation
Finalize the version for the 0.3.0 release and refresh the Docker tag examples so they point at the tag this release publishes. - pyproject.toml / uv.lock: 0.3.0.dev0 -> 0.3.0. publish.yml validates that the pushed v* tag matches this value, so it has to be final on main before v0.3.0 is tagged. - README.md: ghcr.io/codelibs/fessctl:0.2.0 -> 0.3.0 - skills/fessctl/references/installation.md, troubleshooting.md: ghcr.io/codelibs/fessctl:0.1.0 -> 0.3.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release preparation for fessctl 0.3.0.
publish.ymlvalidates that the pushedv*tag matches the version inpyproject.toml, so the version has to be finalized onmainbeforev0.3.0is tagged.
Changes
pyproject.toml/uv.lock:0.3.0.dev0->0.3.0README.md: Docker examples now pinghcr.io/codelibs/fessctl:0.3.0(were0.2.0)skills/fessctl/references/installation.md,references/troubleshooting.md:same tag refresh (were
0.1.0, two releases behind)The
0.3.0container image is published separately from this repository, so therefreshed README examples become valid once that image is pushed.
What 0.3.0 contains
FESS_VERSIONis 15.8.0, a CI matrix entryfor Fess 15.8.0 / OpenSearch 3.8.0, and a fix for
pingreporting a healthyFess 15.7+ server as an error (the
/api/v2/healthcluster status is uppercase, while
/api/v1/healthspelled it lower case)Verification
uv run pytest tests/unit— 123 passeduv build— buildsfessctl-0.3.0.tar.gzandfessctl-0.3.0-py3-none-any.whl