Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump protobuf version to 3.20.2 #13271

Merged
merged 2 commits into from
Nov 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ply==3.11
prometheus-client==0.12.0; python_version < '3.0'
prometheus-client==0.15.0; python_version > '3.0'
protobuf==3.17.3; python_version < '3.0'
protobuf==3.20.1; python_version > '3.0'
protobuf==3.20.2; python_version > '3.0'
psutil==5.9.0
psycopg2-binary==2.8.6
pyasn1==0.4.6
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deps = [
"prometheus-client==0.12.0; python_version < '3.0'",
"prometheus-client==0.15.0; python_version > '3.0'",
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.1; python_version > '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
"pydantic==1.10.2; python_version > '3.0'",
"python-dateutil==2.8.2",
"pywin32==228; sys_platform == 'win32' and python_version < '3.0'",
Expand Down
4 changes: 4 additions & 0 deletions gitlab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG - gitlab

## 5.3.1 / 2022-11-07

* [Fixed] Bump protobuf version to 3.20.1. See [#13269](https://github.com/DataDog/integrations-core/pull/13269).

## 5.3.0 / 2022-09-16

* [Added] Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890).
Expand Down
2 changes: 1 addition & 1 deletion gitlab/datadog_checks/gitlab/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = '5.3.0'
__version__ = '5.3.1'
2 changes: 1 addition & 1 deletion gitlab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ text = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.1; python_version > '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
]

[project.urls]
Expand Down
4 changes: 4 additions & 0 deletions gitlab_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG - gitlab_runner

## 3.3.1 / 2022-11-07

* [Fixed] Bump protobuf version to 3.20.1. See [#13269](https://github.com/DataDog/integrations-core/pull/13269).

## 3.3.0 / 2022-09-16

* [Added] Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890).
Expand Down
2 changes: 1 addition & 1 deletion gitlab_runner/datadog_checks/gitlab_runner/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = '3.3.0'
__version__ = '3.3.1'
2 changes: 1 addition & 1 deletion gitlab_runner/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ text = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.1; python_version > '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
]

[project.urls]
Expand Down
4 changes: 4 additions & 0 deletions kube_dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG - Kube-dns

## 3.3.1 / 2022-11-07

* [Fixed] Bump protobuf version to 3.20.1. See [#13269](https://github.com/DataDog/integrations-core/pull/13269).

## 3.3.0 / 2022-09-16

* [Added] Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890).
Expand Down
2 changes: 1 addition & 1 deletion kube_dns/datadog_checks/kube_dns/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = '3.3.0'
__version__ = '3.3.1'
2 changes: 1 addition & 1 deletion kube_dns/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ text = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.1; python_version > '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
]

[project.urls]
Expand Down
4 changes: 4 additions & 0 deletions kubernetes_state/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

* [Added] Add documentation for `kubernetes_state_core` core check. See [#12552](https://github.com/DataDog/integrations-core/pull/12552).

## 7.3.1 / 2022-11-07

* [Fixed] Bump protobuf version to 3.20.1. See [#13269](https://github.com/DataDog/integrations-core/pull/13269).

## 7.3.0 / 2022-09-16

* [Added] Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890).
Expand Down
2 changes: 1 addition & 1 deletion kubernetes_state/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ text = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.1; python_version > '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
]

[project.urls]
Expand Down
6 changes: 3 additions & 3 deletions requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ datadog-flink==1.4.0
datadog-fluentd==2.2.0
datadog-foundationdb==1.2.0
datadog-gearmand==2.3.0; sys_platform != 'win32'
datadog-gitlab-runner==3.3.0
datadog-gitlab==5.3.0
datadog-gitlab-runner==3.3.1
datadog-gitlab==5.3.1
datadog-glusterfs==1.5.0; sys_platform == 'linux2'
datadog-go-expvar==2.2.0
datadog-gunicorn==2.3.1; sys_platform != 'win32'
Expand Down Expand Up @@ -81,7 +81,7 @@ datadog-kafka==2.13.0
datadog-kong==2.2.0
datadog-kube-apiserver-metrics==3.3.0
datadog-kube-controller-manager==4.3.0
datadog-kube-dns==3.3.0
datadog-kube-dns==3.3.1
datadog-kube-metrics-server==2.3.0
datadog-kube-proxy==5.3.0
datadog-kube-scheduler==4.5.0
Expand Down