Skip to content

Commit 78425b3

Browse files
Update swagger doc version for Fulcio 1.0 (#816)
* Update swagger doc version for Fulcio 1.0 The legacy API will be 1.0.0, and the gRPC V2 API 2.0.0 Signed-off-by: Hayden Blauzvern <[email protected]> * Update generated code Signed-off-by: Hayden Blauzvern <[email protected]> * Update protoc Signed-off-by: Hayden Blauzvern <[email protected]> Signed-off-by: Hayden Blauzvern <[email protected]>
1 parent dbb2c81 commit 78425b3

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
3939
name: Install protobuf
4040
with:
41-
version: '3.20.1'
41+
version: '3.20.3'
4242

4343
- name: Build
4444
run: make -C $GITHUB_WORKSPACE all

fulcio.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ option java_outer_classname = "FulcioProto";
2828
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
2929
info: {
3030
title: "Fulcio";
31-
version: "0.0.1";
31+
version: "2.0.0";
3232
contact: {
3333
name: "sigstore Fulcio project";
3434
url: "https://github.com/sigstore/fulcio";

fulcio.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"swagger": "2.0",
33
"info": {
44
"title": "Fulcio",
5-
"version": "0.0.1",
5+
"version": "2.0.0",
66
"contact": {
77
"name": "sigstore Fulcio project",
88
"url": "https://github.com/sigstore/fulcio",

fulcio_legacy.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ option java_outer_classname = "FulcioProto";
3030
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
3131
info: {
3232
title: "Fulcio Legacy";
33-
version: "0.0.1";
33+
version: "1.0.0";
3434
contact: {
3535
name: "sigstore Fulcio project";
3636
url: "https://github.com/sigstore/fulcio";

fulcio_legacy.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"swagger": "2.0",
33
"info": {
44
"title": "Fulcio Legacy",
5-
"version": "0.0.1",
5+
"version": "1.0.0",
66
"contact": {
77
"name": "sigstore Fulcio project",
88
"url": "https://github.com/sigstore/fulcio",

pkg/generated/protobuf/fulcio.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/protobuf/fulcio_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/protobuf/legacy/fulcio_legacy.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/protobuf/legacy/fulcio_legacy_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)