Skip to content

Commit

Permalink
chore: bump rocks from 0.16.0-rc.1 to 0.16.0 (#39)
Browse files Browse the repository at this point in the history
* chore: bump rocks from 0.16.0-rc.1 to 0.16.0
* fix: update version to use hyphens not underscores
* update rockcraft files to use '@' instead of ':' in base definitions
  • Loading branch information
ca-scribner committed Dec 1, 2023
1 parent 3092489 commit 3a6669d
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 60 deletions.
10 changes: 5 additions & 5 deletions earlystopping-medianstop/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Based on https://github.com/kubeflow/katib/blob/v0.16.0-rc.1/cmd/earlystopping/medianstop/v1beta1/Dockerfile
# Based on https://github.com/kubeflow/katib/blob/v0.16.0/cmd/earlystopping/medianstop/v1beta1/Dockerfile
name: earlystopping-medianstop
base: ubuntu:22.04
version: 'v0.16.0_22.04_1'
base: ubuntu@22.04
version: 'v0.16.0-22.04-2'
summary: Early stopping algorithm for katib.
description: |
The median stopping rule stops a pending trial X at step S if the trial’s best
Expand All @@ -26,7 +26,7 @@ parts:
requirements-and-deps:
plugin: python
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
source-subdir: cmd/earlystopping/medianstop/v1beta1
Expand All @@ -45,7 +45,7 @@ parts:
earlystopping-medianstop:
plugin: dump
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
organize:
Expand Down
8 changes: 4 additions & 4 deletions file-metrics-collector/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Based on https://github.com/kubeflow/katib/blob/v0.16.0-rc.1/cmd/metricscollector/v1beta1/file-metricscollector/Dockerfile
# Based on https://github.com/kubeflow/katib/blob/v0.16.0/cmd/metricscollector/v1beta1/file-metricscollector/Dockerfile
name: file-metrics-collector
summary: Metrics collector for file info for Katib.
description: |
Collects metrics from specified file.
version: v0.16.0_22.04_1
version: v0.16.0-22.04-2
license: Apache-2.0
build-base: ubuntu:22.04
build-base: ubuntu@22.04
base: bare
run-user: _daemon_
services:
Expand All @@ -22,7 +22,7 @@ parts:
plugin: go
source: https://github.com/kubeflow/katib
source-type: git
source-tag: v0.16.0-rc.1
source-tag: v0.16.0
build-snaps:
- go
stage-packages:
Expand Down
8 changes: 4 additions & 4 deletions katib-controller/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Based on https://github.com/kubeflow/katib/blob/v0.16.0-rc.1/cmd/katib-controller/v1beta1/Dockerfile
# Based on https://github.com/kubeflow/katib/blob/v0.16.0/cmd/katib-controller/v1beta1/Dockerfile
name: katib-controller
summary: Katib AutoML Controller
description: |
Expand All @@ -8,9 +8,9 @@ description: |
Katib can perform training jobs using any Kubernetes Custom Resources with out of the box support for Kubeflow Training Operator, Argo Workflows, Tekton Pipelines and many more.
version: v0.16.0_22.04_1
version: v0.16.0-22.04-2
license: Apache-2.0
build-base: ubuntu:22.04
build-base: ubuntu@22.04
base: bare
run-user: _daemon_
services:
Expand All @@ -27,7 +27,7 @@ parts:
plugin: go
source: https://github.com/kubeflow/katib
source-type: git
source-tag: v0.16.0-rc.1
source-tag: v0.16.0
build-snaps:
- go
stage-packages:
Expand Down
8 changes: 4 additions & 4 deletions katib-db-manager/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Based on https://github.com/kubeflow/katib/blob/v0.16.0-rc.1/cmd/db-manager/v1beta1/Dockerfile
# Based on https://github.com/kubeflow/katib/blob/v0.16.0/cmd/db-manager/v1beta1/Dockerfile
name: katib-db-manager
summary: Katib DB Controller
description: |
Katib database manager.
version: v0.16.0_22.04_1
version: v0.16.0-22.04-2
license: Apache-2.0
build-base: ubuntu:22.04
build-base: ubuntu@22.04
base: bare
run-user: _daemon_
services:
Expand All @@ -23,7 +23,7 @@ parts:
plugin: go
source: https://github.com/kubeflow/katib
source-type: git
source-tag: v0.16.0-rc.1
source-tag: v0.16.0
build-snaps:
- go
stage-packages:
Expand Down
10 changes: 5 additions & 5 deletions suggestion-enas/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Based on https://github.com/kubeflow/katib/blob/v0.16.0-rc.1/cmd/suggestion/nas/enas/v1beta1/Dockerfile
# Based on https://github.com/kubeflow/katib/blob/v0.16.0/cmd/suggestion/nas/enas/v1beta1/Dockerfile
name: suggestion-enas
base: ubuntu:22.04
version: 'v0.16.0_22.04_1'
base: ubuntu@22.04
version: 'v0.16.0-22.04-2'
summary: "Katib Suggestion enas"
description: |
Expand All @@ -24,7 +24,7 @@ parts:
requirements-and-deps:
plugin: python
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
source-subdir: cmd/suggestion/nas/enas/v1beta1
Expand All @@ -43,7 +43,7 @@ parts:
suggestion-enas:
plugin: dump
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
organize:
Expand Down
8 changes: 4 additions & 4 deletions suggestion-goptuna/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name: suggestion-goptuna
summary: Decentralized hyperparameter optimization framework, inspired by Optuna implemented in pure Go
description: "Katib suggestion goptuna"
version: "v0.16.0_22.04_1"
version: "v0.16.0-22.04-2"
license: Apache-2.0
base: ubuntu:22.04
build-base: ubuntu:22.04
base: ubuntu@22.04
build-base: ubuntu@22.04
run-user: _daemon_
services:
suggestion-goptuna:
Expand All @@ -22,7 +22,7 @@ parts:
plugin: go
source: https://github.com/kubeflow/katib
source-type: git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
build-snaps:
- go/1.21/stable
override-build: |
Expand Down
10 changes: 5 additions & 5 deletions suggestion-hyperband/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Based on https://github.com/kubeflow/katib/blob/v0.16.0-rc.1/cmd/suggestion/hyperband/v1beta1/Dockerfile
# Based on https://github.com/kubeflow/katib/blob/v0.16.0/cmd/suggestion/hyperband/v1beta1/Dockerfile
name: suggestion-hyperband
base: ubuntu:22.04
version: 'v0.16.0_22.04_1'
base: ubuntu@22.04
version: 'v0.16.0-22.04-2'
summary: "Katib Suggestion Hyperband"
description: |
Katib suggestion Hyperband. Hyperband focuses on early stopping as a strategy for optimizing resource allocation.
Expand All @@ -24,7 +24,7 @@ parts:
requirements-and-deps:
plugin: python
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
source-subdir: cmd/suggestion/hyperband/v1beta1
Expand All @@ -43,7 +43,7 @@ parts:
suggestion-hyperband:
plugin: dump
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
organize:
Expand Down
10 changes: 5 additions & 5 deletions suggestion-hyperopt/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Based on https://github.com/kubeflow/katib/blob/v0.16.0-rc.1/cmd/suggestion/hyperopt/v1beta1/Dockerfile
# Based on https://github.com/kubeflow/katib/blob/v0.16.0/cmd/suggestion/hyperopt/v1beta1/Dockerfile
name: suggestion-hyperopt
base: ubuntu:22.04
version: 'v0.16.0_22.04_1'
base: ubuntu@22.04
version: 'v0.16.0-22.04-2'
summary: "Katib Suggestion Hyperopt"
description: |
Ktibe Suggetion Hyperopt. Hyperopt is a Python library for serial and parallel optimization over awkward search spaces, which may include real-valued, discrete, and conditional dimensions.
Expand All @@ -24,7 +24,7 @@ parts:
requirements-and-deps:
plugin: python
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
source-subdir: cmd/suggestion/hyperopt/v1beta1
Expand All @@ -43,7 +43,7 @@ parts:
suggestion-hyperopt:
plugin: dump
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
organize:
Expand Down
8 changes: 4 additions & 4 deletions suggestion-nas-darts/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Based on https://github.com/kubeflow/katib/blob/v0.16.0/cmd/suggestion/nas/darts/v1beta1
name: suggestion-nas-darts
base: ubuntu:22.04
version: 'v0.16.0_22.04_1'
base: ubuntu@22.04
version: 'v0.16.0-22.04-2'
summary: "Katib Suggestion NAS DARTS"
description: |
Katib Differentiable Architecture Search implementation.
Expand All @@ -24,7 +24,7 @@ parts:
requirements-and-deps:
plugin: python
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
source-subdir: cmd/suggestion/nas/darts/v1beta1
Expand All @@ -43,7 +43,7 @@ parts:
suggestion-nas-darts:
plugin: dump
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
organize:
Expand Down
10 changes: 5 additions & 5 deletions suggestion-optuna/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Based on https://github.com/kubeflow/katib/blob/v0.16.0-rc.1/cmd/suggestion/optuna/v1beta1/Dockerfile
# Based on https://github.com/kubeflow/katib/blob/v0.16.0/cmd/suggestion/optuna/v1beta1/Dockerfile
name: suggestion-optuna
base: ubuntu:22.04
version: 'v0.16.0_22.04_1'
base: ubuntu@22.04
version: 'v0.16.0-22.04-2'
summary: "Katib Suggestion Optuna"
description: |
Katib Suggestion Optuna. Optuna is an automatic hyperparameter optimization software framework, particularly designed for machine learning.
Expand All @@ -24,7 +24,7 @@ parts:
requirements-and-deps:
plugin: python
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
source-subdir: cmd/suggestion/optuna/v1beta1
Expand All @@ -43,7 +43,7 @@ parts:
suggestion-optuna:
plugin: dump
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
organize:
Expand Down
10 changes: 5 additions & 5 deletions suggestion-pbt/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Based on https://github.com/kubeflow/katib/blob/v0.16.0-rc.1/cmd/suggestion/pbt/v1beta1/Dockerfile
# Based on https://github.com/kubeflow/katib/blob/v0.16.0/cmd/suggestion/pbt/v1beta1/Dockerfile
name: suggestion-pbt
base: ubuntu:22.04
version: 'v0.16.0_22.04_1'
base: ubuntu@22.04
version: 'v0.16.0-22.04-2'
summary: "Katib Suggestion PBT"
description: |
Katib Suggestion PBT. Population Based Training, a simple asynchronous optimisation algorithm which effectively utilises a fixed computational budget to jointly optimise a population of models and their hyperparameters to maximise performance.
Expand All @@ -24,7 +24,7 @@ parts:
requirements-and-deps:
plugin: python
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
source-subdir: cmd/suggestion/pbt/v1beta1
Expand All @@ -43,7 +43,7 @@ parts:
suggestion-pbt:
plugin: dump
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
organize:
Expand Down
10 changes: 5 additions & 5 deletions suggestion-skopt/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Based on https://github.com/kubeflow/katib/blob/v0.16.0-rc.1/cmd/suggestion/skopt/v1beta1/Dockerfile
# Based on https://github.com/kubeflow/katib/blob/v0.16.0/cmd/suggestion/skopt/v1beta1/Dockerfile
name: suggestion-skopt
base: ubuntu:22.04
version: 'v0.16.0_22.04_1'
base: ubuntu@22.04
version: 'v0.16.0-22.04-2'
summary: "Katib Suggestion skopt"
description: |
Katib Suggestion skopt. Scikit-Optimize, or skopt, is a simple and efficient library to minimize expensive and noisy black-box functions. It implements several methods for sequential model-based optimization.
Expand All @@ -24,7 +24,7 @@ parts:
requirements-and-deps:
plugin: python
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
source-subdir: cmd/suggestion/skopt/v1beta1
Expand All @@ -43,7 +43,7 @@ parts:
suggestion-skopt:
plugin: dump
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
organize:
Expand Down
10 changes: 5 additions & 5 deletions tfevent-metrics-collector/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Based on https://github.com/kubeflow/katib/blob/v0.16.0-rc.1/cmd/metricscollector/v1beta1/tfevent-metricscollector/Dockerfile
# Based on https://github.com/kubeflow/katib/blob/v0.16.0/cmd/metricscollector/v1beta1/tfevent-metricscollector/Dockerfile
name: tfevent-metrics-collector
base: ubuntu:22.04
version: 'v0.16.0_22.04_1'
base: ubuntu@22.04
version: 'v0.16.0-22.04-2'
summary: Metrics collector for TF Events for Katib.
description: |
Collects metrics and stores them on the persistent layer (katib-db-manager). Used as sidecar.
Expand All @@ -24,7 +24,7 @@ parts:
requirements-and-deps:
plugin: python
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
source-subdir: cmd/metricscollector/v1beta1/tfevent-metricscollector
Expand All @@ -43,7 +43,7 @@ parts:
tfevent-metrics-collector:
plugin: dump
source: https://github.com/kubeflow/katib.git
source-tag: "v0.16.0-rc.1"
source-tag: "v0.16.0"
source-depth: 1
source-type: git
organize:
Expand Down

0 comments on commit 3a6669d

Please sign in to comment.