Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
chore(deps): update guava to 30.1-jre (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Mar 31, 2021
1 parent 2389c27 commit 290cac4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 24 deletions.
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Closes #

_Briefly describe your proposed changes:_

- [ ] CHANGELOG.md updated
- [ ] Rebased/mergeable
- [ ] Tests pass
- [ ] Sign [CLA](https://influxdata.com/community/cla/) (if not already signed)
- [ ] CHANGELOG.md updated
- [ ] Rebased/mergeable
- [ ] Tests pass
- [ ] Sign [CLA](https://influxdata.com/community/cla/) (if not already signed)
42 changes: 23 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,73 +1,77 @@
## v1.10.0 [unreleased]

### Others
* [48](https://github.com/influxdata/nifi-influxdb-bundle/pull/48): Update to Apache NiFi 1.13.2
1. [48](https://github.com/influxdata/nifi-influxdb-bundle/pull/48): Update to Apache NiFi 1.13.2

### Dependencies
1. [#49](https://github.com/influxdata/nifi-influxdb-bundle/pull/49): Update dependencies:
- Guava to 30.1-jre

## v1.9.0 [2021-03-05]

### Others
* [46](https://github.com/influxdata/nifi-influxdb-bundle/pull/46): Update to Apache NiFi 1.13.0
1. [46](https://github.com/influxdata/nifi-influxdb-bundle/pull/46): Update to Apache NiFi 1.13.0

### CI
* [#44](https://github.com/influxdata/nifi-influxdb-bundle/pull/44): Update stable image to `influxdb:latest`
* [#45](https://github.com/influxdata/nifi-influxdb-bundle/pull/45): Change CI service from travis-ci.org to CircleCI
1. [#44](https://github.com/influxdata/nifi-influxdb-bundle/pull/44): Update stable image to `influxdb:latest`
1. [#45](https://github.com/influxdata/nifi-influxdb-bundle/pull/45): Change CI service from travis-ci.org to CircleCI

## v1.8.0 [2020-10-02]

### API
* [#36](https://github.com/influxdata/nifi-influxdb-bundle/pull/36): Default port changed from 9999 -> 8086
1. [#36](https://github.com/influxdata/nifi-influxdb-bundle/pull/36): Default port changed from 9999 -> 8086

### Others
* [38](https://github.com/influxdata/nifi-influxdb-bundle/pull/38): Update NiFi to 1.12.1, InfluxDB v1 to 1.8, Chronograf to 1.7, influxdb-client-java to 1.11.0 and influxdb-java to 2.20
1. [38](https://github.com/influxdata/nifi-influxdb-bundle/pull/38): Update NiFi to 1.12.1, InfluxDB v1 to 1.8, Chronograf to 1.7, influxdb-client-java to 1.11.0 and influxdb-java to 2.20

## v1.7.0 [2020-04-17]

### Others
* [32](https://github.com/influxdata/nifi-influxdb-bundle/pull/33): Update to Apache NiFi 1.11.4
1. [32](https://github.com/influxdata/nifi-influxdb-bundle/pull/33): Update to Apache NiFi 1.11.4

## v1.6.0 [2020-03-13]

### Others
* [32](https://github.com/influxdata/nifi-influxdb-bundle/pull/32): Update to Apache NiFi 1.11.3
1. [32](https://github.com/influxdata/nifi-influxdb-bundle/pull/32): Update to Apache NiFi 1.11.3

## v1.5.0 [2020-02-17]

### Others
* [31](https://github.com/influxdata/nifi-influxdb-bundle/pull/31): Update to Apache NiFi 1.11.1
1. [31](https://github.com/influxdata/nifi-influxdb-bundle/pull/31): Update to Apache NiFi 1.11.1

## v1.4 [2020-01-30]

### Others
* [30](https://github.com/influxdata/nifi-influxdb-bundle/pull/30): Update to Apache NiFi 1.11.0
1. [30](https://github.com/influxdata/nifi-influxdb-bundle/pull/30): Update to Apache NiFi 1.11.0

## v1.3 [2020-01-29]

### Others
* [27](https://github.com/influxdata/nifi-influxdb-bundle/pull/27): Update to Apache NiFi 1.10.0
1. [27](https://github.com/influxdata/nifi-influxdb-bundle/pull/27): Update to Apache NiFi 1.10.0

## v1.2 [2019-12-06]

### Features

* [23](https://github.com/influxdata/nifi-influxdb-bundle/issues/23): Add support for InfluxDB v2.0
1. [23](https://github.com/influxdata/nifi-influxdb-bundle/issues/23): Add support for InfluxDB v2.0

## v1.1 [2019-06-06]

### Features

* [19](https://github.com/influxdata/nifi-influxdb-bundle#influxlineprotocolrecordsetwriter): Allows writes the contents of a Record as Line Protocol
* [20](https://github.com/influxdata/nifi-influxdb-bundle#putinfluxdatabase): PutInfluxDatabase supports the custom timestamp precision
1. [19](https://github.com/influxdata/nifi-influxdb-bundle#influxlineprotocolrecordsetwriter): Allows writes the contents of a Record as Line Protocol
1. [20](https://github.com/influxdata/nifi-influxdb-bundle#putinfluxdatabase): PutInfluxDatabase supports the custom timestamp precision

### Others
* [11](https://github.com/influxdata/nifi-influxdb-bundle/issues/11): Update to Apache NiFi 1.9.2
* [12](https://github.com/influxdata/nifi-influxdb-bundle/issues/13): Update to influxdb-java 2.15
1. [11](https://github.com/influxdata/nifi-influxdb-bundle/issues/11): Update to Apache NiFi 1.9.2
1. [12](https://github.com/influxdata/nifi-influxdb-bundle/issues/13): Update to influxdb-java 2.15

## v1.0 [2019-02-21]

### Features
* [PutInfluxDatabaseRecord](https://github.com/influxdata/nifi-influxdb-bundle#putinfluxdatabaserecord): Uses a specified RecordReader to write the content of a FlowFile into InfluxDB database.
* [InfluxLineProtocolReader](https://github.com/influxdata/nifi-influxdb-bundle#influxlineprotocolreader): Parses the InfluxDB Line Protocol into NiFi Record
* [InfluxDatabaseService](https://github.com/influxdata/nifi-influxdb-bundle#influxdatabaseservice): Allows sharing connection configuration among more NiFi processors
1. [PutInfluxDatabaseRecord](https://github.com/influxdata/nifi-influxdb-bundle#putinfluxdatabaserecord): Uses a specified RecordReader to write the content of a FlowFile into InfluxDB database.
1. [InfluxLineProtocolReader](https://github.com/influxdata/nifi-influxdb-bundle#influxlineprotocolreader): Parses the InfluxDB Line Protocol into NiFi Record
1. [InfluxDatabaseService](https://github.com/influxdata/nifi-influxdb-bundle#influxdatabaseservice): Allows sharing connection configuration among more NiFi processors

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion nifi-influx-database-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
<version>30.1-jre</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 290cac4

Please sign in to comment.