Skip to content

Commit

Permalink
Merge pull request #1341 from anarkiwi/master
Browse files Browse the repository at this point in the history
Bump version for release and upgrade Ryu to 4.20
  • Loading branch information
anarkiwi committed Dec 3, 2017
2 parents 05c6302 + 65d8918 commit f75d85a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Faucet
======

:version: 1.6.11
:version: 1.6.12

.. image:: https://travis-ci.org/faucetsdn/faucet.svg?branch=master
:target: https://travis-ci.org/faucetsdn/faucet
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-pi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
build:
context: .
dockerfile: Dockerfile.pi-gauge
image: 'faucet/gauge-pi:1.6.11'
image: 'faucet/gauge-pi:1.6.12'
environment:
GAUGE_CONFIG: '/etc/ryu/faucet/gauge.yaml'
volumes:
Expand All @@ -62,7 +62,7 @@ services:
build:
context: .
dockerfile: Dockerfile.pi
image: 'faucet/faucet-pi:1.6.11'
image: 'faucet/faucet-pi:1.6.12'
volumes:
- '${FAUCET_PREFIX}/var/log/ryu/faucet:/var/log/ryu/faucet'
- '${FAUCET_PREFIX}/etc/ryu/faucet:/etc/ryu/faucet'
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
build:
context: .
dockerfile: Dockerfile.gauge
image: 'faucet/gauge:1.6.11'
image: 'faucet/gauge:1.6.12'
environment:
GAUGE_CONFIG: '/etc/ryu/faucet/gauge.yaml'
volumes:
Expand All @@ -71,7 +71,7 @@ services:
build:
context: .
dockerfile: Dockerfile
image: 'faucet/faucet:1.6.11'
image: 'faucet/faucet:1.6.12'
volumes:
- '${FAUCET_PREFIX}/var/log/ryu/faucet:/var/log/ryu/faucet'
- '${FAUCET_PREFIX}/etc/ryu/faucet:/etc/ryu/faucet'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ networkx
pbr>=1.9
prometheus_client
pyyaml
ryu==4.19
ryu==4.20
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pylint
pytest-cov
pyyaml
requests
ryu==4.19
ryu==4.20

0 comments on commit f75d85a

Please sign in to comment.