You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-11-06 09:09:29 +02:00
feat(blob): deprecate kmskey
This commit is contained in:
@@ -33,6 +33,10 @@ func (Pipe) Default(ctx *context.Context) error {
|
||||
deprecate.Notice(ctx, "blobs.disableSSL")
|
||||
blob.DisableSSL = true
|
||||
}
|
||||
if blob.OldKMSKey != "" {
|
||||
deprecate.Notice(ctx, "blobs.kmskey")
|
||||
blob.KMSKey = blob.OldKMSKey
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user