Skip to content

Commit

Permalink
cut 0.3.0 release (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonrnewhouse authored Jun 1, 2023
1 parent 75fea03 commit ff6c985
Show file tree
Hide file tree
Showing 27 changed files with 69 additions and 49 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
# Get the repository's code
- name: Checkout
uses: actions/checkout@v2
-
name: Login to Docker Hub
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
Expand Down Expand Up @@ -75,6 +74,8 @@ jobs:
type=sha
flavor: |
prefix=${{ matrix.prom_arch }}-
- name: Set env
run: echo "GIT_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV
- name: Build and push
uses: docker/build-push-action@v2
with:
Expand All @@ -85,6 +86,7 @@ jobs:
MOLD_ARCH=${{ matrix.mold_arch }}
PROTO_ARCH=${{ matrix.proto_arch }}
PROM_ARCH=${{ matrix.prom_arch }}
GIT_SHA=${{ env.GIT_SHA }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.arroyo-docker.outputs.tags }}
labels: ${{ steps.arroyo-docker.outputs.labels }}
Expand Down
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion arroyo-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-api"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-compiler-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-compiler-service"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-controller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-controller"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-datastream/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-datastream"
version = "0.2.0"
version = "0.3.0"
edition = "2021"


Expand Down
2 changes: 1 addition & 1 deletion arroyo-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-macro"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-metrics"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-node"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-rpc"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion arroyo-server-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-server-common"
version = "0.1.0"
version = "0.3.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-sql-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-sql-macro"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-sql-testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-sql-testing"
version = "0.2.0"
version = "0.3.0"
edition = "2021"


Expand Down
2 changes: 1 addition & 1 deletion arroyo-sql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-sql"
version = "0.2.0"
version = "0.3.0"
edition = "2021"


Expand Down
2 changes: 1 addition & 1 deletion arroyo-state/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-state"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion arroyo-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-types"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-worker"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[features]
Expand Down
19 changes: 10 additions & 9 deletions build_dir/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build_dir/wasm-fns/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docker/cluster/compiler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ WORKDIR /opt/arroyo

ARG PROTO_ARCH
ARG MOLD_ARCH
ARG GIT_SHA

RUN apt-get update && \
apt-get -y install curl pkg-config unzip build-essential libssl-dev openssl cmake clang wget && \
Expand Down Expand Up @@ -46,6 +47,8 @@ COPY integ src/integ
COPY Cargo.toml src/Cargo.toml
COPY Cargo.lock src/Cargo.lock

# set git hash
ENV VERGEN_GIT_SHA=$GIT_SHA
# build the compiler service
RUN cd src && cargo build --release -p arroyo-compiler-service && mv target/release/arroyo-compiler-service /usr/bin

Expand Down
Loading

0 comments on commit ff6c985

Please sign in to comment.