dependabot[bot]
2902c14e3a
build(deps): bump golang.org/x/net from 0.0.0-20210825183410-e898025ed96a to 0.17.0 in /components/tensorboard-controller ( kubeflow/kubeflow#7329 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.0.0-20210825183410-e898025ed96a to 0.17.0.
- [Commits](https://github.com/golang/net/commits/v0.17.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-01-27 17:13:16 +00:00
dependabot[bot]
fe21ffe649
build(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /components/tensorboard-controller ( kubeflow/kubeflow#6956 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 13:45:06 +00:00
Alex Lembiyeuski
8654406f47
Upgrade API version of `Tensorboard` CRD to `v1` ( kubeflow/kubeflow#6406 )
...
* Migrate tensorboard-controller to Kubebuilder v3
* Fix paths inside Docker context
* Remove test dependency from docker-build
* Switch to kustomize 3.2.0, fix image tag
* Fix namePrefix
* Rename deployments, remove namespaces
* Add runAsUser
* Make tensorboard image and istio gateway configurable
2022-06-17 09:20:10 +00:00
dependabot[bot]
c4a07e5dd3
build(deps): bump github.com/gogo/protobuf from 1.1.1 to 1.3.2 in /components/tensorboard-controller ( kubeflow/kubeflow#6424 )
...
Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf ) from 1.1.1 to 1.3.2.
- [Release notes](https://github.com/gogo/protobuf/releases )
- [Commits](https://github.com/gogo/protobuf/compare/v1.1.1...v1.3.2 )
---
updated-dependencies:
- dependency-name: github.com/gogo/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>
2022-04-14 07:14:53 +00:00
Kimonas Sotirchos
dacbda949d
Bump Golang version in PodDefaults, TensorBoard Controller and KFAM to 1.17 ( kubeflow/kubeflow#6180 )
...
* kfam: Upgrade go to 1.17
Update to a more recent docker image that has a newer version of
openssl.
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
* poddefaults: Upgrade go to 1.17
Update to a more recent docker image that has a newer version of
openssl.
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
* tensorboards: Upgrade go to 1.17
Update to a more recent docker image that has a newer version of
openssl.
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
2021-10-08 06:02:23 -07:00
Jeremy Lewi
d25a14aea2
Fix notebook controller and tensorboard controller docker image build. ( kubeflow/kubeflow#4631 )
...
* The jupyter docker image isn't building because it now depends on code
in components/common
* To make this work we need to configure it as a multi module package
and modify go.mod to redirect to a local path.
* Ref: https://github.com/golang/go/wiki/Modules#when-should-i-use-the-replace-directive
* Replaces PR #4583
Related to #4582 - Jupyter image doesn't build.
2020-01-07 16:25:41 -08:00
Quanjie Lin
1236c5e6d7
initial checkin of tensorboard controller ( kubeflow/kubeflow#4312 )
...
* initial checkin of tensorboard controller
* initial checkin of tensorboard controller
* typo
* typo
* fix typo
* support local path
* add status
* conflict
* remove binary
2019-10-29 09:12:44 -07:00