Skip to content

Commit

Permalink
Bump version: 1.1.0-rc1 → 1.1.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekseisollc committed Jun 28, 2022
1 parent 03f0a34 commit fbe4012
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ A Zeek log writer that sends logging output to Kafka, providing a convenient mea
1. Install the plugin using `zkg install`.

```
$ zkg install seisollc/zeek-kafka --version 1.1.0-rc1
$ zkg install seisollc/zeek-kafka --version 1.1.0
The following packages will be INSTALLED:
zeek/seisollc/zeek-kafka (1.1.0-rc1)
zeek/seisollc/zeek-kafka (1.1.0)
Verify the following REQUIRED external dependencies:
(Ensure their installation on all relevant systems before proceeding):
from zeek/seisollc/zeek-kafka (1.1.0-rc1):
from zeek/seisollc/zeek-kafka (1.1.0):
librdkafka ~1.4.2
Proceed? [Y/n]
Expand All @@ -62,15 +62,15 @@ A Zeek log writer that sends logging output to Kafka, providing a convenient mea
Installing "zeek/seisollc/zeek-kafka"........
Installed "zeek/seisollc/zeek-kafka" (1.1.0-rc1)
Installed "zeek/seisollc/zeek-kafka" (1.1.0)
Loaded "zeek/seisollc/zeek-kafka"
```

1. Run the following command to ensure that the plugin was installed successfully.

```
$ zeek -N Seiso::Kafka
Seiso::Kafka - Writes logs to Kafka (dynamic, version 1.1.0-rc1)
Seiso::Kafka - Writes logs to Kafka (dynamic, version 1.1.0)
```

### Manual Installation
Expand Down Expand Up @@ -104,7 +104,7 @@ These instructions could also be helpful if you were interested in distributing

```
$ zeek -N Seiso::Kafka
Seiso::Kafka - Writes logs to Kafka (dynamic, version 1.1.0-rc1)
Seiso::Kafka - Writes logs to Kafka (dynamic, version 1.1.0)
```

## Activation
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0-rc1
current_version = 1.1.0
commit_message = "Automatically generated release {new_version}"
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion zkg.meta
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ script_dir = build/scripts/Seiso/Kafka
build_command = ./configure --with-librdkafka=%(LIBRDKAFKA_ROOT)s && make
test_command = cd tests && btest -d
plugin_dir = build
version = 1.1.0-rc1
version = 1.1.0
depends =
zeek >=4.0.0
zkg >=2.0
Expand Down

0 comments on commit fbe4012

Please sign in to comment.