diff --git a/_service b/_service
index 9624d9a..340c7c6 100644
--- a/_service
+++ b/_service
@@ -4,8 +4,8 @@
git@github.com:coreos/flannel.git
.git
flannel
- 0.8.0
- v0.8.0
+ 0.9.1
+ v0.9.1
enable
diff --git a/flannel-0.8.0.tar.xz b/flannel-0.8.0.tar.xz
deleted file mode 100644
index 5e42bd2..0000000
--- a/flannel-0.8.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:8a171ddf1cb3e93751578789c1b003c140b6d0cb6e0b3d5c9d2a37cc9c604594
-size 5113716
diff --git a/flannel-0.9.1.tar.xz b/flannel-0.9.1.tar.xz
new file mode 100644
index 0000000..fbf4dfe
--- /dev/null
+++ b/flannel-0.9.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1b4beb5f5b477ae8b7efc6d7c63db075afef0ae04a03a427160191aaf75244ab
+size 5114448
diff --git a/flannel.changes b/flannel.changes
index 985e81a..53533d7 100644
--- a/flannel.changes
+++ b/flannel.changes
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+Mon Nov 27 09:28:36 UTC 2017 - opensuse-packaging@opensuse.org
+
+- Update to version 0.9.1:
+ * kube: Update manifests to v0.9.1
+ * network/iptables: Add iptables rules to FORWARD chain
+ * kube-flannel.yml: Update to v0.9.0 and improve docs
+ * Update README.md
+ * Fix horrendous README typo
+ * Always ensure iptables masquerade rules are installed
+ * Makefile: Stop pulling the unused lib from kube-cross
+ * subnet/*: Remove unused reservations code
+ * use init container to install cni on flannel daemonset
+
-------------------------------------------------------------------
Thu Nov 23 13:48:19 UTC 2017 - rbrown@suse.com
diff --git a/flannel.spec b/flannel.spec
index 9359b22..c667ff6 100644
--- a/flannel.spec
+++ b/flannel.spec
@@ -22,7 +22,7 @@
%endif
Name: flannel
-Version: 0.8.0
+Version: 0.9.1
Release: 0
Summary: An etcd backed network fabric for containers
License: Apache-2.0
@@ -36,7 +36,7 @@ Source4: flannel-tmpfiles.conf
BuildRequires: golang-packaging
BuildRequires: systemd
BuildRequires: xz
-BuildRequires: golang(API) = 1.8
+BuildRequires: golang(API) >= 1.8
Requires(post): %fillup_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{go_nostrip}