Skip to content

Commit 2805e88

Browse files
authored
chore(ci): update default docker image to v2.0.2 (#175)
* chore(ci): update default docker image to v2.0.2 * docs: updated CHANGELOG.md
1 parent ed056b5 commit 2805e88

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
default: &default-python "circleci/python:3.6-buster"
5050
influxdb-image:
5151
type: string
52-
default: "influxdb:2.0.0-rc"
52+
default: "influxdb:v2.0.2"
5353
enabled-ciso-8601:
5454
type: boolean
5555
default: true

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
### Bug Fixes
77
1. [#170](https://github.com/influxdata/influxdb-client-python/pull/170): Skip DataFrame rows without data - all fields are nan.
88

9+
### CI
10+
1. [#175](https://github.com/influxdata/influxdb-client-python/pull/175): Updated default docker image to v2.0.2
11+
912
## 1.12.0 [2020-10-30]
1013

1114
1. [#163](https://github.com/influxdata/influxdb-client-python/pull/163): Added support for Python 3.9

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ Gzip support
899899
InfluxDB 1.8 API compatibility
900900
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
901901

902-
`InfluxDB 1.8.0 introduced forward compatibility APIs <https://docs.influxdata.com/influxdb/latest/tools/api/#influxdb-2-0-api-compatibility-endpoints>`_ for InfluxDB 2.0. This allow you to easily move from InfluxDB 1.x to InfluxDB 2.0 Cloud or open source.
902+
`InfluxDB 1.8.0 introduced forward compatibility APIs <https://docs.influxdata.com/influxdb/v1.8/tools/api/#influxdb-2-0-api-compatibility-endpoints>`_ for InfluxDB 2.0. This allow you to easily move from InfluxDB 1.x to InfluxDB 2.0 Cloud or open source.
903903

904904
The following forward compatible APIs are available:
905905

scripts/influxdb-restart.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ DEFAULT_DOCKER_REGISTRY="quay.io/influxdb/"
2727
DOCKER_REGISTRY="${DOCKER_REGISTRY:-$DEFAULT_DOCKER_REGISTRY}"
2828

2929
DEFAULT_INFLUXDB_V2_REPOSITORY="influxdb"
30-
DEFAULT_INFLUXDB_V2_VERSION="2.0.0-rc"
30+
DEFAULT_INFLUXDB_V2_VERSION="v2.0.2"
3131
INFLUXDB_V2_REPOSITORY="${INFLUXDB_V2_REPOSITORY:-$DEFAULT_INFLUXDB_V2_REPOSITORY}"
3232
INFLUXDB_V2_VERSION="${INFLUXDB_V2_VERSION:-$DEFAULT_INFLUXDB_V2_VERSION}"
3333
INFLUXDB_V2_IMAGE=${DOCKER_REGISTRY}${INFLUXDB_V2_REPOSITORY}:${INFLUXDB_V2_VERSION}

0 commit comments

Comments
 (0)