Package Release Info

nginx-ingress-controller-0.15.0-bp153.1.15

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kubernetes-404-server
nginx-ingress-controller

Change Logs

Version: 0.15.0-bp151.1.4
* Wed Dec 12 2018 Micha? Rostecki <mrostecki@suse.de>
- Update Go to 1.10.
* Thu Oct 04 2018 Micha? Rostecki <mrostecki@suse.de>
- Require at least 1.9 version of Go (newer versions can be used)
- Use https instead of http in links
* Tue Oct 02 2018 fcastelli@suse.com
- Cleanup of the spec file:
  * Unpack source code using RPM macros. This makes easier to apply
    patches
  * Use go packaging macros to setup the build environment
  * Get rid of the Go 1.9 requirment, even 1.11 is working fine
- Add 'rootless-is-port-available.patch': this is a backport of a fix
  that allows the controller to run as non-root user. bsc#1107700
* Thu Aug 16 2018 mrostecki@suse.de
- Downgrade Go to 1.9
  * nginx-ingress-controller builds perfectly on 1.9, which is the
    newest version supported on SLE12 and SLE15
* Sat Jul 28 2018 jengelh@inai.de
- Fix the silly backslash escapes in the description.
- Trim non-telling part of the description.
* Mon Jun 25 2018 mrostecki@suse.com
- Change tarball name from nginx-%{version}.tar.gz to
  ingress-nginx-%{version}.tar.gz
* Tue Jun 19 2018 mrostecki@suse.com
- Update to 0.15.0
  * TLS tests
  * improve build-dev-env.sh script
  * always use x-request-id
  * Add basic security context to deployment YAMLs
  * Add google analytics [ci skip]
  * Assert or install go-bindata before incanting
  * Refactor Lua balancer
  * Change TrimLeft for TrimPrefix on the from-to-www redirect
  * add resty cookie
  * [ci skip] bump nginx baseimage version
  * Refactor update of status removing initial check for
    loadbalancer
  * Update go version in fortune teller image
  * force backend sync when worker starts
  * Remove warning when secret is used only for authentication
  * Fix and simplify local dev workflow and execution of e2e tests
* Tue Jun 19 2018 mrostecki@suse.com
- Define kubernetes-404-server and nginx-ingress-controller
  packages in the same spec
* Fri Jun 08 2018 dcassany@suse.com
- Make use of %license macro
* Mon Mar 19 2018 mrostecki@suse.com
- Initial release