Skip to content
Snippets Groups Projects
  1. Oct 27, 2021
  2. Oct 25, 2021
    • Mohamed Zaian's avatar
      nginx-ingress: bump to 1.0.4 (#8114) · d8d01bf5
      Mohamed Zaian authored
      * Disable builtin ssl_session_cache solving the problem with OpenSSL consuming memory.
      * Print warning only instead of error if no IngressClass permission is available.
      d8d01bf5
  3. Oct 20, 2021
    • Cristian Calin's avatar
      containerd: download containerd from upstream instead of using distro specific packages (#7970) · ea8e2fc6
      Cristian Calin authored
      * Containerd: download containerd from upstream instead of using distro specific packages
      
      split runc download to separate role
      make bootstrap-os role deploy container-selinux and seccomp libraries
      clean up package manager provided containerd
      move variables to docker role that are no longer common with containerd
      
      * Containerd: make molecule testing more relevant
      
      * replace ubuntu18 with ubuntu20
      * add centos8 and debian11 to molecule tests
      * run kubernetes/preinstall role to ensure relevancy
        of test including dependency packages
      
      * CI: adjust test scenarios for downloaded containerd
      ea8e2fc6
  4. Oct 19, 2021
  5. Oct 15, 2021
  6. Oct 12, 2021
  7. Oct 08, 2021
  8. Oct 07, 2021
  9. Oct 01, 2021
  10. Sep 29, 2021
  11. Sep 27, 2021
  12. Sep 24, 2021
  13. Sep 22, 2021
  14. Sep 21, 2021
  15. Sep 17, 2021
  16. Sep 09, 2021
  17. Sep 06, 2021
  18. Sep 01, 2021
  19. Aug 30, 2021
  20. Aug 25, 2021
  21. Aug 17, 2021
  22. Aug 12, 2021
  23. Aug 11, 2021
  24. Aug 09, 2021
  25. Jul 22, 2021
    • Kenichi Omichi's avatar
      Separate gvisor_download_url for runsc and shim (#7760) · 56e23086
      Kenichi Omichi authored
      To download necessary files in advance for offline deployment,
      we can see all file URLs with contrib/offline/generate_list.sh
      Most URLs are downloadable, but gvisor's one is not because the
      URL is a part of full URLs for gvisor.
      To download gvisor's files from the URLs directory, this separates
      into two URLs for runsc and the shim.
      56e23086
  26. Jul 20, 2021
  27. Jul 13, 2021
  28. Jul 12, 2021
    • Cristian Calin's avatar
      Move to Ansible 3.4.0 (#7672) · 7516fe14
      Cristian Calin authored
      * Ansible: move to Ansible 3.4.0 which uses ansible-base 2.10.10
      
      * Docs: add a note about ansible upgrade post 2.9.x
      
      * CI: ensure ansible is removed before ansible 3.x is installed to avoid pip failures
      
      * Ansible: use newer ansible-lint
      
      * Fix ansible-lint 5.0.11 found issues
      
      * syntax issues
      * risky-file-permissions
      * var-naming
      * role-name
      * molecule tests
      
      * Mitogen: use 0.3.0rc1 which adds support for ansible 2.10+
      
      * Pin ansible-base to 2.10.11 to get package fix on RHEL8
      7516fe14
Loading