Commit Graph

46 Commits

Author SHA1 Message Date
jacob-delgado 28d2c81cb5
Run with latest build container (#3552) 2025-08-19 03:35:16 -04:00
jacob-delgado d9ba074fd3
update go.mod dependencies (#3541)
* update deps

* use go 1.23, not go 1.24

* make gen

* fix: non-constant format string in call to fmt.Errorf
2025-07-17 12:38:43 -04:00
jacob-delgado 80b6f10e34
update protos (#3478)
* update protos

* update dependencies

* make tidy
2025-03-31 19:10:45 -04:00
jacob-delgado 3d8c4ae6eb
update dependencies (#3392) 2024-12-16 15:07:26 -05:00
John Howard 9630fe745f
Remove the operator proto from this repo (#3286)
This is no longer an Istio CRD, just an internal YAML API to istioctl,
so move it under the Istio repo
(https://github.com/istio/istio/pull/52472)
2024-08-09 15:21:51 -04:00
dependabot[bot] 7bf1eab280
Bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#3262)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 21:53:23 -04:00
jacob-delgado fd44b55c2a
Make gen with latest tools image (#3220)
* Use with latest tools image

* update grpc-go dependency
2024-05-30 20:33:10 -04:00
John Howard f0b5398125
Bump go modules (#3194)
Mostly picking up k8s 1.30
2024-05-15 21:38:11 -04:00
dependabot[bot] 941d58de83
Bump golang.org/x/net from 0.22.0 to 0.23.0 (#3165)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 11:13:32 -07:00
Ric Hincapie 362ae32541
Fix concurrency docs (#3138)
* Fix concurrency docs

* Add make gen changed files
2024-03-25 14:38:44 -07:00
dependabot[bot] 3d93a30c28
Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#3124)
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-13 16:52:33 -07:00
jacob-delgado 06018d723c
Run make gen with new protoc (#3051)
* Run make gen with new protoc

* Update dependencies
2024-01-17 09:03:58 -08:00
jacob-delgado 2699efde31
Update go.mod (#3026)
* Update go.mod

* run make gen

* attempt to fix go mod change

* fix go.mod
2023-12-14 13:55:32 -08:00
jacob-delgado f9a5d9345c
Update grpc-go dependency (#2956) 2023-10-10 15:31:54 -07:00
jacob-delgado b359dbbc69
Update dependencies (#2906) 2023-08-17 11:00:03 -07:00
jacob-delgado a5fe6c8c2f
Update deps to k8s 1.27.0 (#2757) 2023-04-14 10:36:35 -07:00
jacob-delgado cb047abbdf
Update deps (#2756) 2023-04-11 10:28:00 -07:00
dependabot[bot] 582f573dde
Bump golang.org/x/net from 0.4.0 to 0.7.0 (#2685)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-02 09:24:06 -08:00
fsl dab445160d
fix CVE-2022-41717 vulnerability (#2623) 2023-01-09 08:31:49 -08:00
jacob-delgado 82b9feb5a1
Update deps to 1.26 (#2591) 2022-12-13 10:42:08 -08:00
jacob-delgado 239492d46a
Update dependencies (#2524) 2022-10-21 11:09:45 -07:00
Rama Chavali e4ef3a5ee2
add support for max connection duration (#2341)
* add support for max connection duration

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>

* generate with correct protoc gen go

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>

* generate with buf

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>

* go.sum

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
2022-07-01 22:28:56 -07:00
John Howard d3db120e51
Bump dependencies (#2369) 2022-06-01 18:25:09 -07:00
Xinnan Wen 579e7e6982
bump k8s hpa api mirrored in operator api to v2beta2 (#2273)
* bump k8s hpa api mirrored in operator api to v2beta2

* rebase and update quantity type

* update proto lock

* add release notes
2022-05-05 15:06:56 -07:00
John Howard 9d336787a4
Migrate from gogo/protobuf to golang/protobuf (#2293)
* Migrate gogo/protobuf to golang/protobuf

* generated changes

* Fixes to deepcopy
2022-03-23 08:11:37 -07:00
jacob-delgado ce699ad0a1
Update dependencies (#2185) 2021-12-08 17:19:44 -08:00
John Howard 67bbb591b5
Update dependencies to mirror istio/istio (#1862)
Fixes https://github.com/istio/api/issues/1859
2021-02-17 06:44:25 -08:00
Morven Cao e51932d667
add volume and volumeMount to k8s settings. (#1812)
* add volume and volumeMount to k8s settings.

* add release note.

* rebase code.
2021-02-01 00:07:11 -08:00
jacob-delgado f46c629bdb
Use gogo/protobuf 1.3.2 (#1816)
* Use gogo/protobuf 1.3.2

* Run make gen

* Run go get istio.io/gogo-genproto

* Run make clean gen
2021-01-14 16:54:20 -08:00
Nathan Mittler 57c66a1898
Add documentation for labels (#1804)
Keeping the existing labels.go for now until the main code branch is migrated over to use the new variables.

Will also remove security.istio.io/tlsMode (which always was a label, not an annotation) from annotations once the main code branch is migrated over to the label variable.
2021-01-11 15:27:27 -08:00
Martin Ostrowski 001ca68fb1
Consolidate operator API to one file to maintain field order (#1464)
* Consolidate opeator API to one file to maintain field order

* Mirror Tolerations

* Remove json gen

* Rebuild

* Restore deepcopy

* Remove unneeded sed

* Rebuild

* Lint

* Update releaselocks

* Move deepcopy from autogenerated path

* Copyright banner

* Gofmt
2020-06-09 16:01:37 -07:00
Tariq Ibrahim adbe0d8bcc
update kubernetes and proto dependencies (#1376) 2020-04-11 14:06:17 -07:00
Martin Ostrowski 0593b0ef35 Move operator API to separate dir (#1223)
* Move operator API to separate dir

* Update linter settings

* Add make gen files

* Add values field to gateways

* Make gen

* Add enablement for gateways

* Remove CoreDNS from core components list
2020-01-06 09:02:25 -08:00
Martin Ostrowski 48d712f99a Partial revert of #1211, part 2 (#1217) 2019-12-23 11:17:06 -08:00
Martin Ostrowski 2201aa34d2 Partial revert of #1211 (#1216) 2019-12-23 10:25:06 -08:00
Martin Ostrowski 2bfe3e1437 Refactor and integrate MeshConfig and IstioControlPlaneSpec (#1177)
* Refactor and integrate MeshConfig and IstioControlPlaneSpec

* Fix hub comment

* Review comments

* Update status

* Added istiod

* Review comments

* Remove stray message

* Proto gen fixes

* Mirror k8s structs that have import problems

* Remove debug

* Update comment

* Consolidate some types

* Merge gateways

* Remove proxy config type

* Add name field for gateways

* Update gateways

* Update generated files

* Update go.mod

* Licenses

* Lint

* More lint, add gw label

* Add lint debug output

* Address comments

* Removing debug character
2019-12-10 09:32:28 -08:00
Eric Van Norman 2a243b3efb Update go modules to use the latest patch releases (#1127)
* Update go modules to use the latest patch releases

* Revert github.com/gogo/protobuf since update caused failure in istio
2019-10-16 09:53:39 -07:00
Martin Taillefer ee1be9aa0d
Update to latest gogo. (#1107) 2019-09-30 09:40:08 -07:00
Kuat 9eb49cc466 redo (#1084)
Signed-off-by: Kuat Yessenov <kuat@google.com>
2019-09-17 10:35:07 -07:00
Martin Taillefer 27c01d9b41
Fix go.mod file. (#1015) 2019-07-31 22:48:01 -07:00
Martin Taillefer c1f2935580
Point to the right version of generated RPC protos. (#1014) 2019-07-31 16:25:04 -07:00
Martin Taillefer a66c9b061e
Switch to latest tool container and upstream gogo/protobuf. (#1011) 2019-07-31 13:14:08 -07:00
Martin Taillefer 8d0c8b9e07
Point to the right version of gogo-protobuf (#1005) 2019-07-29 16:38:43 -07:00
Martin Taillefer ae67f60b2e Generate a doc page for our annotations. (#993) 2019-07-25 21:09:24 +00:00
Nathan Mittler 1963af6763 Autogenerate common Istio annotations (#979) 2019-07-16 08:42:54 -07:00
Martin Taillefer e349b364e0
Import common files into this repo (#935)
- Delete circleci config as its completely redundant with what prow is doing.

- Delete other cruft.
2019-05-30 20:36:13 -07:00