-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10197 from rawlingsj/istio
isto related packages mitigate CVE-2023-48795
- Loading branch information
Showing
10 changed files
with
55 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package: | ||
name: istio-cni-1.19 | ||
version: 1.19.5 | ||
epoch: 1 | ||
description: | ||
epoch: 2 | ||
description: Istio Container Network Interface | ||
copyright: | ||
- license: Apache-2.0 | ||
dependencies: | ||
|
@@ -25,6 +25,11 @@ pipeline: | |
tag: ${{package.version}} | ||
expected-commit: a61a751512256f27bc3b1ff9bc9c38119c6e978c | ||
|
||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] | ||
go-version: "1.21" | ||
|
||
- uses: go/build | ||
with: | ||
packages: ./cni/cmd/istio-cni | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package: | ||
name: istio-cni-1.20 | ||
version: 1.20.1 | ||
epoch: 1 | ||
description: | ||
epoch: 2 | ||
description: Istio Container Network Interface | ||
copyright: | ||
- license: Apache-2.0 | ||
dependencies: | ||
|
@@ -25,6 +25,11 @@ pipeline: | |
tag: ${{package.version}} | ||
expected-commit: 552626bd81f625917bcba6e415cae5aa3d5c61af | ||
|
||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] | ||
go-version: "1.21" | ||
|
||
- uses: go/build | ||
with: | ||
packages: ./cni/cmd/istio-cni | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: istio-operator-1.19 | ||
version: 1.19.5 | ||
epoch: 1 | ||
epoch: 2 | ||
description: Istio operator provides user friendly options to operate the Istio service mesh | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -25,6 +25,11 @@ pipeline: | |
tag: ${{package.version}} | ||
expected-commit: a61a751512256f27bc3b1ff9bc9c38119c6e978c | ||
|
||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] | ||
go-version: "1.21" | ||
|
||
- uses: go/build | ||
with: | ||
packages: ./operator/cmd/operator | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: istio-operator-1.20 | ||
version: 1.20.1 | ||
epoch: 1 | ||
epoch: 2 | ||
description: Istio operator provides user friendly options to operate the Istio service mesh | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -25,6 +25,11 @@ pipeline: | |
tag: ${{package.version}} | ||
expected-commit: 552626bd81f625917bcba6e415cae5aa3d5c61af | ||
|
||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] | ||
go-version: "1.21" | ||
|
||
- uses: go/build | ||
with: | ||
packages: ./operator/cmd/operator | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: istio-pilot-agent-1.18 | ||
version: 1.18.6 | ||
epoch: 1 | ||
epoch: 2 | ||
description: Nanny binary for Istio Envoy | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -25,6 +25,11 @@ pipeline: | |
tag: ${{package.version}} | ||
expected-commit: f45e66f0bf73cbcfbd66c732fff7dd43cded3c0e | ||
|
||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] | ||
go-version: "1.21" | ||
|
||
- uses: go/build | ||
with: | ||
packages: ./pilot/cmd/pilot-agent | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: istio-pilot-agent-1.19 | ||
version: 1.19.5 | ||
epoch: 1 | ||
epoch: 2 | ||
description: Nanny binary for Istio Envoy | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -25,6 +25,11 @@ pipeline: | |
tag: ${{package.version}} | ||
expected-commit: a61a751512256f27bc3b1ff9bc9c38119c6e978c | ||
|
||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] | ||
go-version: "1.21" | ||
|
||
- uses: go/build | ||
with: | ||
packages: ./pilot/cmd/pilot-agent | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: istio-pilot-agent-1.20 | ||
version: 1.20.1 | ||
epoch: 1 | ||
epoch: 2 | ||
description: Nanny binary for Istio Envoy | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -25,6 +25,11 @@ pipeline: | |
tag: ${{package.version}} | ||
expected-commit: 552626bd81f625917bcba6e415cae5aa3d5c61af | ||
|
||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] | ||
go-version: "1.21" | ||
|
||
- uses: go/build | ||
with: | ||
packages: ./pilot/cmd/pilot-agent | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: istio-pilot-discovery-1.18 | ||
version: 1.18.6 | ||
epoch: 0 | ||
epoch: 1 | ||
description: Istio controller | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -25,6 +25,11 @@ pipeline: | |
tag: ${{package.version}} | ||
expected-commit: f45e66f0bf73cbcfbd66c732fff7dd43cded3c0e | ||
|
||
- uses: go/bump | ||
with: | ||
deps: github.com/go-jose/go-jose/[email protected] golang.org/x/[email protected] | ||
go-version: "1.21" | ||
|
||
- uses: go/build | ||
with: | ||
packages: ./pilot/cmd/pilot-discovery | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: istio-pilot-discovery-1.19 | ||
version: 1.19.5 | ||
epoch: 1 | ||
epoch: 2 | ||
description: Istio controller | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -27,7 +27,8 @@ pipeline: | |
|
||
- uses: go/bump | ||
with: | ||
deps: github.com/go-jose/go-jose/[email protected] | ||
deps: github.com/go-jose/go-jose/[email protected] golang.org/x/[email protected] | ||
go-version: "1.21" | ||
|
||
- uses: go/build | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: istio-pilot-discovery-1.20 | ||
version: 1.20.1 | ||
epoch: 1 | ||
epoch: 2 | ||
description: Istio controller | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -27,7 +27,7 @@ pipeline: | |
|
||
- uses: go/bump | ||
with: | ||
deps: github.com/go-jose/go-jose/[email protected] | ||
deps: github.com/go-jose/go-jose/[email protected] golang.org/x/[email protected] | ||
go-version: "1.21" | ||
|
||
- uses: go/build | ||
|