Skip to content

Commit

Permalink
Merge branch 'master' into release-0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhoherd committed Feb 13, 2024
2 parents 63b22f2 + 4e8134f commit f4b42bb
Show file tree
Hide file tree
Showing 23 changed files with 64,339 additions and 3 deletions.
28 changes: 25 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,22 @@ jobs:
helm template --kube-version=v1.28.6 -f values.yaml --set global.baseDomain=example.com . |
kubent --cluster=false --helm3=false --filename -
when: always
platform-1-29-1:
machine:
image: ubuntu-2204:2024.01.1
resource_class: xlarge
environment:
KUBE_VERSION: v1.29.1
steps:
- helm-install:
astronomer-tags: "platform postgresql monitoring logging"
- run:
name: Check chart for k8s 1.29.1 compatibility with kubent
command: |
set -o pipefail
helm template --kube-version=v1.29.1 -f values.yaml --set global.baseDomain=example.com . |
kubent --cluster=false --helm3=false --filename -
when: always

check-commander-airflow-version:
docker:
Expand Down Expand Up @@ -470,6 +486,11 @@ workflows:
- build-artifact

- platform-1-28-6:
requires:
- approve-test-all-platforms
- build-artifact

- platform-1-29-1:
requires:
- build-artifact
- approve-internal-release:
Expand All @@ -488,7 +509,7 @@ workflows:
requires:
- approve-internal-release
- platform-1-24-17
- platform-1-28-6
- platform-1-29-1
- approve-upgrade-test:
type: approval
filters:
Expand All @@ -510,6 +531,7 @@ workflows:
- platform-1-25-16
- platform-1-26-13
- platform-1-27-10
- platform-1-28-6
filters:
branches:
only:
Expand Down Expand Up @@ -548,7 +570,7 @@ workflows:
requires:
- build-artifact

- platform-1-28-6:
- platform-1-29-1:
requires:
- build-artifact

Expand All @@ -557,7 +579,7 @@ workflows:
- gcp-astronomer-prod
requires:
- platform-1-24-17
- platform-1-28-6
- platform-1-29-1
filters:
branches:
only:
Expand Down

0 comments on commit f4b42bb

Please sign in to comment.