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
Simpcyclassy committed Apr 8, 2024
2 parents a3d90ec + a4c4b19 commit 2124abc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 25 deletions.
16 changes: 3 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ workflows:
parameters:
docker_image:
- quay.io/astronomer/ap-alertmanager:0.27.0
- quay.io/astronomer/ap-astro-ui:0.34.4
- quay.io/astronomer/ap-astro-ui:0.34.5
- quay.io/astronomer/ap-auth-sidecar:1.25.4
- quay.io/astronomer/ap-awsesproxy:1.5.0-8
- quay.io/astronomer/ap-base:3.18.6-1
Expand Down Expand Up @@ -397,7 +397,7 @@ workflows:
parameters:
docker_image:
- quay.io/astronomer/ap-alertmanager:0.27.0
- quay.io/astronomer/ap-astro-ui:0.34.4
- quay.io/astronomer/ap-astro-ui:0.34.5
- quay.io/astronomer/ap-auth-sidecar:1.25.4
- quay.io/astronomer/ap-awsesproxy:1.5.0-8
- quay.io/astronomer/ap-base:3.18.6-1
Expand Down Expand Up @@ -543,21 +543,11 @@ workflows:
- lint
- run_pre_commit
- unittest-charts

- platform-1-25-16:
requires:
- build-artifact

- platform-1-29-2:
requires:
- build-artifact

- release-to-internal:
context:
- gcp-astronomer-prod
requires:
- platform-1-25-16
- platform-1-29-2
- build-artifact
filters:
branches:
only:
Expand Down
9 changes: 1 addition & 8 deletions .circleci/config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -407,18 +407,11 @@ workflows:
- lint
- run_pre_commit
- unittest-charts
{% for version in kube_versions %}{% if version in [kube_versions[0], kube_versions[-1]] %}
- platform-{{ version | replace(".", "-") }}:
requires:
- build-artifact
{% endif %}{% endfor %}
- release-to-internal:
context:
- gcp-astronomer-prod
requires:
{%- for version in [kube_versions[0], kube_versions[-1]] %}
- platform-{{ version | replace(".", "-") }}
{%- endfor %}
- build-artifact
filters:
branches:
only:
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: astronomer
version: 0.34.1-rc3
appVersion: 0.34.1-rc3
version: 0.34.1-rc4
appVersion: 0.34.1-rc4
description: Helm chart to deploy the Astronomer Platform
icon: https://www.astronomer.io/static/iconforLIGHTbackground.svg
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/astronomer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: astronomer
version: 0.34.1-rc3
version: 0.34.1-rc4
description: A Helm chart to deploy the Astronomer module
keywords:
- astronomer
2 changes: 1 addition & 1 deletion charts/astronomer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ images:
pullPolicy: IfNotPresent
astroUI:
repository: quay.io/astronomer/ap-astro-ui
tag: 0.34.4
tag: 0.34.5
pullPolicy: IfNotPresent
dbBootstrapper:
repository: quay.io/astronomer/ap-db-bootstrapper
Expand Down

0 comments on commit 2124abc

Please sign in to comment.