Skip to content

ci: upload the full package to s3 in daily-build#123

Merged
eball merged 1 commit into
mainfrom
ci/dailybuild
Jun 12, 2024
Merged

ci: upload the full package to s3 in daily-build#123
eball merged 1 commit into
mainfrom
ci/dailybuild

Conversation

@eball
Copy link
Copy Markdown
Member

@eball eball commented Jun 12, 2024

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

ci/cd: upload the full package to s3 in daily-build

@github-actions github-actions Bot added the ci label Jun 12, 2024
@eball eball merged commit 2095957 into main Jun 12, 2024
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.

1 participant