Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme: change note on beta releases (for RCs) #3044

Merged
merged 1 commit into from
May 1, 2022

Conversation

ivotron
Copy link
Member

@ivotron ivotron commented Nov 20, 2021

Update notes on beta releases (move from betas to RCs).

companion PR to: https://github.com/vectorizedio/vtools/pull/221

@@ -79,38 +79,36 @@ sudo ./install-dependencies.sh && CC=clang CXX=clang++ ./build.sh

For quicker dev setup, we provide a [docker image](tools/docker/README.md) with the toolchain installed.

# Beta builds
# Release candidate builds
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure everyone knows what a release candidate build is. How about we call these "Testing" or "Non production" builds?

Copy link
Contributor

Choose a reason for hiding this comment

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

This is the readme on GitHub not public docs. RC makes sense to me. Although we can say that in the description

Choose a reason for hiding this comment

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

Pretty sure "release candidate" is a common enough name for the non-supported builds which contain expected functionality prior to the final release. Agreed we should describe it clearly in the description (along with the difference between beta builds which are not necessarily all the expected functionality as the final version).

Choose a reason for hiding this comment

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

We might want to add a sentence like "RC builds are not recommended for production use"

curl -1sLf \
'https://packages.vectorized.io/HxYRCzL4xbbaEtPi/redpanda-beta/setup.deb.sh' \
'https://packages.vectorized.io/E4xN1tVe3Xy60GTx/redpanda-unstable/setup.deb.sh' \
Copy link
Contributor

Choose a reason for hiding this comment

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

I don’t get why change the upstream repo link seems like no need. What am I missing.

Copy link
Member Author

Choose a reason for hiding this comment

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

i initially thought of renaming the repo but that'll break any exiting config. should we do that instead?

README.md Outdated Show resolved Hide resolved
@andrewhsu andrewhsu added this to the v21.12.1 milestone Dec 22, 2021
@ivotron ivotron modified the milestones: v21.12.1, v22.1.1 Jan 10, 2022
README.md Outdated

This is an example with the `v21.3.5-beta3` version prior to the 21.3.5 release.
This is an example with the `v21.11.1~rc1` version prior to the 21.11.1 release.
Copy link
Member

Choose a reason for hiding this comment

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

@ivotron from our discussion earlier today, i think this line is implying the git tag use a ~ char to separate with rc. i suggest keeping the - separator for git tags because it is more aligned with https://semver.org/ and it is expected in git tagging conventions https://git-scm.com/book/en/v2/Git-Basics-Tagging

regarding how we build debian packages with version numbers, we can replace - with ~ char in the scripts used downstream to adhere to debian's way of handling version sorting cc @BenPope

Suggested change
This is an example with the `v21.11.1~rc1` version prior to the 21.11.1 release.
This is an example with the `v21.11.1-rc1` version prior to the 21.11.1 release.

Copy link
Member

Choose a reason for hiding this comment

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

Works for me. Can we add something about testing branches? e.g.: v21.11.3-si-beta7 tagged on v21.11.x-si-testing - the first - means it's sorted before the release.

@ivotron ivotron self-assigned this Apr 4, 2022
@ivotron ivotron force-pushed the change-betas-for-rc-in-readme branch from 29d1b2a to fa442a4 Compare April 7, 2022 01:27
@ivotron ivotron requested review from emaxerrno, andrewhsu, BenPope, rkruze and vsaraswat and removed request for bmansheim and vsaraswat April 7, 2022 01:27
vsaraswat
vsaraswat previously approved these changes Apr 10, 2022
Copy link

@vsaraswat vsaraswat left a comment

Choose a reason for hiding this comment

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

One minor suggestion from me, otherwise good to go.

README.md Outdated
@@ -92,38 +92,35 @@ sudo ./install-dependencies.sh && CC=clang CXX=clang++ ./build.sh

For quicker dev setup, we provide a [docker image](tools/docker/README.md) with the toolchain installed.

# Beta builds
# Release candidate builds

For those of us who like to live on the edge!
Copy link
Contributor

Choose a reason for hiding this comment

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

I would remove this. It makes it sound like using our software is dangerous and non-native english speakers might be confused about this.

[skip ci]

Signed-off-by: Ivo Jimenez <ivo@redpanda.com>
Co-authored-by: Andrew Hsu <xuzuan@gmail.com>
@ivotron
Copy link
Member Author

ivotron commented Apr 12, 2022

thanks @vsaraswat and @coral-waters, I've removed the first sentence and added one noting that RCs shouldn't be used in production.

```
docker.vectorized.io/vectorized/redpanda:v21.3.5-beta3
```bash
docker pull docker.vectorized.io/vectorized/redpanda-unstable:v22.1.1-rc1
Copy link
Member

Choose a reason for hiding this comment

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

i tried this but looks like a redirect rule may need to be updated:

bash$ docker pull docker.vectorized.io/vectorized/redpanda-unstable:v22.1.1-rc1
Error response from daemon: repository docker.vectorized.io/vectorized/redpanda-unstable not found: name unknown: repository name not known to registry

Copy link
Member

@andrewhsu andrewhsu left a comment

Choose a reason for hiding this comment

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

LGTM provided the redirect is updated to get the docker pull to work:

bash$ docker pull docker.vectorized.io/vectorized/redpanda-unstable:v22.1.1-rc1

@dotnwat dotnwat modified the milestones: v22.1.1 (Stale), v22.1.1 Apr 26, 2022
@ivotron ivotron merged commit 97bc2f6 into redpanda-data:dev May 1, 2022
@ivotron ivotron deleted the change-betas-for-rc-in-readme branch May 1, 2022 20:13
This pull request was closed.
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.

8 participants