You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deps): pin github.com/klauspost/compress to version that does not change the digest on transfer (#1738)
<!-- markdownlint-disable MD041 -->
#### What this PR does / why we need it
Pin `github.com/klauspost/compress` to `v1.18.0` to prevent digest
changes on transfer
#### Which issue(s) this PR is related to
Related to
open-component-model/ocm-project#797
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
retract [v0.16.0, v0.16.9] // Retract all from v0.16 due to https://github.com/open-component-model/ocm-project/issues/293
574
577
575
578
retractv0.22.0// Retract because of accidentially released version, reported by https://github.com/open-component-model/ocm-project/issues/1399
576
579
577
-
retractv0.34.0// Retract because release includes majof bump of go.yaml.in/yaml/v4 which introduces breaking changes, reported by https://github.com/open-component-model/ocm-project/issues/771
580
+
retractv0.34.0// Retract because release includes major bump of go.yaml.in/yaml/v4 which introduces breaking changes, reported by https://github.com/open-component-model/ocm-project/issues/771
578
581
579
582
// crypto/tls: Client Hello is always sent in 2 TCP frames if GODEBUG=tlskyber=1 (default) which causes
580
583
// issues with various enterprise network gateways such as Palo Alto Networks. We have been reported issues
0 commit comments