Skip to content
  1. Jan 05, 2021
  2. Jan 04, 2021
  3. Dec 30, 2020
  4. Dec 25, 2020
  5. Dec 24, 2020
  6. Dec 23, 2020
    • Florian Ruynat's avatar
      Fix crictl with Docker (#7081) · c971debd
      Florian Ruynat authored
      c971debd
    • Teo Klestrup Röijezon's avatar
      Blacklist Calico's VXLAN interface from NetworkManager (#7037) · 161c7e9f
      Teo Klestrup Röijezon authored
      See https://github.com/projectcalico/calico/issues/3271
      
      Otherwise Calico can get into a fight with NM about who "owns" the vxlan.calico
      interface, breaking all pod traffic.
      161c7e9f
    • Cristian Klein's avatar
      Fix terraform0.13 errors (#7077) · fd3ebc13
      Cristian Klein authored
      * [terraform/aws] Fix Terraform >=0.13 warnings
      
      Terraform >=0.13 gives the following warning:
      
      ```
      Warning: Interpolation-only expressions are deprecated
      ```
      
      The fix was tested as follows:
      ```
      rm -rf .terraform && terraform0.12.26 init && terraform0.12.26 validate
      rm -rf .terraform && terraform0.13.5 init && terraform0.13.5 validate
      rm -rf .terraform && terraform0.14.3 init && terraform0.14.3 validate
      ```
      which gave no errors nor warnings.
      
      * [terraform/openstack] Fixes for Terraform >=0.13
      
      Terraform >=0.13 gives the following error:
      ```
      Error: Failed to install providers
      Could not find required providers, but found possible alternatives:
        hashicorp/openstack -> terraform-provider-openstack/openstack
      ```
      
      This patch fixes these errors.
      
      This fix was tested as follows:
      ```
      rm -rf .terraform && terraform0.12.26 init && terraform0.12.26 validate
      rm -rf .terraform && terraform0.13.5 init && terraform0.13.5 validate
      rm -rf .terraform && terraform0.14.3 init && terraform0.14.3 validate
      ```
      which gave no errors nor warnings for Terraform 0.13.5 and Terraform
      0.14.3. Unfortunately, 0.12.x gives a harmless warning, but
      with 0.14.3 out the door, I guess we need to move on.
      
      * [terraform/packet] Fixes for Terraform >=0.13
      
      This fix was tested as follows:
      ```
      export PACKET_AUTH_TOKEN=blah-blah
      rm -rf .terraform && terraform0.12.26 init && terraform0.12.26 validate
      rm -rf .terraform && terraform0.13.5 init && terraform0.13.5 validate
      rm -rf .terraform && terraform0.14.3 init && terraform0.14.3 validate
      ```
      
      Errors are gone, but warnings still remain. It is impossible to please
      all three versions of Terraform.
      
      * Add tests for Terraform >=0.13
      fd3ebc13
    • marcosfsch's avatar
      Fedora CoreOS fixes (#7010) · 9db4b949
      marcosfsch authored
      * Fedora CoreOS: Fix for ethtool pre-installed
      
      Fix error in rpm-ostree when ethtool is already insatlled (FCOS >= 32.20201104.3.0)
      
      * Fedora CoreOS: Fix connection lost
      
      Fedora CoreOS: Ignore connection lost due to reboot and continues the playbook
      9db4b949
    • Kenichi Omichi's avatar
      Improve markdownlint for contrib/network-storage (#7079) · 5b5726bd
      Kenichi Omichi authored
      This fixes markdownlint failures under contrib/network-storage and
      contrib/vault.
      5b5726bd
  7. Dec 22, 2020
    • Kenichi Omichi's avatar
      Improve markdownlint coverage (#7075) · 1347bb2e
      Kenichi Omichi authored
      Now markdownlint covers ./README.md and md files under ./docs only.
      However we have a lot of md files under different directories also.
      This enables markdownlint for other md files also.
      1347bb2e
  8. Dec 21, 2020
  9. Dec 20, 2020
  10. Dec 19, 2020
  11. Dec 18, 2020
  12. Dec 17, 2020
  13. Dec 16, 2020
  14. Dec 10, 2020
  15. Dec 09, 2020
Loading