Skip to content

Commit

Permalink
docs: Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fiksn committed Jul 25, 2023
1 parent 42997ad commit a678613
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ USAGE:
bolt-agent [global options] command [command options] [arguments...]
VERSION:
v0.2.0
v0.2.2
COMMANDS:
help, h Shows a list of commands or help for one command
Expand Down Expand Up @@ -143,14 +143,14 @@ Script will execute same steps that you can invoke manually:
* fetch latest revision from https://github.com/bolt-observer/agent/releases

```
wget https://github.com/bolt-observer/agent/releases/download/v0.2.0/bolt-agent-v0.2.0-linux.zip https://github.com/bolt-observer/agent/releases/download/v0.2.0/manifest-v0.2.0.txt.asc https://github.com/bolt-observer/agent/releases/download/v0.2.0/manifest-v0.2.0.txt
wget https://github.com/bolt-observer/agent/releases/download/v0.2.2/bolt-agent-v0.2.2-linux.zip https://github.com/bolt-observer/agent/releases/download/v0.2.2/manifest-v0.2.2.txt.asc https://github.com/bolt-observer/agent/releases/download/v0.2.2/manifest-v0.2.2.txt
```

* verify integrity

```
wget -qO- https://raw.githubusercontent.com/bolt-observer/agent/main/scripts/keys/developers.asc | gpg --import
gpg --verify manifest-v0.2.0.txt.asc manifest-v0.2.0.txt
gpg --verify manifest-v0.2.2.txt.asc manifest-v0.2.2.txt
```

and you should see:
Expand All @@ -169,13 +169,13 @@ gpg: Good signature from "bolt <[email protected]>" [ultimate]
* unpack the compressed binary

```
unzip bolt-agent-v0.2.0-linux.zip
unzip bolt-agent-v0.2.2-linux.zip
```

* copy the binary to a common place

```
cp bolt-agent-v0.2.0-linux /usr/local/bin/bolt-agent
cp bolt-agent-v0.2.2-linux /usr/local/bin/bolt-agent
```

* start the binary
Expand Down Expand Up @@ -204,7 +204,7 @@ You can use the docker image from GitHub:
Usage:

```
docker run -v /tmp:/tmp -e API_KEY=changeme ghcr.io/bolt-observer/agent:v0.2.0
docker run -v /tmp:/tmp -e API_KEY=changeme ghcr.io/bolt-observer/agent:v0.2.2
```

## Filtering on agent side
Expand Down

0 comments on commit a678613

Please sign in to comment.