Skip to content

Commit

Permalink
release: dynamic connector VERSION file
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Jul 27, 2022
1 parent d5a3659 commit a8afdc1
Show file tree
Hide file tree
Showing 22 changed files with 25 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
context: .
file: base-image/Dockerfile
push: true # See 'if' above
tags: ghcr.io/estuary/base-image:dev,ghcr.io/estuary/base-image:v1
tags: ghcr.io/estuary/base-image:dev,ghcr.io/estuary/base-image:${{ steps.prep.outputs.version }}

build_connectors:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -98,6 +98,8 @@ jobs:
run: |
TAG=$(echo $GITHUB_SHA | head -c7)
echo ::set-output name=tag::${TAG}
VERSION=$(cat ${{ matrix.connector }}/VERSION)
echo ::set-output name=version::${VERSION}
- name: Download latest Flow release binaries
run: ./fetch-flow.sh
Expand Down Expand Up @@ -223,4 +225,4 @@ jobs:
context: .
file: ${{ matrix.connector }}/Dockerfile
push: true # See 'if' above
tags: ghcr.io/estuary/${{ matrix.connector }}:dev,ghcr.io/estuary/${{ matrix.connector }}:v1
tags: ghcr.io/estuary/${{ matrix.connector }}:dev,ghcr.io/estuary/${{ matrix.connector }}:${{ steps.prep.outputs.version }}
1 change: 1 addition & 0 deletions base-image/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions materialize-bigquery/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions materialize-boilerplate/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions materialize-elasticsearch/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions materialize-firebolt/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions materialize-google-sheets/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions materialize-postgres/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions materialize-rockset/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions materialize-s3-parquet/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions materialize-snowflake/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions materialize-sql/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions materialize-webhook/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions source-gcs/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions source-hello-world/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions source-http-file/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions source-kafka/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions source-kinesis/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions source-mysql/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions source-postgres/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions source-s3/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
1 change: 1 addition & 0 deletions source-test/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1

0 comments on commit a8afdc1

Please sign in to comment.