Commit 8f9fadd0 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.3.1 [skip ci]

parent ce444200
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/kubernetes'
    ref: '1.3.0'
    ref: '1.3.1'
    file: '/templates/gitlab-ci-k8s.yml'
```

@@ -358,11 +358,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/kubernetes'
    ref: '1.3.0'
    ref: '1.3.1'
    file: '/templates/gitlab-ci-k8s.yml'
  # Vault variant
  - project: 'to-be-continuous/kubernetes'
    ref: '1.3.0'
    ref: '1.3.1'
    file: '/templates/gitlab-ci-k8s-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ variables:
.k8s-base:
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "kubernetes", "1.3.0" ]
      command: ["--service", "kubernetes", "1.3.1" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+2 −2
Original line number Diff line number Diff line
@@ -522,7 +522,7 @@ stages:
    fi
  }

  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update kubernetes "1.3.0"; fi
  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update kubernetes "1.3.1"; fi

  # export tool functions (might be used in after_script)
  export -f log_info log_warn log_error assert_defined rollback
@@ -538,7 +538,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "kubernetes", "1.3.0" ]
      command: ["--service", "kubernetes", "1.3.1" ]
  before_script:
    - *k8s-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"