Skip to content

Commit

Permalink
Bump version to 1.1.0 (#70) (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Rupal Mahajan <maharup@amazon.com>
  • Loading branch information
rupal-bq committed Mar 22, 2024
1 parent 2a055d1 commit 3c447cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reporting-cli-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Reporting CLI tests workflow
on: [pull_request, push]

env:
CLI_VERSION: 1.0.0
CLI_VERSION: 1.1.0

jobs:
run-tests:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm i @opensearch-project/reporting-cli
You can also download the `opensearch-reporting-cli` tool from the [OpenSearch.org](https://opensearch.org/downloads.html) and run the following command.

```bash
npm install -g opensearch-reporting-cli-1.0.0.tgz
npm install -g opensearch-reporting-cli-1.1.0.tgz
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/lambda_container_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Opensearch reporting CLI can be used with Lambda for scheduling email reports.

### Creating Lambda container image

1. Create a Dockerfile. Following Dockerfile can be used to create a container image for v1.0.0.
1. Create a Dockerfile. Following Dockerfile can be used to create a container image for v1.1.0.
```dockerfile
# Define function directory
ARG FUNCTION_DIR="/function"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Opensearch Reporting CLI to download and email OpenSearch Dashboards reports.",
"main": "./src/index.js",
"homepage": "https://www.opensearch.org/",
"version": "1.0.0",
"version": "1.1.0",
"keywords": [
"opensearch",
"reporting",
Expand Down

0 comments on commit 3c447cb

Please sign in to comment.