Skip to content

Commit

Permalink
Merge branch 'release/v0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
takama committed Jun 11, 2022
2 parents fb5e6e0 + 9dc02c8 commit 70c3686
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.15 as protoc_builder
RUN apk add --no-cache build-base curl automake autoconf libtool git zlib-dev unzip linux-headers

# Protobuf v4 postponed in favour of v3.14 v3..., etc
ENV PROTOBUF_VERSION=v3.20.1
ENV PROTOBUF_VERSION=v21.0
ENV GRPC_VERSION=v1.46.3
ENV GRPC_GEN_GO_VERSION=v1.5.2
ENV GRPC_GATEWAY_VERSION=v2.10.2
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use the v0.0.0 tag for testing, it shouldn't clobber any release builds
RELEASE ?= v0.4.26
CONTAINER_IMAGE ?= takama/protoc
RELEASE ?= v0.5.0
CONTAINER_IMAGE ?= ghcr.io/takama/protoc

all: build push

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# protoc
Protocol Buffer compiler and Go/gRPC gateway/swagger generators

## Version v0.4.26
## Version v0.5.0

See details in the [changelog](docs/CHANGELOG.md)
7 changes: 6 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Version v0.4.26
# Version v0.5.0

## v0.5.0

- Major changes in Protocols Buffers [versioning](https://developers.google.com/protocol-buffers/docs/news/2022-05-06)
- Used Protocol Buffers [v21.0](https://github.com/protocolbuffers/protobuf/releases/tag/v21.0)

## v0.4.26

Expand Down

0 comments on commit 70c3686

Please sign in to comment.