From 9eef398a9d5c1443dbc30aba65a2e31095ffebbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Wed, 27 Mar 2019 14:23:28 +0100 Subject: [PATCH] prepare next version --- README.md | 2 ++ VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5c30c1..3de3f96 100644 --- a/README.md +++ b/README.md @@ -384,6 +384,7 @@ Compare the version with the list below to check whether a breaking change was i The following is a list of breaking changes of the `netbox-docker` project: +* 0.11.0: The docker-compose file now marks volumes as shared (`:z`). This should prevent SELinux problems [#131][131] * 0.9.0: Upgrade to at least 2.1.5 * 0.8.0: Alpine linux was upgraded to 3.9 [#126][126] * 0.7.0: The value of the `MAX_PAGE_SIZE` environment variable was changed to `1000`, which is the default of Netbox. @@ -397,6 +398,7 @@ The following is a list of breaking changes of the `netbox-docker` project: [54]: https://github.com/netbox-community/netbox-docker/issues/54 [126]: https://github.com/netbox-community/netbox-docker/pull/126 +[131]: https://github.com/netbox-community/netbox-docker/pull/131 ## Rebuilding & Publishing images diff --git a/VERSION b/VERSION index 78bc1ab..d9df1bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0 +0.11.0