charm-helpers:bug/1757564

Last commit made on 2018-03-21
Get this branch:
git clone -b bug/1757564 https://git.launchpad.net/charm-helpers

Branch merges

Branch information

Name:
bug/1757564
Repository:
lp:charm-helpers

Recent commits

6b0953d... by David Ames

Enable GRE conntrack in UFW

When using UFW on systems that also have GRE tunneling, GRE traffic
is marked INVALID unless nf_conntrack_proto_gre is loaded.

This change enables GRE connntrack when UFW is enabled if the unit is
not a container.

Closes-Bug: #1757564

f76317e... by Cory Johns

Bump version and changelog for release

1929092... by Stuart Bishop

Fix network get (#118)

* Add egress_subnets helper to access egress-subnets on a relation

* Drop Python3-only regexp option

We shall trust that relation-get only sends us ASCII instead.

* Document ingress & egress for both sides of a relation

* Fix NotImplemented fallbacks for network information APIs

Addresses https://github.com/juju/charm-helpers/issues/112

8d82b2d... by Cory Johns

Fix JSON serializable error using default (#136)

Alternative to #135 that preserves the key ordering fix.

1a475de... by Stuart Bishop

Add egress_subnets helper to access egress-subnets on a relation (#116)

* Add egress_subnets helper to access egress-subnets on a relation

* Drop Python3-only regexp option

We shall trust that relation-get only sends us ASCII instead.

* Document ingress & egress for both sides of a relation

dba2284... by Barry Price <email address hidden>

Allow Service Manager applications to handle the ICMP protocol (#108)

54fec5e... by Cory Johns

Minor fix for changelog format in docs (#134)

58f7a30... by Cory Johns

Bump version for release and add changelog to docs (#133)

2aab46c... by Cory Johns

Ensure keys in cashed func args are sorted (#132)

Fixes #126
Supersedes #127

87680c9... by Cory Johns

Doc updates (#131)

Change README to RST for PyPI and indicate that docs have moved to RTD

Fixes #27