Skip to content

Commit

Permalink
update the release version to match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ddowker committed Sep 17, 2024
1 parent c280280 commit 564fc53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:
docker_tag="${{ secrets.REGISTRY_PATH }}/gazette/broker:latest"
push_images='true'
elif [[ '${{ github.ref }}' == 'refs/heads/arize' ]]; then
version="0.89.1-arize-${sha:0:7}"
version="0.99.0-arize-${sha:0:7}"
docker_tag="${{ secrets.REGISTRY_PATH }}/gazette/broker:arize-${sha:0:7}"
push_images='true'
elif [[ '${{ github.ref }}' == *'arize'* ]]; then
version="0.89.1-dev-${sha:0:7}"
version="0.99.0-dev-${sha:0:7}"
docker_tag="${{ secrets.REGISTRY_PATH }}/gazette/broker:dev-${sha:0:7}"
push_images='true'
else
Expand Down
1 change: 1 addition & 0 deletions mainboilerplate/runconsumer/run_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ func Main(app Application) {
var cfg = app.NewConfig()

var parser = flags.NewParser(cfg, flags.Default)
log.Info("Starting consumer...")
_, _ = parser.AddCommand("serve", "Serve as Gazette consumer", `
serve a Gazette consumer with the provided configuration, until signaled to
exit (via SIGTERM). Upon receiving a signal, the consumer will seek to discharge
Expand Down

0 comments on commit 564fc53

Please sign in to comment.