-
Notifications
You must be signed in to change notification settings - Fork 277
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
[Retrospective] Release 1.3.0 #1775
Comments
I was waiting on the release of 1.2.5 as I believed it had the fix for running the docker using docker-compose based on https://opensearch.org/docs/latest/opensearch/install/docker/#sample-docker-compose-file-for-development . After testing the 1.3.0 release, the problem still exists:
as described in:
Leaving this out, makes it hard to start development using OpenSearch. It's a missed chance to apply this change to this latest release. |
We committed high risk changes late, for example opensearch-project/asynchronous-search#104 came in almost at the very end and turned out to be fairly non-trivial. |
We should disable the auto-build process once the release candidate is finalized to avoid last minute changes getting in to the release candidates (Ex: opensearch-project/index-management#311) |
Hi @evs-xsarus Only come to know this DEV compose file today. The one we link on the website with 2 data 1 dashboards runs well: Thanks. |
Disagree. This optimizes for the happy path that the RC is what we release. Instead of having a release train, it introduces a manual process of disabling builds the moment we produce an RC. It will waste a day re-enabling builds, and merging additional PRs on individual repos if we decide that a release candidate is bad. The docker build overwriting previous builds is #1762, but once that's fixed there's no reason not to build a new build and then ignore it because we picked an earlier release candidate to release. |
Thanks @zelinh for driving the release. I see below steps needs to be added in the template for OpenSearch repository. Created improvements request in #1787
|
The component release issues weren't clear on the expectations and led to a lot of last-minute changes. I've included some proposed changes in #1718 |
Reflection on OpenSearch Release 1.3.0.Thanks all contributors for your great effort on authoring code changes, reviewing pull requests, dedications on issues so that we could drive a successful 1.3.0 OpenSearch release. Area for improvements
Action Items
With this we are closing out the retro items for 1.3.0. |
How to use this issue?
Please add comments to this issue, they can be small or large in scope. Honest feedback is important to improve our processes, suggestions are also welcomed but not required.
What will happen to this issue post release?
There will be a discussion(s) about how the release went and how the next release can be improved. Then this ticket will be updated with the notes of that discussion along side action items.
The text was updated successfully, but these errors were encountered: