Skip to content

Commit 2ff4165

Browse files
authored
Release v2.3.0 (#1301)
* Update ansible inventory Signed-off-by: haroldsphinx <[email protected]>
1 parent 18d13da commit 2ff4165

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release-pipeline.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ jobs:
109109
RELEASE_VERSION: ${{ steps.release_drafter.outputs.tag_name }}
110110
run: |
111111
RELEASE_VERSION=${RELEASE_VERSION:1} make version
112-
.maintain/client_release.sh
112+
cargo build --release -p composable
113+
echo "client_release=1" >> "$GITHUB_ENV"
113114
114115
# This uploads the client binary built in the previous step to the release draft
115116
# DO NOT REMOVE

.maintain/playbooks/gcp.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
plugin: gcp_compute
33
projects:
4-
- composable-ops-5568
4+
- dali-rococo
55
hostname:
66
- name
77
keyed_groups:
@@ -14,6 +14,6 @@ groups:
1414
testnode: "testnode' in (labels|list)"
1515
filters: []
1616
auth_kind: serviceaccount
17-
service_account_file: /opt/ansible/inventory/new.json
17+
service_account_file: /opt/ansible/inventory/dali-rococo.json
1818
vars:
1919
- ansible_python_interpreter: /usr/bin/python3

0 commit comments

Comments
 (0)