Skip to content

Commit

Permalink
Update bundled python to 3.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk committed Aug 25, 2023
1 parent 11a6b41 commit a76ceb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### 💡 Enhancements 💡

- (Splunk) `receiver/smartagent`: Use `Leases` instead of `ConfigMapLeases` for leader-election in k8s. ([#3521](https://github.com/signalfx/splunk-otel-collector/pull/3521))
- (Splunk) Update bundled python to 3.11.5 ([#3543](https://github.com/signalfx/splunk-otel-collector/pull/3543))

## v0.83.0

Expand Down
2 changes: 1 addition & 1 deletion internal/signalfx-agent/bundle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ARG ARCH=amd64
ARG JDK_VERSION=11.0.20_8
ARG MAVEN_VERSION=3.6.0
ARG PYTHON_VERSION=3.11.3
ARG PYTHON_VERSION=3.11.5
ARG PIP_VERSION=21.0.1
ARG COLLECTD_VERSION=5.8.0-sfx0
ARG COLLECTD_COMMIT=4d3327b14cf4359029613baf4f90c4952702105e
Expand Down
2 changes: 1 addition & 1 deletion internal/signalfx-agent/bundle/scripts/windows/bundle.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $repoDir = "$scriptDir\..\..\..\..\.."
. $scriptDir\common.ps1

$BUILD_DIR="$repoDir\build"
$PYTHON_VERSION="3.11.3"
$PYTHON_VERSION="3.11.5"
$PIP_VERSION="21.0.1"
$NUGET_URL="https://aka.ms/nugetclidl"
$NUGET_EXE="nuget.exe"
Expand Down

0 comments on commit a76ceb5

Please sign in to comment.