chore(release): bump CLI to 0.3.0 - #354
Merged
Merged
Conversation
Minor release. The delta since v0.2.0 includes VPC support for the AWS installer (opensearch-project#337), a new feature adding --vpc-id / --subnet-ids / --security-group-ids and a VPC-private deployment path, plus the security-group data-path check and e2e harness (opensearch-project#344). Per the RFC opensearch-project#27 bumping rules, a new non-breaking feature is a MINOR bump, so v0.2.0 -> v0.3.0 rather than a patch. Also fix RELEASING.md step 2: maintainers cannot push tags to this repo (.github#531), so the release tag is requested via a [GitHub Request] issue on opensearch-project/.github. Documents the format and links .github#577 as an example. Signed-off-by: Kyle Hounslow <kylhouns@amazon.com>
kylehounslow
requested review from
anirudha,
goyamegh,
joshuali925,
ps48 and
vamsimanohar
as code owners
July 27, 2026 19:17
joshuali925
approved these changes
Jul 27, 2026
Collaborator
Author
|
.github release request filed: opensearch-project/.github#600 |
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.
Description
Minor release: bumps the CLI to
0.3.0.Per RFC #27, the delta since
v0.2.0includes a new feature (VPC support for the AWS installer, #337), so this is a MINOR bump.package.jsonwas previously set to0.2.1(#349, never tagged or published); this corrects it.Also fixes
RELEASING.mdstep 2: the release tag is requested via a[GitHub Request]issue on opensearch-project/.github, since maintainers cannot push tags directly (.github#531). Links .github#577 as the format example.Issues Resolved
N/A
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.