Skip to content

Commit

Permalink
Version 1.8.2 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhoherd committed Apr 14, 2023
1 parent ba2ff47 commit 0b4a585
Show file tree
Hide file tree
Showing 7 changed files with 284 additions and 312 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:

lint:
docker:
- image: alpine/helm:3.7.1
- image: alpine/helm:3.11.2
steps:
- checkout
- run:
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
airflow-test:
machine:
# https://circleci.com/developer/machine/image/ubuntu-2204
image: ubuntu-2204:2022.10.2
image: ubuntu-2204:2023.02.1
resource_class: large
parameters:
executor:
Expand Down
4 changes: 2 additions & 2 deletions .circleci/config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

lint:
docker:
- image: alpine/helm:3.7.1
- image: alpine/helm:3.11.2
steps:
- checkout
- run:
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
airflow-test:
machine:
# https://circleci.com/developer/machine/image/ubuntu-2204
image: ubuntu-2204:2022.10.2
image: ubuntu-2204:2023.02.1
resource_class: large
parameters:
executor:
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
exclude: '^(venv|\.vscode|tests/k8s_schema)' # regex
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.2
rev: v1.5.1
hooks:
- id: remove-tabs
exclude_types: [makefile, binary]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.256"
rev: "v0.0.261"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --ignore, E501]
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -53,7 +53,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.2
rev: v1.5.1
hooks:
- id: remove-tabs
exclude_types: [makefile, binary]
Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# apiVersion v2 is Helm 3
apiVersion: v2
name: airflow
version: 1.8.1
version: 1.8.2
description: Helm chart to deploy the Astronomer Platform Airflow module
icon: https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
keywords:
Expand Down
4 changes: 2 additions & 2 deletions bin/install-ci-tools
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
set -e

if [[ -z "${KIND_VERSION}" ]]; then
export KIND_VERSION="0.17.0"
export KIND_VERSION="0.18.0"
fi

if [[ -z "${HELM_VERSION}" ]]; then
export HELM_VERSION="3.10.3"
export HELM_VERSION="3.11.3"
fi

# Determine the platform we are running on
Expand Down
311 changes: 149 additions & 162 deletions tests/chart_tests/requirements.txt

Large diffs are not rendered by default.

263 changes: 124 additions & 139 deletions tests/functional-tests/requirements.txt

Large diffs are not rendered by default.

0 comments on commit 0b4a585

Please sign in to comment.