Skip to content

Commit

Permalink
Release 0.34 rc1 (#2088)
Browse files Browse the repository at this point in the history
* Cut rc1

* Cut rc1

* --no-verify | sed 's/--no-verify//'
  • Loading branch information
rujhan-arora-astronomer committed Jan 19, 2024
1 parent e887a1b commit 07a17ef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ workflows:
parameters:
docker_image:
- quay.io/astronomer/ap-alertmanager:0.26.0
- quay.io/astronomer/ap-astro-ui:0.33.9
- quay.io/astronomer/ap-astro-ui:0.34.0
- quay.io/astronomer/ap-auth-sidecar:1.25.2-3
- quay.io/astronomer/ap-awsesproxy:1.5.0-6
- quay.io/astronomer/ap-base:3.18.5
Expand All @@ -374,7 +374,7 @@ workflows:
- quay.io/astronomer/ap-elasticsearch:8.11.4
- quay.io/astronomer/ap-fluentd:1.16.3
- quay.io/astronomer/ap-grafana:10.2.3
- quay.io/astronomer/ap-houston-api:0.33.12
- quay.io/astronomer/ap-houston-api:0.34.0
- quay.io/astronomer/ap-init:3.18.5
- quay.io/astronomer/ap-kibana:8.11.4
- quay.io/astronomer/ap-kube-state:2.10.1
Expand All @@ -398,7 +398,7 @@ workflows:
parameters:
docker_image:
- quay.io/astronomer/ap-alertmanager:0.26.0
- quay.io/astronomer/ap-astro-ui:0.33.9
- quay.io/astronomer/ap-astro-ui:0.34.0
- quay.io/astronomer/ap-auth-sidecar:1.25.2-3
- quay.io/astronomer/ap-awsesproxy:1.5.0-6
- quay.io/astronomer/ap-base:3.18.5
Expand All @@ -413,7 +413,7 @@ workflows:
- quay.io/astronomer/ap-elasticsearch:8.11.4
- quay.io/astronomer/ap-fluentd:1.16.3
- quay.io/astronomer/ap-grafana:10.2.3
- quay.io/astronomer/ap-houston-api:0.33.12
- quay.io/astronomer/ap-houston-api:0.34.0
- quay.io/astronomer/ap-init:3.18.5
- quay.io/astronomer/ap-kibana:8.11.4
- quay.io/astronomer/ap-kube-state:2.10.1
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.33.2
appVersion: 0.33.2
version: 0.34.0-rc1
appVersion: 0.34.0-rc1
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.33.2
version: 0.34.0-rc1
description: A Helm chart to deploy the Astronomer module
keywords:
- astronomer
4 changes: 2 additions & 2 deletions charts/astronomer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ images:
# httpSecret: ~
houston:
repository: quay.io/astronomer/ap-houston-api
tag: 0.33.12
tag: 0.34.0
pullPolicy: IfNotPresent
astroUI:
repository: quay.io/astronomer/ap-astro-ui
tag: 0.33.9
tag: 0.34.0
pullPolicy: IfNotPresent
dbBootstrapper:
repository: quay.io/astronomer/ap-db-bootstrapper
Expand Down

0 comments on commit 07a17ef

Please sign in to comment.