Skip to content

Sandbox: add Cloudberry 2.1.0 release support#1692

Open
tuhaihe wants to merge 1 commit intoapache:mainfrom
tuhaihe:sandbox-2.1.0
Open

Sandbox: add Cloudberry 2.1.0 release support#1692
tuhaihe wants to merge 1 commit intoapache:mainfrom
tuhaihe:sandbox-2.1.0

Conversation

@tuhaihe
Copy link
Copy Markdown
Member

@tuhaihe tuhaihe commented Apr 22, 2026

Main changes:

  • Update default CODEBASE_VERSION from 2.0.0 to 2.1.0 in .env
  • Update documentation examples to use version 2.1.0 in README.md
  • Update help message example version in run.sh
  • Switch to Apache mirror system for downloading release tarball using closer.lua for better download reliability and speed
  • Replace wget with curl for source download in Dockerfile

This change ensures the sandbox environment defaults to the latest Apache Cloudberry 2.1.0 release and uses the recommended Apache mirror download method.

Fixes #ISSUE_Number

What does this PR do?

Type of Change

  • Bug fix (non-breaking change)
  • New feature (non-breaking change)
  • Breaking change (fix or feature with breaking changes)
  • Documentation update

Breaking Changes

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated
  • Passed make installcheck
  • Passed make -C src/test installcheck-cbdb-parallel

Impact

Performance:

User-facing changes:

Dependencies:

Checklist

Additional Context

CI Skip Instructions


@tuhaihe
Copy link
Copy Markdown
Member Author

tuhaihe commented Apr 22, 2026

Can run the sandbox successfully in these two ways:

cd cloudberry/devops/sandbox

1) ./run.sh -c 2.1.0

2) ./run.sh -c 2.1.0 -m

Comment thread devops/sandbox/Dockerfile.RELEASE.rockylinux9
Copy link
Copy Markdown
Contributor

@leborchuk leborchuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Yes, now one could just run configure && build

Main changes:
- Update default CODEBASE_VERSION from 2.0.0 to 2.1.0 in .env
- Update documentation examples to use version 2.1.0 in README.md
- Update help message example version in run.sh
- Switch to Apache mirror system for downloading release tarball
  using closer.lua for better download reliability and speed
- Replace wget with curl for source download in Dockerfile

This change ensures the sandbox environment defaults to the latest
Apache Cloudberry 2.1.0 release and uses the recommended Apache
mirror download method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants