Skip to content

Commit 9a13afe

Browse files
Release 2.4.1: bundle pyenv in the Docker image
Bump version to 2.4.1 and document the pyenv addition. The CLI is unchanged; this release exists to publish a Docker image that includes pyenv for on-demand Python version installation.
1 parent 5dadf68 commit 9a13afe

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 2.4.1
4+
5+
### Added: pyenv in the Docker image
6+
7+
- The `socketdev/cli` Docker image now bundles [pyenv](https://github.com/pyenv/pyenv)
8+
(pinned to `v2.7.1`) along with the Alpine build dependencies needed to compile
9+
CPython from source, so the image can build/install arbitrary Python versions on
10+
demand.
11+
- The CLI itself is unchanged — this release only affects the published Docker image.
12+
313
## 2.4.0
414

515
### Changed: license details are no longer requested on the full-scan diff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.4.0"
9+
version = "2.4.1"
1010
requires-python = ">= 3.11"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

socketsecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.4.0'
2+
__version__ = '2.4.1'
33
USER_AGENT = f'SocketPythonCLI/{__version__}'

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)