Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EAliakbar authored Dec 14, 2022
1 parent 61f329d commit fc9ee87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export EXTRACTORS='[{
"transform": "json"
}]'

docker run --name loki-log-export livingdocs/loki-log-export:1.0.0
docker run --name loki-log-export ghcr.io/snapp-incubator/loki-log-export:v1.1.0
```

Will run the log export every hour at 5 past and upload gzipped log files to s3:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loki-log-export",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fc9ee87

Please sign in to comment.