From cae84a9ff0faddf2990e05c44d35356148d82360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 20:40:27 +0100 Subject: [PATCH 1/8] Bump certifi from 2024.2.2 to 2024.6.2 (#754) Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.6.2. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index ac082fcd..739ad47f 100644 --- a/requirements.in +++ b/requirements.in @@ -1,5 +1,5 @@ backoff==2.2.1 -certifi==2024.2.2 +certifi==2024.6.2 cryptography==42.0.7 distro==1.9.0 httplib2==0.22.0 diff --git a/requirements.txt b/requirements.txt index b10287ef..94c2798f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ antlr4-python3-runtime==4.9.3 # via omegaconf backoff==2.2.1 # via -r requirements.in -certifi==2024.2.2 +certifi==2024.6.2 # via # -r requirements.in # requests From b2af7f3ff686123cddf9bdb8258a063a7a01b833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:02:54 +0100 Subject: [PATCH 2/8] Bump ruff from 0.4.5 to 0.4.8 (#756) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.5 to 0.4.8. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.5...v0.4.8) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index e4b9a545..c5c8dd87 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -7,5 +7,5 @@ pylint==3.2.2 pyopenssl==24.0.0 randomname==0.2.1 requests-mock==1.12.1 -ruff==0.4.5 +ruff==0.4.8 parameterized==0.9.0 From d227948e6e849a22f255f50927be5685b5fdbfc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:18:24 +0100 Subject: [PATCH 3/8] Bump requests from 2.32.2 to 2.32.3 (#753) Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.2...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 739ad47f..38fc6311 100644 --- a/requirements.in +++ b/requirements.in @@ -7,5 +7,5 @@ jinja2==3.1.4 omegaconf==2.3.0 psycopg2-binary==2.9.9 pyyaml==6.0.1 -requests==2.32.2 +requests==2.32.3 urllib3==2.2.1 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 94c2798f..52ea1105 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ pyyaml==6.0.1 # via # -r requirements.in # omegaconf -requests==2.32.2 +requests==2.32.3 # via -r requirements.in urllib3==2.2.1 # via From cfa3e4f7d79da2f617210706edb89d8c39a74ddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:41:57 +0100 Subject: [PATCH 4/8] Bump pytest from 8.2.1 to 8.2.2 (#763) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.1...8.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index c5c8dd87..ffd5c18f 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,6 +1,6 @@ click==8.1.7 idna==3.7 -pytest==8.2.1 +pytest==8.2.2 pytest-timer==1.0.0 pytest-timeout==2.3.1 pylint==3.2.2 From fa1be1b3898cea4f6c3192cd715ac3540d0e87dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:10:07 +0100 Subject: [PATCH 5/8] Bump pylint from 3.2.2 to 3.2.3 (#764) --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index ffd5c18f..5324adc6 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -3,7 +3,7 @@ idna==3.7 pytest==8.2.2 pytest-timer==1.0.0 pytest-timeout==2.3.1 -pylint==3.2.2 +pylint==3.2.3 pyopenssl==24.0.0 randomname==0.2.1 requests-mock==1.12.1 From fb2088680ec246d33c658567aaf19f5023309d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 19:19:46 +0100 Subject: [PATCH 6/8] Bump cryptography from 42.0.7 to 42.0.8 (#762) --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 38fc6311..8217fb83 100644 --- a/requirements.in +++ b/requirements.in @@ -1,6 +1,6 @@ backoff==2.2.1 certifi==2024.6.2 -cryptography==42.0.7 +cryptography==42.0.8 distro==1.9.0 httplib2==0.22.0 jinja2==3.1.4 diff --git a/requirements.txt b/requirements.txt index 52ea1105..0e11d808 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ cffi==1.14.4 # via cryptography charset-normalizer==2.0.3 # via requests -cryptography==42.0.7 +cryptography==42.0.8 # via -r requirements.in distro==1.9.0 # via -r requirements.in From 48dea8fef66d695f932736de834bdbb100bd2e97 Mon Sep 17 00:00:00 2001 From: Xiwen Cheng Date: Tue, 11 Jun 2024 21:41:45 +0200 Subject: [PATCH 7/8] admin API should listen on all interfaces (#705) --- etc/m2ee/m2ee.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/m2ee/m2ee.yaml b/etc/m2ee/m2ee.yaml index 2623f492..26687b2e 100644 --- a/etc/m2ee/m2ee.yaml +++ b/etc/m2ee/m2ee.yaml @@ -6,6 +6,7 @@ m2ee: app_name: My Project Name app_base: BUILD_PATH/ admin_port: ADMIN_PORT + admin_listen_addresses: "*" custom_environment: HOME: BUILD_PATH javabin: BUILD_PATH/.local/bin/java From 3379b58435bd969966818bbe50c4aae31f6ab273 Mon Sep 17 00:00:00 2001 From: Sijo Kolenchery Date: Fri, 21 Jun 2024 15:55:44 +0200 Subject: [PATCH 8/8] Upgrade dd-java-agent from 1.27.0 -> 1.35.2 --- dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.yml b/dependencies.yml index da4297d7..fbafa5dc 100644 --- a/dependencies.yml +++ b/dependencies.yml @@ -24,7 +24,7 @@ dependencies: version: 4.37.0 trace-agent: artifact: datadog/dd-java-agent-{{ version }}.jar - version: 1.27.0 + version: 1.35.2 dynatrace: agent: artifact: "{{ url }}/e/{{ environment }}/api/v1/deployment/installer/agent/unix/paas/latest?include=java&bitness=64&Api-Token={{ token }}"