Skip to content
Snippets Groups Projects
  1. Jan 14, 2023
  2. Jan 10, 2023
  3. Jan 07, 2023
  4. Dec 22, 2022
  5. Dec 01, 2022
  6. Nov 17, 2022
  7. Nov 15, 2022
    • Kenichi Omichi's avatar
      Update sonobuoy version (#9485) · b60f65c1
      Kenichi Omichi authored
      The latest version of sonobuoy is v0.56.11.
      This updates the version to the latest.
      
      As the file name, this makes it use certified-conformance mode
      clearly for the latest version of sonobuoy.
      Unverified
      b60f65c1
  8. Oct 26, 2022
  9. Oct 19, 2022
  10. Oct 14, 2022
    • Kenichi Omichi's avatar
      Use agnhost instead of busybox for network test (#9390) · 72b45eec
      Kenichi Omichi authored
      busybox container requires a root permission for ping.
      For testing hardening method at CI, we need to switch to another image
      which doesn't require the root permission for network testing.
      On kubernetes/kubernetes repo, we are using agnhost which doesn't
      require it. So this makes the test use aghhost image.
      
      In addition, this updates the test manifest to specify securityContext
      without any privilege.
      Unverified
      72b45eec
  11. Oct 07, 2022
  12. Sep 15, 2022
  13. Sep 08, 2022
  14. Sep 05, 2022
  15. Aug 30, 2022
  16. Aug 17, 2022
  17. Aug 06, 2022
  18. Aug 03, 2022
  19. Jul 26, 2022
  20. Jul 22, 2022
  21. Jul 20, 2022
  22. Jul 06, 2022
  23. Jul 05, 2022
  24. Jun 29, 2022
  25. Jun 28, 2022
  26. Jun 17, 2022
  27. Jun 15, 2022
  28. Jun 10, 2022
    • Kay Yan's avatar
      remove-support-for-ansible-2.9-2.10 (#8951) · 4726a110
      Kay Yan authored
      Unverified
      4726a110
    • Kenichi Omichi's avatar
      Replace callback_whitelist with callbacks_enabled (#8759) · 024a3ee5
      Kenichi Omichi authored
      When running molecule jobs, we saw the folloing warning message:
      
       [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names
       to new standard, use callbacks_enabled instead. This feature will be removed
       from ansible-core in version 2.15. Deprecation warnings can be disabled by
       setting deprecation_warnings=False in ansible.cfg.
      
      callbacks_enabled has been added since Ansible 2.11 and Kubespray is using
      Ansible 2.12 at master branch. So we can use callbacks_enabled safely to
      avoid the warning message.
      Unverified
      024a3ee5
  29. Jun 09, 2022
  30. Jun 08, 2022
  31. May 18, 2022
Loading