Skip to content

Commit

Permalink
fix: changelog (#3507)
Browse files Browse the repository at this point in the history
* fix: changelog

* fix: changelog
  • Loading branch information
AlkaidChan committed Sep 12, 2024
1 parent 14ddd52 commit 82bb864
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 69 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v1.29.0 version update log
### Newly added
# v1.29.0 Release Notes
### Features
- [Service Management] Added permission control for service creation, service editing, generated version, online version, etc.
- [Service Management] Configuration supports variable rendering
- [Service Management] Configuration supports importing from configuration templates
Expand Down
61 changes: 0 additions & 61 deletions bcs-services/bcs-bscp/pkg/components/bkcmdb/bkcmdb.go

This file was deleted.

10 changes: 4 additions & 6 deletions bcs-services/bcs-bscp/pkg/thirdparty/esb/client/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ import (

// esbAuthTransport esb auth transport
type esbAuthTransport struct {
Transport http.RoundTripper
commParams *types.CommParams
authValue string
Transport http.RoundTripper
authValue string
}

// newEsbAuthTransport .
Expand All @@ -35,9 +34,8 @@ func newEsbAuthTransport(cfg *cc.Esb, transport http.RoundTripper) (http.RoundTr
return nil, err
}
t := &esbAuthTransport{
commParams: params,
authValue: string(value),
Transport: transport,
authValue: string(value),
Transport: transport,
}
return t, nil
}
Expand Down

0 comments on commit 82bb864

Please sign in to comment.