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
<!-- markdownlint-disable MD041 -->
#### What this PR does / why we need it
#### Which issue(s) this PR is related to
<!--
Usage: `Related to #<issue number>`, or `Related to (paste link of
issue)`.
-->
---------
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
Copy file name to clipboardExpand all lines: go.mod
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -575,6 +575,8 @@ retract [v0.16.0, v0.16.9] // Retract all from v0.16 due to https://github.com/o
575
575
576
576
retractv0.22.0// Retract because of accidentially released version, reported by https://github.com/open-component-model/ocm-project/issues/1399
577
577
578
+
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
579
+
578
580
// crypto/tls: Client Hello is always sent in 2 TCP frames if GODEBUG=tlskyber=1 (default) which causes
579
581
// issues with various enterprise network gateways such as Palo Alto Networks. We have been reported issues
580
582
// such as https://github.com/open-component-model/ocm/issues/1027 and do not want to pin our crypto/tls version.
0 commit comments