chore(release): 3.0.0 - #102
Open
lelia wants to merge 1 commit into
Open
Conversation
Version refs (version.py, __init__.py, pyproject.toml, action.yml image tag) and CHANGELOG entry only, per the release process. Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
Bugbot Autofix is ON. A cloud agent has been kicked off to fix the reported issue.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 4f0a393. Configure here.
| [project] | ||
| name = "socket_basics" | ||
| version = "2.2.1" | ||
| version = "3.0.0" |
There was a problem hiding this comment.
Lockfile stale after version bump
Medium Severity
The pyproject.toml version was updated to 3.0.0, but uv.lock still records socket-basics at 2.2.1. This version mismatch will cause the python-tests CI workflow to fail because the uv lock --locked check expects consistency.
Reviewed by Cursor Bugbot for commit 4f0a393. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Self-contained release PR: the four version refs (
socket_basics/version.py,socket_basics/__init__.py,pyproject.toml,action.ymlimage tag) bumped2.2.1→3.0.0, plus the CHANGELOG entry. No other changes.Why major: Trivy-backed scanning — intentionally disabled in the 2.x images after the upstream supply-chain incident — is deliberately re-enabled (via the Socket-built distribution, see #100). Configs with Trivy parameters will produce findings again, so gating pipelines may see new results on first run.
After merge: push tag
v3.0.0→publish-dockerbuilds/publishes (first live validation of the environment-scoped Docker Hub secrets and thelatest/latest-heavyaliases against the immutable-tag rule) → verify → delete the repo-levelDOCKERHUB_*secrets.Note
Medium Risk
No runtime code in the diff, but the Action image tag change immediately points consumers at 3.0.0 behavior, including re-enabled Trivy scanning that can alter CI gate results.
Overview
Release 3.0.0 — bumps the package and GitHub Action from
2.2.1to3.0.0inpyproject.toml,socket_basics/version.py,socket_basics/__init__.py, and theaction.ymlDocker image (ghcr.io/socketdev/socket-basics:3.0.0).Adds a CHANGELOG entry for the major: Trivy container/Dockerfile scanning is back in the pre-built images via Socket’s rebuilt distribution; configs using Trivy options may see new findings after upgrade. The notes also cover
latest/latest-heavytags, toolchain bumps, publish-env changes, and fixes called out for 3.0.0.Reviewed by Cursor Bugbot for commit 4f0a393. Configure here.