Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cozystack/cozystack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.35.2
Choose a base ref
...
head repository: cozystack/cozystack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.35.3
Choose a head ref
  • 3 commits
  • 15 files changed
  • 2 contributors

Commits on Aug 29, 2025

  1. fix seaweedfs s3 liveness probe scheme (#1368)

    <!-- Thank you for making a contribution! Here are some tips for you:
    - Start the PR title with the [label] of Cozystack component:
    - For system components: [platform], [system], [linstor], [cilium],
    [kube-ovn], [dashboard], [cluster-api], etc.
    - For managed apps: [apps], [tenant], [kubernetes], [postgres],
    [virtual-machine] etc.
    - For development and maintenance: [tests], [ci], [docs], [maintenance].
    - If it's a work in progress, consider creating this PR as a draft.
    - Don't hesistate to ask for opinion and review in the community chats,
    even if it's still a draft.
    - Add the label `backport` if it's a bugfix that needs to be backported
    to a previous version.
    -->
    
    ## What this PR does
    
    
    ### Release note
    
    <!--  Write a release note:
    - Explain what has changed internally and for users.
    - Start with the same [label] as in the PR title
    - Follow the guidelines at
    https://github.com/kubernetes/community/blob/master/contributors/guide/release-notes.md.
    -->
    
    ```release-note
    fix seaweedfs s3 liveness probe scheme
    ```
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    * **Chores**
    * Added a liveness check for the SeaweedFS S3 endpoint (HTTPS). This
    improves health monitoring and enables automatic recovery if the service
    becomes unresponsive, enhancing stability and uptime while reducing
    manual intervention. Readiness behavior remains unchanged. No user
    action required.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    kvaps committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    78198cd View commit details
    Browse the repository at this point in the history
  2. Prepare release v0.35.3

    Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com>
    cozystack-bot committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    b8fd151 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Release v0.35.3 (#1369)

    This PR prepares the release `v0.35.3`.
    kvaps authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    fdb8293 View commit details
    Browse the repository at this point in the history
Loading