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 48c64ca commit 3d08cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 3d08cf1

Please sign in to comment.