Skip to content

Commit

Permalink
Mark latest versions of disabled plugins as deprecated (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman authored Oct 25, 2024
1 parent 768d1cb commit 3288092
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/bufbuild/connect-es/v0.13.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ registry:
version: ^0.13.0
spdx_license_id: Apache-2.0
license_url: https://github.com/bufbuild/connect-es/blob/v0.13.0/LICENSE
deprecated: true
1 change: 1 addition & 0 deletions plugins/bufbuild/connect-go/v1.10.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ registry:
- paths=source_relative
spdx_license_id: Apache-2.0
license_url: https://github.com/bufbuild/connect-go/blob/v1.10.0/LICENSE
deprecated: true
1 change: 1 addition & 0 deletions plugins/bufbuild/connect-kotlin/v0.1.10/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ registry:
- build.buf:connect-kotlin:0.1.10
- build.buf:connect-kotlin-google-javalite-ext:0.1.10
- build.buf:connect-kotlin-okhttp:0.1.10
deprecated: true
1 change: 1 addition & 0 deletions plugins/bufbuild/connect-query/v0.4.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ registry:
version: ^1.3.0
spdx_license_id: Apache-2.0
license_url: https://github.com/bufbuild/connect-query/blob/main/LICENSE
deprecated: true
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ registry:
- FileNaming=PathToUnderscores
spdx_license_id: Apache-2.0
license_url: https://github.com/bufbuild/connect-swift/blob/0.7.0/LICENSE
deprecated: true
1 change: 1 addition & 0 deletions plugins/bufbuild/connect-swift/v0.7.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ registry:
- FileNaming=PathToUnderscores
spdx_license_id: Apache-2.0
license_url: https://github.com/bufbuild/connect-swift/blob/0.7.0/LICENSE
deprecated: true
1 change: 1 addition & 0 deletions plugins/bufbuild/connect-web/v0.8.6/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ registry:
version: ^0.8.6
spdx_license_id: Apache-2.0
license_url: https://github.com/bufbuild/connect-es/blob/v0.8.6/LICENSE
deprecated: true
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ source_url: https://github.com/bufbuild/protoschema-plugins
description: Generates a Table schema that can be used to initialize a BigQuery table.
spdx_license_id: Apache-2.0
license_url: https://github.com/bufbuild/protoschema-plugins/blob/v0.1.3/LICENSE
deprecated: true
1 change: 1 addition & 0 deletions plugins/community/chrusty-jsonschema/source.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source:
disabled: true
github:
owner: chrusty
repository: protoc-gen-jsonschema
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ source_url: https://github.com/chrusty/protoc-gen-jsonschema
description: Converts protobuf definitions into JSON Schemas, which can be used to dynamically validate JSON messages.
spdx_license_id: Apache-2.0
license_url: https://github.com/chrusty/protoc-gen-jsonschema/blob/1.4.1/LICENSE
deprecated: true
1 change: 1 addition & 0 deletions plugins/community/mitchellh-go-json/v1.1.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ output_languages:
- go
spdx_license_id: MIT
license_url: https://github.com/mitchellh/protoc-gen-go-json/blob/v1.1.0/LICENSE.md
deprecated: true

0 comments on commit 3288092

Please sign in to comment.