Skip to content

Commit

Permalink
release v1.9.1 preparation (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab authored Jul 7, 2022
1 parent db57ef6 commit 471c246
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 232 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

This is a feature release:

* Built-in support for Mac OSX M1 / arm64.
* Schema Registry support for Avro [Generic](examples/avro_generic_producer_example) and [Specific](examples/avro_specific_producer_example), [Protocol Buffers](examples/protobuf_producer_example) and [JSON Schema](examples/json_producer_example). (@rayokota, #776).
* Built-in support for Mac OSX M1 / arm64. (#818).


confluent-kafka-go is based on librdkafka v1.9.1, see the
Expand Down
30 changes: 17 additions & 13 deletions kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,12 @@ these tags should be specified on the **application** build/get/install command.



## Generating HTML documentation

To generate one-page HTML documentation run the mk/doc-gen.py script from the
top-level directory. This script requires the beautifulsoup4 Python package.

```
$ source .../your/virtualenv/bin/activate
$ pip install beautifulsoup4
...
$ make -f mk/Makefile docs
```


## Release process

For each release candidate and final release, perform the following steps:

### Review the CHANGELOG

### Update bundle to latest librdkafka

See instructions in [kafka/librdkafka/README.md](kafka/librdkafka/README.md).
Expand All @@ -100,6 +89,19 @@ Update generated error codes:
# Verify by building


## Generating HTML documentation

To generate one-page HTML documentation run the mk/doc-gen.py script from the
top-level directory. This script requires the beautifulsoup4 Python package.

```
$ source .../your/virtualenv/bin/activate
$ pip install beautifulsoup4
...
$ make -f mk/Makefile docs
```


### Rebuild everything

$ go clean -i ./...
Expand Down Expand Up @@ -145,3 +147,5 @@ Put the new version in settings.sh of these two repos
https://github.com/confluentinc/docs

https://github.com/confluentinc/docs-platform

### Don't forget tweeting it!
Loading

0 comments on commit 471c246

Please sign in to comment.