Skip to content

Commit

Permalink
Bump some dev components (#1984)
Browse files Browse the repository at this point in the history
* Bump some dev components

* Fix hash error
  • Loading branch information
danielhoherd authored and pgvishnuram committed Sep 7, 2023
1 parent 192f133 commit a5c8ccb
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 160 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

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

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

release-to-internal:
docker:
- image: quay.io/astronomer/ci-helm-release:2023-07
- image: quay.io/astronomer/ci-helm-release:2023-09
steps:
- attach_workspace:
at: /tmp/workspace
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
release-to-public:
docker:
- image: quay.io/astronomer/ci-helm-release:2023-07
- image: quay.io/astronomer/ci-helm-release:2023-09
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 @@
ci_remote_docker_version = "20.10.24"
# https://circleci.com/developer/machine/image/ubuntu-2204
machine_image_version = "ubuntu-2204:2023.07.2"
ci_runner_version = "2023-07"
ci_runner_version = "2023-09"


def list_docker_images(path):
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: codespell
args: ["-L", "AKS,aks"]
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
rev: v1.5.4
hooks:
- id: remove-tabs
exclude_types: [makefile, binary]
Expand All @@ -24,7 +24,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.280"
rev: "v0.0.287"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --ignore, E501]
Expand Down
3 changes: 2 additions & 1 deletion requirements/chart-tests.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ pytest-testinfra
pytest-xdist
PyYAML
requests
tomli
tomli # # indirect, needed to satisfy hash requirement
typing-extensions # indirect, needed to satisfy hash requirement

0 comments on commit a5c8ccb

Please sign in to comment.