Skip to content

Commit f237a6d

Browse files
authored
Merge pull request #646 from cglewis/master
release v0.2.2
2 parents 75ee248 + e87e8cd commit f237a6d

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v0.2.2 (2018-06-29)
2+
3+
- Update version of pia, gevent, and pytest
4+
- Progress on debian package installer and systemd unit
5+
- Improvements to Travis tests
6+
- Add healthcheck
7+
- Cleanup Dockerfile names
8+
- Fix issues with Poseidon configuring Faucet locally not over SSH
9+
- Update fixes for Faucet yaml changes
10+
- Make interface-group configurable for BCF
11+
- Fix some environment variable issues
12+
113
# v0.2.1 (2018-06-15)
214

315
- PoseidonML moved to the CyberReboot org

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You will need to add support for moving arbitrary endpoint data around your netw
3131

3232
##### span-fabric
3333

34-
Replace `<name>` with the name of your span-fabric and <interface-group> with the name of your interface-group.
34+
Replace `<name>` with the name of your span-fabric and `<interface-group>` with the name of your interface-group.
3535
```
3636
! span-fabric
3737
span-fabric <name>
@@ -42,7 +42,7 @@ span-fabric <name>
4242

4343
##### interface-group
4444

45-
Replace <interface-group> with the name of your interface-group. Additionally fill in the `YOUR_LEAF_SWITCH` and `YOUR_INTERFACE_WHERE_VENT_WILL_RECORD_TRAFFIC_FROM`.
45+
Replace `<interface-group>` with the name of your interface-group. Additionally fill in the `YOUR_LEAF_SWITCH` and `YOUR_INTERFACE_WHERE_VENT_WILL_RECORD_TRAFFIC_FROM`.
4646
```
4747
! interface-group
4848
interface-group <interface-group>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.2.dev
1+
0.2.2

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = u'0.2.2.dev'
61+
version = u'0.2.2'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'0.2.2.dev'
63+
release = u'0.2.2'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

installers/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: poseidon
2-
Version: 0.2.2.dev
2+
Version: 0.2.2
33
Section: base
44
Priority: optional
55
Architecture: all

0 commit comments

Comments
 (0)