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

Bump version to 1.1.0 #70

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading