Skip to content

Commit

Permalink
enum was missing from openapi spec, add manually and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mach-kernel committed Jul 17, 2024
1 parent 9a083f4 commit 133b38a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions charts/databricks-kube-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 0.8.1
appVersion: 0.8.2
name: databricks-kube-operator
description: A kube-rs operator for managing Databricks API resources
version: 0.9.2
version: 0.9.3

home: https://github.com/mach-kernel/databricks-kube-operator
sources:
Expand Down
2 changes: 1 addition & 1 deletion databricks-kube/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ path = "src/crdgen.rs"
[package]
name = "databricks_kube"
default-run = "databricks_kube"
version = "0.8.1"
version = "0.8.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion databricks-rust-jobs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "databricks_rust_jobs"
version = "2.1.1"
version = "2.1.2"
authors = ["OpenAPI Generator team and contributors"]
description = "The Jobs API allows you to create, edit, and delete jobs. You should never hard code secrets or store them in plain text. Use the [Secrets API](https://docs.databricks.com/dev-tools/api/latest/secrets.html) to manage secrets in the [Databricks CLI](https://docs.databricks.com/dev-tools/cli/index.html). Use the [Secrets utility](https://docs.databricks.com/dev-tools/databricks-utils.html#dbutils-secrets) to reference secrets in notebooks and jobs."
# Override this license by providing a License Object in the OpenAPI.
Expand Down
2 changes: 2 additions & 0 deletions databricks-rust-jobs/src/models/new_task_cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ pub enum DataSecurityMode {
LegacyPassthrough,
#[serde(rename = "LEGACY_SINGLE_USER")]
LegacySingleUser,
#[serde(rename = "LEGACY_SINGLE_USER_STANDARD")]
LegacySingleUserStandard,
}

impl Default for DataSecurityMode {
Expand Down

0 comments on commit 133b38a

Please sign in to comment.