Skip to content

Commit

Permalink
Tweak CI. Bump to 0.20.0-rc1 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhoherd authored Jun 21, 2021
1 parent 0e78318 commit 65bbe95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ workflows:
matrix:
parameters:
# https://hub.docker.com/r/kindest/node/tags
kube_version: ["1.16.15", "1.17.17", "1.18.15", "1.19.7"]
kube_version: ["1.16.15", "1.17.17", "1.18.19", "1.19.11", "1.20.7"]
executor: ["CeleryExecutor", "LocalExecutor", "KubernetesExecutor"]
requires:
- build-and-release-internal
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- ~/.cache/pre-commit
- run:
name: Run pre-commit
command: pre-commit run --all-files || { git --no-pager diff && false ; }
command: pre-commit run --all-files --show-diff-on-failure
environment:
SKIP: no-commit-to-branch

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
exclude: '^(venv|\.vscode)' # regex
repos:
- repo: https://github.com/psf/black
rev: 21.5b1
rev: 21.6b0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# apiVersion v1 is Helm 2
apiVersion: v1
name: airflow
version: 0.19.1
description: Helm chart to deploy the Astronomer Platform Airflow module
version: 0.20.0-rc1
description: Airflow component of Astronomer Platform
icon: https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
keywords:
- astronomer
Expand Down

0 comments on commit 65bbe95

Please sign in to comment.