Skip to content

Commit

Permalink
Update kind clusters to 0.10.0 and kube 1.18. Prep for minor release …
Browse files Browse the repository at this point in the history
…of 11.6 (#381)
  • Loading branch information
Andrew Suderman authored Feb 2, 2021
1 parent 6f00b71 commit f3fc412
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ There are many valid ways to configure CI pipelines, but to help you get started

Each new release of rok8s-scripts generates CI images for common workflows. These images include a set of common CI/CD dependencies, including Docker, Kubernetes, Helm, AWS, and Google Cloud client libraries. Starting with these images as a base for deployment workflows ensures that you don't need to spend any build time installing extra dependencies.

We currently include CI Images based on Alpine and Debian Stretch as our recommended starting points. The latest Debian Stretch release can be pulled from `quay.io/reactiveops/ci-images:v11.5-stretch`. A full list of image tags is available on our [Quay repository](https://quay.io/repository/reactiveops/ci-images).
We currently include CI Images based on Alpine and Debian Stretch as our recommended starting points. The latest Debian Stretch release can be pulled from `quay.io/reactiveops/ci-images:v11.6-stretch`. A full list of image tags is available on our [Quay repository](https://quay.io/repository/reactiveops/ci-images).

**Deprecation Notice** As of v10 and onward, alpine and stretch will be the only available images.

Expand All @@ -83,7 +83,7 @@ Here is a set of guidelines to follow when deciding what version of ci-images (a

You want rok8s-scripts to be stable, and just keep working until you decide to upgrade.

In this scenario, you should pin to a minor version of rok8s-scripts such as `v11.5-alpine`.
In this scenario, you should pin to a minor version of rok8s-scripts such as `v11.6-alpine`.

#### You like to live dangerously

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ There are many valid ways to configure CI pipelines, but to help you get started

Each new release of rok8s-scripts generates CI images for common workflows. These images include a set of common CI/CD dependencies, including Docker, Kubernetes, Helm, AWS, and Google Cloud client libraries. Starting with these images as a base for deployment workflows ensures that you don't need to spend any build time installing extra dependencies.

We currently include CI Images based on Alpine and Debian Stretch as our recommended starting points. The latest Debian Stretch release can be pulled from `quay.io/reactiveops/ci-images:v11.5-stretch`. A full list of image tags is available on our [Quay repository](https://quay.io/repository/reactiveops/ci-images).
We currently include CI Images based on Alpine and Debian Stretch as our recommended starting points. The latest Debian Stretch release can be pulled from `quay.io/reactiveops/ci-images:v11.6-stretch`. A full list of image tags is available on our [Quay repository](https://quay.io/repository/reactiveops/ci-images).

**Deprecation Notice** As of v10 and onward, alpine and stretch will be the only available images.

Expand All @@ -83,7 +83,7 @@ Here is a set of guidelines to follow when deciding what version of ci-images (a

You want rok8s-scripts to be stable, and just keep working until you decide to upgrade.

In this scenario, you should pin to a minor version of rok8s-scripts such as `v11.5-alpine`.
In this scenario, you should pin to a minor version of rok8s-scripts such as `v11.6-alpine`.

#### You like to live dangerously

Expand Down
4 changes: 2 additions & 2 deletions examples/ci/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ references:
deploy_steps: &deploy_steps
docker:
- image: quay.io/reactiveops/ci-images:v11.5-alpine
- image: quay.io/reactiveops/ci-images:v11.6-alpine
steps:
- checkout
- *set_environment_variables
Expand All @@ -24,7 +24,7 @@ references:
jobs:
imagebuild:
docker:
- image: quay.io/reactiveops/ci-images:v11.5-alpine
- image: quay.io/reactiveops/ci-images:v11.6-alpine
steps:
- checkout
- setup_remote_docker
Expand Down
2 changes: 1 addition & 1 deletion examples/ci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variables:
DOCKER_HOST: tcp://localhost:2375
DOCKER_DRIVER: overlay2

image: quay.io/reactiveops/ci-images:v11.5-alpine
image: quay.io/reactiveops/ci-images:v11.6-alpine
services:
- docker:dind

Expand Down
2 changes: 1 addition & 1 deletion examples/ci/bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: quay.io/reactiveops/ci-images:v11.5-stretch
image: quay.io/reactiveops/ci-images:v11.6-stretch

aliases:
- &initialize-env |
Expand Down
2 changes: 1 addition & 1 deletion examples/external-secrets-manager/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ references:
jobs:
deploy:
docker:
- image: quay.io/reactiveops/ci-images:v11.5-stretch
- image: quay.io/reactiveops/ci-images:v11.6-stretch
steps:
- checkout
- setup_remote_docker
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal-sops-secrets/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ references:
jobs:
build_image:
docker:
- image: quay.io/reactiveops/ci-images:v11.5-stretch
- image: quay.io/reactiveops/ci-images:v11.6-stretch
steps:
- checkout
- setup_remote_docker
- *set_environment_variables
- *build_image
deploy:
docker:
- image: quay.io/reactiveops/ci-images:v11.5-stretch
- image: quay.io/reactiveops/ci-images:v11.6-stretch
steps:
- checkout
- setup_remote_docker
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal-sops-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ we run some of the scripts provided by rok8s-scripts. In particular, we use:
* `k8s-deploy-and-verify` to deploy our image to Kubernetes and make sure the deployment succeeded
* This also calls the `k8s-deploy-secrets` script to decrypt and deploy secrets

We also use the rok8s-scripts CI image, `quay.io/reactiveops/ci-images:v11.5-stretch`,
We also use the rok8s-scripts CI image, `quay.io/reactiveops/ci-images:v11.6-stretch`,
to ensure rok8s-scripts and its dependencies are available during the build and deploy jobs.

## Try it out
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ references:
jobs:
build_image:
docker:
- image: quay.io/reactiveops/ci-images:v11.5-stretch
- image: quay.io/reactiveops/ci-images:v11.6-stretch
steps:
- checkout
- setup_remote_docker
- *set_environment_variables
- *build_image
deploy:
docker:
- image: quay.io/reactiveops/ci-images:v11.5-stretch
- image: quay.io/reactiveops/ci-images:v11.6-stretch
steps:
- checkout
- setup_remote_docker
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ we run some of the scripts provided by rok8s-scripts. In particular, we use:
* `prepare-kubectl` to configure the `kubectl` command to be able to deploy resources to our Kubernetes cluster
* `k8s-deploy-and-verify` to deploy our image to Kubernetes and make sure the deployment succeeded

We also use the rok8s-scripts CI image, `quay.io/reactiveops/ci-images:v11.5-stretch`,
We also use the rok8s-scripts CI image, `quay.io/reactiveops/ci-images:v11.6-stretch`,
to ensure rok8s-scripts and its dependencies are available during the build and deploy jobs.

## Try it out
Expand Down
4 changes: 2 additions & 2 deletions orb/commands/e2e_start_kind_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ parameters:
kind_version:
description: "The kind version to use. See https://github.com/kubernetes-sigs/kind/releases"
type: string
default: "0.7.0"
default: "0.10.0"
kind_node_image:
description: "The kind node image to use. See https://github.com/kubernetes-sigs/kind/releases"
type: string
default: "kindest/node:v1.15.7@sha256:e2df133f80ef633c53c0200114fce2ed5e1f6947477dbc83261a6a921169488d"
default: "kindest/node:v1.18.15@sha256:5c1b980c4d0e0e8e7eb9f36f7df525d079a96169c8a8f20d8bd108c0d0889cc4"
steps:
- run:
name: Start Kind Cluster
Expand Down
2 changes: 1 addition & 1 deletion orb/executors/ci-images.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
version:
type: string
default: "v11.5-stretch"
default: "v11.6-stretch"
docker:
- image: quay.io/reactiveops/ci-images:<<parameters.version>>
2 changes: 1 addition & 1 deletion orb/executors/default.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
version:
type: string
default: "v11.5-stretch"
default: "v11.6-stretch"
docker:
- image: quay.io/reactiveops/ci-images:<<parameters.version>>

0 comments on commit f3fc412

Please sign in to comment.