Skip to content

Commit

Permalink
bumped to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ugol committed Jul 24, 2024
1 parent ea15474 commit 80a5671
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang AS builder
MAINTAINER Ugo Landini <ugo@confluent.io>

ARG VERSION=0.3.8
ARG VERSION=0.3.9
ARG USER=$(id -u -n)
ARG TIME=$(date)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.22-alpine AS builder
MAINTAINER Ugo Landini <ugo@confluent.io>

ARG VERSION=0.3.8
ARG VERSION=0.3.9
ARG USER=$(id -u -n)
ARG TIME=$(date)

Expand Down
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.3.8
VERSION=0.3.9
USER=$(shell id -u -n)
TIME=$(shell date)

Expand Down Expand Up @@ -54,6 +54,4 @@ install:
install build/jr /usr/local/bin

all: hello install-gogen generate compile
all_offline: hello generate compile


all_offline: hello generate compile
6 changes: 6 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.3.8
- moved to librdkafka 2.5.0
- added inject function
- some templates fixed
- improved emitter default configuration

v0.3.6
- bumped to go 1.22
- fixed several avro schemas
Expand Down

0 comments on commit 80a5671

Please sign in to comment.