Skip to content

fix: terminus-cli 0.1.16#432

Merged
eball merged 1 commit into
mainfrom
fix/cli-update
Sep 9, 2024
Merged

fix: terminus-cli 0.1.16#432
eball merged 1 commit into
mainfrom
fix/cli-update

Conversation

@aby913
Copy link
Copy Markdown
Member

@aby913 aby913 commented Sep 9, 2024

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

  • Other information:

@github-actions github-actions Bot added the fix label Sep 9, 2024
@eball eball merged commit efd9b72 into main Sep 9, 2024
@aby913 aby913 deleted the fix/cli-update branch September 10, 2024 02:49
eball pushed a commit that referenced this pull request Apr 30, 2026
#2992)

Bumps the following to address dependabot alerts in the kubesphere fork
(both the root module and the staging kubesphere.io/api submodule):

Indirect:
- go.opentelemetry.io/otel v1.39.0 -> v1.41.0 (PATH hijack; baggage DoS)
- go.opentelemetry.io/otel/sdk v1.39.0 -> v1.41.0
- github.com/moby/spdystream v0.5.0 -> v0.5.1
- go.mongodb.org/mongo-driver v1.3.2 -> v1.17.0
- github.com/prometheus/alertmanager v0.21.0 -> v0.28.1

Direct:
- github.com/docker/docker v17.12.0-ce-rc1 (2020) -> v28.5.2 (auth bypass; off-by-one)
- gopkg.in/square/go-jose.v2 v2.2.2 -> v2.6.0
- github.com/go-viper/mapstructure/v2 v2.2.1 -> v2.5.0
- migrate from github.com/dgrijalva/jwt-go (deprecated) to github.com/golang-jwt/jwt/v4 v4.5.2
- (staging api) golang.org/x/net -> v0.33.0

Code changes:
- pkg/apiserver/authentication/authenticators/lldap/jwt.go: import path swap
  (jwt v4 is API-compatible with the dgrijalva v3 surface used here)
- pkg/utils/term/term.go: github.com/docker/docker/pkg/term ->
  github.com/moby/term (the term package was extracted out of docker/docker
  in v20+; moby/term has identical GetFdInfo/GetWinsize signatures)

Closes dependabot alerts #574, #551, #521, #432, #431, #347, #171, #170,
#169, #168, #135, #134, #133, #132, #131, #130, #129, #128, #127, #126,
#125, #124, #123, #122, #121, #117, #115.

Pre-existing build errors in tools/lib (CRD generation) and the very old
k8s.io/kubectl v0.21.2 (gnostic openapi mismatch) are unrelated to this
PR; they exist on main and are not blocked or unblocked by these bumps.

Made-with: Cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants