Skip to content

Commit 6445e04

Browse files
committed
chore: retract 0.33.0 and 0.34.1 (open-component-model#1740)
Related to open-component-model/ocm-project#797 Signed-off-by: Frederic Wilhelm <[email protected]>
1 parent bfd3466 commit 6445e04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,10 @@ retract v0.22.0 // Retract because of accidentially released version, reported b
579579

580580
retract v0.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
581581

582+
retract v0.33.0 // Retract because of a version bump of github.com/klauspost/compress that introduces a breaking change, reported by https://github.com/open-component-model/ocm-project/issues/797
583+
584+
retract v0.34.1 // Retract because of a version bump of github.com/klauspost/compress that introduces a breaking change, reported by https://github.com/open-component-model/ocm-project/issues/797
585+
582586
// crypto/tls: Client Hello is always sent in 2 TCP frames if GODEBUG=tlskyber=1 (default) which causes
583587
// issues with various enterprise network gateways such as Palo Alto Networks. We have been reported issues
584588
// such as https://github.com/open-component-model/ocm/issues/1027 and do not want to pin our crypto/tls version.

0 commit comments

Comments
 (0)