-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support kube 1.32 #21805
base: master
Are you sure you want to change the base?
feat: Support kube 1.32 #21805
Conversation
Signed-off-by: sivchari <shibuuuu5@gmail.com>
Signed-off-by: sivchari <shibuuuu5@gmail.com>
❗ Preview Environment deployment failed on BunnyshellSee: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
Signed-off-by: sivchari <shibuuuu5@gmail.com>
Signed-off-by: sivchari <shibuuuu5@gmail.com>
Signed-off-by: sivchari <shibuuuu5@gmail.com>
Signed-off-by: sivchari <shibuuuu5@gmail.com>
@@ -301,41 +300,43 @@ replace ( | |||
github.com/golang/protobuf => github.com/golang/protobuf v1.5.4 | |||
github.com/grpc-ecosystem/grpc-gateway => github.com/grpc-ecosystem/grpc-gateway v1.16.0 | |||
|
|||
gituh.com/argoproj/gitops-enine => github.com/sivchari/gitops-engine v0.0.0-20250207011704-28b43ab93d0c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line will be deleted when the gitops's PR is merged.
Signed-off-by: sivchari <shibuuuu5@gmail.com>
@@ -1440,9 +1440,6 @@ func (server *ArgoCDServer) newStaticAssetsHandler() func(http.ResponseWriter, * | |||
} else { | |||
if isMainJsBundle(r.URL) { | |||
cacheControl := "public, max-age=31536000, immutable" | |||
if !fileRequest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After Go1.23, when the response status isn't 200, the some header is deleted.
ref. https://tip.golang.org/doc/go1.23
Signed-off-by: sivchari <shibuuuu5@gmail.com>
bca9b9d
to
a8b1f23
Compare
Signed-off-by: sivchari <shibuuuu5@gmail.com>
a8b1f23
to
548a4c0
Compare
Signed-off-by: sivchari <shibuuuu5@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #21805 +/- ##
==========================================
+ Coverage 55.67% 55.69% +0.01%
==========================================
Files 339 339
Lines 56814 56850 +36
==========================================
+ Hits 31634 31661 +27
- Misses 22535 22544 +9
Partials 2645 2645 ☔ View full report in Codecov by Sentry. |
Support K8S 1.32
Checklist: