Skip to content

Commit

Permalink
Version Bump 2.11.0 (#824)
Browse files Browse the repository at this point in the history
Reduced the number of approvals required for a release from 2 to 1

Signed-off-by: Theo Truong <theotr@amazon.com>
  • Loading branch information
nhtruong authored Jul 22, 2024
1 parent aba5fda commit 0808a2a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
secret: ${{ github.TOKEN }}
approvers: ${{ steps.get_data.outputs.approvers }}
minimum-approvals: 2
minimum-approvals: 1
issue-title: 'Release opensearch-js : ${{ steps.get_data.outputs.version }}'
issue-body: "Please approve or deny the release of opensearch-js. **VERSION**: ${{ steps.get_data.outputs.version }} **TAG**: ${{ github.ref_name }} **COMMIT**: ${{ github.sha }}"
exclude-workflow-initiator-as-approver: true
Expand Down
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
### Added
### Dependencies
- Bumps `@types/node` from 20.14.10 to 20.14.11
- Bumps `eslint-plugin-prettier` from 5.1.3 to 5.2.1
- Bumps `semver` from 7.6.2 to 7.6.3
### Changed
- Return a transport object from `AwsSigv4SignerTransport.request` that has an `.abort()` method that allows in-flight requests to be canceled
### Deprecated
### Removed
### Fixed
### Security

## [2.10.1]
## [2.11.0]
### Changed
- Return a transport object from `AwsSigv4SignerTransport.request` that has an `.abort()` method that allows in-flight requests to be canceled
### Dependencies
- Bumps `simple-git` from 3.24.0 to 3.25.0
- Bumps `prettier` from 3.3.1 to 3.3.3
- Bumps `@aws-sdk/types` from 3.577.0 to 3.609.0
- Bumps `ws` from 7.5.9 to 7.5.10
- Bumps `@types/node` from 20.14.2 to 20.14.10
- Bumps `@babel/eslint-parser` from 7.24.7 to 7.24.8
- Bumps `@types/node` from20.14.2 to 20.14.11
- Bumps `eslint-plugin-prettier` from 5.1.3 to 5.2.1
- Bumps `faker` from 5.5.3 to 6.6.6
- Bumps `prettier` from 3.3.1 to 3.3.3
- Bumps `rimraf` from 5.0.7 to 6.0.1
- Bumps `@babel/eslint-parser` from 7.24.7 to 7.24.8
- Bumps `semver` from 7.6.2 to 7.6.3
- Bumps `simple-git` from 3.24.0 to 3.25.0
- Bumps `ws` from 7.5.9 to 7.5.10
### Fixed
- Add missing types in `package.json` for `aws-v3` ([810](https://github.com/opensearch-project/opensearch-js/pull/810))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
},
"homepage": "https://www.opensearch.org/",
"version": "2.10.1",
"version": "2.11.0",
"versionCanary": "7.10.0-canary.6",
"keywords": [
"opensearch",
Expand Down

0 comments on commit 0808a2a

Please sign in to comment.