1. 30 11月, 2020 1 次提交
  2. 26 11月, 2020 3 次提交
  3. 20 11月, 2020 1 次提交
    • C
      Helm Chart: Fix chart-testing, upgrade ingress to networking.k8s.io/v1beta1,... · cb66bd27
      Cédric de Saint Martin 提交于
      Helm Chart: Fix chart-testing, upgrade ingress to networking.k8s.io/v1beta1, set metrics-provider=none if metrics scraper is not enabled. (#5691)
      
      * Helm Chart: set metrics-provider=none if metrics scraper is not enabled.
      
      * Helm CI: fix chart-testing-action configuration.
      
      * Helm Chart: Switch Ingress from extensions/v1beta1 to networking.k8s.io/v1beta1. Requires kubernetes >= 1.14.0.
      cb66bd27
  4. 19 11月, 2020 1 次提交
  5. 18 11月, 2020 1 次提交
    • Y
      Update helm stable repo (#5666) · 2a49fc87
      Yuiko Mouri 提交于
      * Update helm stable repo
      
      * Update .helm-chart-testing.yaml
      
      * Update requirements.lock
      
      * Update requirements.yaml
      
      * Update helm-release-chart.sh
      
      * Update digest and generated in requirements.lock
      
      * Bump version to 2.8.3
      
      * Bump helm/chart-testing-action to v2.0.1
      
      Also, bump helm/kind-action to v1.1.0
      
      * Bump desaintmartin/helm-kubeval-action to v1.0.2
      Co-authored-by: NShu Muto <shu.mutow@nec.com>
      2a49fc87
  6. 17 11月, 2020 1 次提交
  7. 16 11月, 2020 1 次提交
  8. 12 11月, 2020 2 次提交
  9. 10 11月, 2020 1 次提交
  10. 05 11月, 2020 1 次提交
  11. 27 10月, 2020 1 次提交
  12. 26 10月, 2020 1 次提交
  13. 22 10月, 2020 1 次提交
  14. 21 10月, 2020 4 次提交
  15. 19 10月, 2020 7 次提交
  16. 18 10月, 2020 1 次提交
  17. 16 10月, 2020 3 次提交
  18. 15 10月, 2020 4 次提交
  19. 09 10月, 2020 2 次提交
  20. 08 10月, 2020 2 次提交
  21. 07 10月, 2020 1 次提交
    • S
      Fix frontend tests (#5602) · 715ed775
      Shu Muto 提交于
      Use new functions instead of deprecated functions in angular/core/testing.
      * TestBed.get -> TestBed.inject
      * async -> waitForAsync
      
      Also, fix some tests.
      715ed775