Skip to content

Commit

Permalink
chore: update protobuf library versions and remove influx_tsm (#21882) (
Browse files Browse the repository at this point in the history
#21891) (#21908)

* chore: update protobuf library versions and remove influx_tsm (#21882)

* chore: update protobufs

* fix: run codegen during build

* fix: fully remove influx_tsm

* fix: codegen works

* fix: add tools.go for 1.8

(cherry picked from commit 51600c8)
  • Loading branch information
lesam authored Jul 21, 2021
1 parent 4f8478f commit b5c0120
Show file tree
Hide file tree
Showing 59 changed files with 4,632 additions and 6,103 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
v1.7.11 [unreleased]
--------------------

### Bugfixes
- [#21908](https://github.com/influxdata/influxdb/pull/21908): chore: update protobuf library versions and remove influx_tsm

v1.7.10 [2020-02-07]
--------------------

Expand Down
1 change: 0 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
'influxd' : './cmd/influxd',
'influx_stress' : './cmd/influx_stress',
'influx_inspect' : './cmd/influx_inspect',
'influx_tsm' : './cmd/influx_tsm',
}

supported_builds = {
Expand Down
Loading

0 comments on commit b5c0120

Please sign in to comment.