Skip to content

Commit

Permalink
Performing Release v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Sep 17, 2024
1 parent 1a3465b commit 0ce88c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "9913820635537420319"
"templateHash": "12596840464775111595"
}
},
"parameters": {
Expand Down Expand Up @@ -6435,7 +6435,7 @@
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "4005534644827769472"
"templateHash": "13164503856605854094"
}
},
"definitions": {
Expand Down Expand Up @@ -6630,6 +6630,10 @@
"secretName": "airflow-db-connection",
"secretValue": "[format('postgresql://dbuser:{0}@airflow-cluster-rw.postgresql.svc.cluster.local:5432/airflow-db', substring(uniqueString('dbuser', resourceGroup().id, parameters('bladeConfig').sectionName), 0, 8))]"
},
{
"secretName": "airflow-admin-username",
"secretValue": "admin"
},
{
"secretName": "airflow-admin-password",
"secretValue": "[substring(uniqueString('airflow', resourceGroup().id, parameters('bladeConfig').sectionName), 0, 8)]"
Expand Down Expand Up @@ -29974,7 +29978,7 @@
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "10221491705030516354"
"templateHash": "14334788637825004735"
}
},
"definitions": {
Expand Down Expand Up @@ -30278,7 +30282,7 @@
}
],
"$fxv#0": {
"release": "v0.34.0"
"release": "v0.35.0"
},
"version": "[variables('$fxv#0')]",
"serviceLayerConfig": {
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"release": "v0.34.0"}
{"release": "v0.35.0"}

0 comments on commit 0ce88c7

Please sign in to comment.