Package Release Info

flannel-0.11.0-bp155.2.11

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

flannel
flannel-k8s-yaml

Change Logs

Version: 0.11.0-bp152.1.20
* Tue Oct 29 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Use Tumbleweed Kubic flannel containers instead of devel:kubic
  containers. This fixes aarch64 and ppc64* (boo#1152185)
* Fri Oct 11 2019 Fabian Vogt <fvogt@suse.com>
- It's apps/v1, not apps/v1beta1
- Fix some more typos
* Thu Oct 10 2019 Richard Brown <rbrown@suse.com>
- Fix typo in updated flannel manifest
* Thu Oct 10 2019 Richard Brown <rbrown@suse.com>
- Update flannel manifest to match upstream and support k8s 1.16 API
* Fri Jul 19 2019 kukuk@suse.de
- Set cni version in flannel manifest
* Thu Jul 18 2019 Thorsten Kukuk <kukuk@suse.com>
- Use current kube-flannel.yaml from git to fix DNS problems
* Sun Jun 09 2019 Jan Engelhardt <jengelh@inai.de>
- Add missing words in descriptions.
* Thu Jun 06 2019 kukuk@suse.de
- Fix path of flanneld in yaml file
- Cleanup filelist
* Tue Apr 09 2019 kukuk@suse.de
- Require minimal set of used network utilities
* Mon Apr 08 2019 kukuk@suse.de
- Add flannel-k8s-yaml sub-package with the yaml file to deploy
  flannel.
* Mon Apr 08 2019 kukuk@suse.de
- Update to flannel 0.11.0
- Drop standalone support, it's only for containers
- Drop use-32-prefix-udp-backend.patch, included upstream
* Wed Dec 19 2018 clee@suse.com
- Refactor go to go1.11 for BuildRequires
* Wed Dec 19 2018 clee@suse.com
- Updated to a supported version of Go (due to security reasons)
  * bsc#1118897 CVE-2018-16873
    go#29230 cmd/go: remote command execution during "go get -u"
  * bsc#1118898 CVE-2018-16874
    go#29231 cmd/go: directory traversal in "go get" via curly braces in import paths
  * bsc#1118899 CVE-2018-16875
    go#29233 crypto/x509: CPU denial of service
* Wed Dec 12 2018 alvaro.saurin@suse.com
- Updated to a supported version of Go (due to security reasons)
* Tue Jun 05 2018 dcassany@suse.com
- Make use of %license macro
* Tue May 29 2018 rfernandezlopez@suse.com
- Add use-32-prefix-udp-backend.patch: backend/udp: Use a /32 prefix for the flannel0 interface
  This avoids the kernel's creation of broadcast routes, which prevent
  communication from the host with the zeroth subnet to containers on any
  other hosts.
  Fixes: bsc#1094364
* Thu Feb 01 2018 ro@suse.de
- do not build on s390, only on s390x (no go on s390)
* Mon Nov 27 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 2017 rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
* Tue Aug 29 2017 mmeister@suse.com
- build with go1.8
  this fixes the golang.org/x/net/context conflict