Packages changed: curl (7.71.1 -> 7.72.0) findutils flannel (0.11.0 -> 0.12.0) helm (3.2.4 -> 3.3.0) installation-images-MicroOS (16.7 -> 16.8) k9s (0.18.1 -> 0.21.7) kubernetes1.17 kubernetes1.18 microos-tools (2.3 -> 2.4) podman popt (1.16 -> 1.18) xfsprogs === Details === ==== curl ==== Version update (7.71.1 -> 7.72.0) Subpackages: libcurl4 - Update to 7.72.0 [bsc#1175109, CVE-2020-8231] * Changes: - content_encoding: add zstd decoding support - CURL_PUSH_ERROROUT: allow the push callback to fail the parent stream - CURLINFO_EFFECTIVE_METHOD: added * Bugfixes: - CVE-2020-8231: libcurl: wrong connect-only connection - curl-config: ignore REQUIRE_LIB_DEPS in --libs output - curl: improve the existing file check with -J - curl_multi_setopt: fix compiler warning "result is always false" - curl_version_info.3: CURL_VERSION_KERBEROS4 is deprecated - docs: Add video link to docs/CONTRIBUTE.md - docs: clarify MAX_SEND/RECV_SPEED functionality - ftp: don't do ssl_shutdown instead of ssl_close - ftpserver: don't verify SMTP MAIL FROM names - getinfo: reset retry-after value in initinfo - gnutls: repair the build with 'CURL_DISABLE_PROXY' - gtls: survive not being able to get name/issuer - h2: repair trailer handling - http2: close the http2 connection when no more requests may be sent - http2: fix nghttp2_strerror -> nghttp2_http2_strerror in debug messages - libssh2: s/ssherr/sftperr/ - mprintf: Fix dollar string handling - mprintf: Fix stack overflows - multi_remove_handle: close unused connect-only connections - ngtcp2: adapt to error code rename - ngtcp2: adjust to recent sockaddr updates - ngtcp2: update to modified qlog callback prototype - ntlm: free target_info before (re-)malloc - page-header: provide protocol details in the curl.1 man page - quiche: handle calling disconnect twice - setopt: unset NOBODY switches to GET if still HEAD - smtp_parse_address: handle blank input string properly - socks: use size_t for size variable - tls-max.d: this option is only for TLS-using connections - tlsv1.3.d. only for TLS-using connections - tool_getparam: make --krb option work again - transfer: fix data_pending for builds with both h2 and h3 enabled - transfer: fix memory-leak with CURLOPT_CURLU in a duped handle - transfer: move retrycount from connect struct to easy handle - url: fix CURLU and location following ==== findutils ==== - findutils.keyring: Update GPG keys of Bob Proulx. Prompted by an error of 'osc service localrun download_files'. ==== flannel ==== Version update (0.11.0 -> 0.12.0) - update to 0.12.0: * fix deleteLease * Use publicIP lookup iface if --public-ip indicated * kubernetes 1.16 cni error * Add cniVersion to general CNI plugin configuration. * Needs to clear NodeNetworkUnavailable flag on Kubernetes * Replaces gorillalabs go-powershell with bhendo/go-powershell * Make VXLAN device learning attribute configurable * change nodeSelector to nodeAffinity and schedule the pod to linux node * This PR adds the cni version to the cni-conf.yaml inside the kube-flannel-cfg configmap * EnableNonPersistent flag for Windows Overlay networks * snap package. * Update lease with DR Mac * main.go: add the "net-config-path" flag * Deploy Flannel with unprivileged PSP * Enable local host to local pod connectivity in Windows VXLAN * Update hcsshim for HostRoute policy in Windows VXLAN ==== helm ==== Version update (3.2.4 -> 3.3.0) - Update to version 3.3.0: * Fix issue with install and upgrade running all hooks * bump version to v3.3 * fix(template):Issue:helm template with --output-dir (#8156) * Adding v4 link * Updating for today's actual milestone practices * fix(cmd): display warnings on stderr * Determine chart digest by manifest (#8249) * Fix some go-lint warnings * Fix golint issue * feat(comp): Complete revision for rollback command * fix template command use --show-only flags error in windows environment * version bump * remove s390x arch check * feat(comp): Provide completion for --version flag * chore(Makefile): Remove unused variable * Improve the extractor and add tests (#8317) * Add HelmVersion to Capabilities * feat(cmd): Subcommands for the completion command * fix(chartutil): do not set helpers.tpl filetype for vim * Add unit test case * feat(comp): Move custom completions to Cobra 1.0 * fix(doc): generic description for --version/verify * Fix description is ignore when installed with upgrade * Add unit test for man-in-the-middle attack on pull * chore(helm): Avoid confusion in command usage * Fix crashing `helm chart list` with large list * Show errors when linting for Chart.yaml version and appVersion fields of type non-string * ref(tests): localize unit test fixtures to package * Fix issue with unhandled error on Stat * Removing legacy completions.bash file * Using flags instead of persistent flags on status * Removing tiller language * Added s390x support * add kind_sorter support for SecretList * Fix unit test * Fix repo cache setting * Update the Helm version docs * Revert "group command for easy read" * Catching a potential panic in strval parsing * Recovering from panic that can occur with make * Fixing error with strvals parsing * ref(pkg/chartutil): use minimal in-memory fixtures * feat: Detect missing selector during lint * Add new line to fix code formatting in doc * fix(comp): Prepare plugin completion for Cobra 1.0 * feat(test): Update golangci-lint to 1.27.0 * chore(*): Fix formatting * Fixing PAX Header handling (#8086) * fix: upgrade using --force shoud not run patch logic (#8000) * feat(getter): add timeout option (#7950) * fix security mailing list address * bump DefaultCapabilities to 1.18 * bump to kubernetes 1.18.2 * scripts: do not use optional 'which' command in get-helm installation (#8048) * feat: make the linter coalesce the passed-in values before running values tests (#7984) * Removed scheme * Fixes repo parsing * Fixes repo parsing * Set DisableCompression to true to disable unwanted httpclient transformation * Update lint deprecation list * refactor: alter constant `pluginFileName` to `PluginFileName` * Fixing argument to be lower case * docs: fix capitalization in a few help messages * bump version to v3.2 * fix: removed strict template errors in linter (#8017) * Add checking of length of resourceList before creating of deleting * fix: use correct regular expression for Kubernetes names (#8013) * feat: implement deprecation warnings in helm lint (#7986) * added option --insecure-skip-tls-verify for helm install, addresses #7875 * added option --insecure-skip-tls-verify for helm pull, addresses #7875 * polish to keep the same log style * Fix markdown table in helm command doc * feat: lint the names of templated resources (#8011) * Adding Helm env vars where XDG exposed * Fix : Prints empty list in json/yaml is no repositories are present (#7949) * Updating CONTRIBUTING to match current practice * Adding PR template from dev-v2 branch * Add unit test for pkg/chart/chart.go * fix: write index.yaml file atomically (#7954) * test: add test for bom test data integrity * Fixing docs from version to appVersion (#7975) * Modify Circle config to use Go 1.14 (#7980) * fix(pkg/cli): ensure correct configuration from kubeconfig file * fix(cmd/env): make helm env command respect cli flags (#7978) * fix(*): remove bom in utf files when loading chart files (#6081) * Helm upgrades with --reuse-values and nil user values -- with tests (#7959) * fix(pkg/plugin): copy plugins directly to the data directory (#7962) * fix linting error with lookup function (#7969) * Parse reference templates in predictable order (#7702) * group command for easy read * fs_test: use os.Getuid() instead user.Current() to determine if a test is executed with root privileges. * fix(helm): allow a previously failed release to be upgraded (#7653) * Updating get stripts to skip pre-releases * fix(pkg/kube): continue deleting objects when one fails * Add comments about release Version variable * fixed to mirror master * removed panic, and replaced with error * fix test * added config file string * Fix a typo "update" -> "updates" (#7346) * fix(cmd): Fixes logging on action conf init error (#6909) * Remove duplicated words (#7336) ==== installation-images-MicroOS ==== Version update (16.7 -> 16.8) - merge gh#openSUSE/installation-images#408 - document default network repo location - 16.8 ==== k9s ==== Version update (0.18.1 -> 0.21.7) - update to 0.21.7: - see https://github.com/derailed/k9s/releases ==== kubernetes1.17 ==== - Correct invalid use of %{_libexecdir} to ensure files should be in /usr/lib ==== kubernetes1.18 ==== Subpackages: kubernetes1.18-client kubernetes1.18-kubeadm kubernetes1.18-kubelet kubernetes1.18-kubelet-common - Correct invalid use of %{_libexecdir} to ensure files should be in /usr/lib - update url ==== microos-tools ==== Version update (2.3 -> 2.4) - Update to version 2.4 - fixes for autorelabel in initrd - Use systemds tmpfiles.d/tmp.conf to relabel /tmp and cleanup /tmp after 10 days and /var/tmp after 30 days - Don't install tmp.mount.d/selinux.conf on Factory [bsc#1175379] - Add tmp.mount for SUSE MicroOS 5.0 [jsc#SMO-2] ==== podman ==== Subpackages: podman-cni-config - Correct invalid use of %{_libexecdir} to ensure files should be in /usr/lib ==== popt ==== Version update (1.16 -> 1.18) - Update to version 1.18: * fix an ugly and ancient security issue with popt failing to drop privileges on alias exec from a SUID/SGID program * perform rudimentary sanity checks when reading in popt config files * collect accumulated misc fixes (memleaks etc) from distros * convert translations to utf-8 encoding * convert old postscript documentation to pdf * dust off ten years worth of autotools sediment * reorganize and clean up the source tree for clarity * remove the obnoxious splint annotations from the sources - popt-alignment-checks.patch removed: contained in upstream - popt-libc-updates.patch changed: to be compatible with new version. ==== xfsprogs ==== - Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)