Skip to content
  1. Apr 04, 2022
  2. Apr 02, 2022
    • Kenichi Omichi's avatar
      Fix quotation of nerdctl_extra_flags (#8668) · 018611f8
      Kenichi Omichi authored
      Due to missing quotation of nerdctl_extra_flags, ansible-playbook was failed:
      
        Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/command.py
        Pipelining is enabled.
          [..]
          File "/usr/lib/python3.8/shlex.py", line 191, in read_token
            raise ValueError("No closing quotation")
      
      This fixes the issue.
      
      T-Eberle investigated the issue and found the solution.
      Thank you T-Eberle!
      018611f8
  3. Mar 28, 2022
  4. Mar 26, 2022
  5. Mar 17, 2022
  6. Mar 08, 2022
  7. Mar 07, 2022
  8. Mar 04, 2022
  9. Mar 03, 2022
    • Cristian Calin's avatar
      [containerd] Upgrade containerd to 1.6.0 and re-enable arm64 architecture with... · bf7a506f
      Cristian Calin authored
      [containerd] Upgrade containerd to 1.6.0 and re-enable arm64 architecture with default options (#8555)
      
      * [containerd] add checksums for 1.6.0
      
      * [containerd] promote 1.6.0 as the new default
      
      * [runc] promote 1.1.0 as the new default to allow arm deployments out of the box
      
      * [nerdctl] bump to 0.17.0 to align with containerd 1.6.0
      
      * [reset] allow crictl stopp and rmp commands to fail
      bf7a506f
  10. Feb 22, 2022
  11. Feb 21, 2022
  12. Feb 16, 2022
  13. Feb 15, 2022
  14. Feb 04, 2022
  15. Feb 02, 2022
  16. Feb 01, 2022
  17. Jan 31, 2022
  18. Jan 25, 2022
  19. Jan 24, 2022
  20. Jan 22, 2022
  21. Jan 17, 2022
  22. Jan 11, 2022
  23. Jan 10, 2022
  24. Jan 09, 2022
    • Kenichi Omichi's avatar
      Move containerd_version to defaults/main.yml (#8379) · 51bd9bee
      Kenichi Omichi authored
      All container image versions were defined in download/defaults/main.yml
      except containerd.
      The inconsistency caused the offline script(generate_list.sh) could not
      output the URL of containerd image.
      This moves the definition into a valid file.
      In addition, this adds host_os to generate_list.sh for downloading
      krew from a valid URL.
      51bd9bee
Loading