Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pluralsh/plural-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.40
Choose a base ref
...
head repository: pluralsh/plural-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.41
Choose a head ref
  • 2 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 23, 2026

  1. chore: Quarterly security review cleanup (#708)

    * upgrade golang.org/x dependencies
    
    * upgrade github.com/docker/docker dependency
    
    * upgrade go-git and related dependencies
    
    * upgrade dependencies by removing deprecated and obsolete entries from go.sum and go.mod
    
    * upgrade github.com/containerd/containerd
    
    * upgrade dependencies by removing obsolete entries from go.sum
    
    * upgrade dependencies and clean up go.mod and go.sum entries
    
    * upgrade dependencies in go.mod and go.sum
    
    * upgrade dependencies in go.mod and go.sum
    maciaszczykm authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    0d90876 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. fix(security): upgrade Go to 1.25.7 to address crypto/tls CVE (#709)

    Upgrade Go from v1.25.6 to v1.25.7 to fix crypto/tls session resumption
    vulnerability where ClientCAs/RootCAs mutations between initial and
    resumed handshakes could cause improper session resumption.
    
    Files updated:
    - go.mod: Updated go directive to 1.25.7
    - Dockerfile: Updated both builder and final stage images
    - dockerfiles/Dockerfile.cloud: Updated builder stage image
    
    Co-authored-by: Michael Guarino <[email protected]>
    plural-copilot[bot] and michaeljguarino authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    53cf279 View commit details
    Browse the repository at this point in the history
Loading