Skip to content

Commit

Permalink
Dev updates 2023-11-09 (#2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhoherd committed Nov 9, 2023
1 parent 7067dde commit 617a937
Show file tree
Hide file tree
Showing 7 changed files with 348 additions and 318 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

run_pre_commit:
docker:
- image: quay.io/astronomer/ci-pre-commit:2023-10
- image: quay.io/astronomer/ci-pre-commit:2023-11
steps:
- checkout
- run:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:

unittest-charts:
docker:
- image: quay.io/astronomer/ci-helm-release:2023-10
- image: quay.io/astronomer/ci-helm-release:2023-11
parallelism: 8
resource_class: xlarge
steps:
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:

release-to-internal:
docker:
- image: quay.io/astronomer/ci-helm-release:2023-10
- image: quay.io/astronomer/ci-helm-release:2023-11
steps:
- attach_workspace:
at: /tmp/workspace
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
release-to-public:
docker:
- image: quay.io/astronomer/ci-helm-release:2023-10
- image: quay.io/astronomer/ci-helm-release:2023-11
steps:
- attach_workspace:
at: /tmp/workspace
Expand Down
2 changes: 1 addition & 1 deletion .circleci/generate_circleci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# https://circleci.com/developer/machine/image/ubuntu-2204
machine_image_version = "ubuntu-2204:2023.07.2"
ci_runner_version = "2023-10"
ci_runner_version = "2023-11"


def list_docker_images(path):
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
entry: .circleci/generate_circleci_config.py
additional_dependencies: ["jinja2", "PyYAML"]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
args: ["-L", "AKS,aks"]
Expand All @@ -20,16 +20,16 @@ repos:
- id: remove-tabs
exclude_types: [makefile, binary]
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.291"
rev: "v0.1.5"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --ignore, E501]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-case-conflict
- id: check-json
Expand Down Expand Up @@ -58,6 +58,6 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.5
rev: v0.9.0.6
hooks:
- id: shellcheck
2 changes: 1 addition & 1 deletion bin/install-ci-tools
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -xeuo pipefail

KIND_VERSION="0.20.0" # https://github.com/kubernetes-sigs/kind/releases
HELM_VERSION="3.13.0" # https://github.com/helm/helm/releases
HELM_VERSION="3.13.2" # https://github.com/helm/helm/releases
GCLOUD_VERSION="447.0.0"
MKCERT_VERSION="1.4.4" # https://github.com/FiloSottile/mkcert/tags
KUBENT_VERSION="0.7.0" # https://github.com/doitintl/kube-no-trouble
Expand Down
2 changes: 1 addition & 1 deletion charts/postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ It also fixes an issue with `postgresql.master.fullname` helper template not obe

#### Breaking changes

- `affinty` has been renamed to `master.affinity` and `slave.affinity`.
- `affinity` has been renamed to `master.affinity` and `slave.affinity`.
- `tolerations` has been renamed to `master.tolerations` and `slave.tolerations`.
- `nodeSelector` has been renamed to `master.nodeSelector` and `slave.nodeSelector`.

Expand Down
420 changes: 218 additions & 202 deletions requirements/chart-tests.txt

Large diffs are not rendered by default.

222 changes: 118 additions & 104 deletions requirements/functional-tests.txt

Large diffs are not rendered by default.

0 comments on commit 617a937

Please sign in to comment.