diff --git a/plugins/ouctl.yaml b/plugins/ouctl.yaml deleted file mode 100644 index 3d4582de17d..00000000000 --- a/plugins/ouctl.yaml +++ /dev/null @@ -1,52 +0,0 @@ -apiVersion: krew.googlecontainertools.github.com/v1alpha2 -kind: Plugin -metadata: - name: ouctl -spec: - version: "v0.0.8" - homepage: https://github.com/tremolosecurity/openunison-control - shortDescription: "Deploy OpenUnison for authentication and automation" - description: Deploys OpenUnison, see https://openunison.github.io/deployauth/ for details - platforms: - - selector: - matchExpressions: - - key: "os" - operator: "In" - values: - - darwin - uri: https://nexus.tremolo.io/repository/ouctl/ouctl-0.0.8-macos.zip - sha256: 7cdff8001b43320b9d474ee329e7486950ea614e258aeac2941e0b6481583817 - files: - - from: "ouctl" - to: "ouctl" - - from: "LICENSE" - to: "LICENSE" - bin: ouctl - - selector: - matchExpressions: - - key: "os" - operator: "In" - values: - - linux - uri: https://nexus.tremolo.io/repository/ouctl/ouctl-0.0.8-linux.zip - sha256: 37f9ccd3139532283b5ba7fa81e040f8dcaf9935121cd7e0af5912c4eb994509 - files: - - from: "ouctl" - to: "ouctl" - - from: "LICENSE" - to: "LICENSE" - bin: ouctl - - selector: - matchExpressions: - - key: "os" - operator: "In" - values: - - windows - uri: https://nexus.tremolo.io/repository/ouctl/ouctl-0.0.8-win.zip - sha256: b4aa8c936b5dcce3d4c2d0542d3acd2e85200711138da0a7f08f54248eaf2e0a - files: - - from: "ouctl.exe" - to: "ouctl.exe" - - from: "LICENSE" - to: "LICENSE" - bin: ouctl.exe \ No newline at end of file diff --git a/plugins/oulogin.yaml b/plugins/oulogin.yaml index 600b10f5206..5b0e5724a45 100644 --- a/plugins/oulogin.yaml +++ b/plugins/oulogin.yaml @@ -3,7 +3,7 @@ kind: Plugin metadata: name: oulogin spec: - version: "v0.0.7" + version: "v0.0.8" homepage: https://github.com/TremoloSecurity/kubectl-login shortDescription: "Login to a cluster via OpenUnison" description: | @@ -16,8 +16,8 @@ spec: operator: "In" values: - darwin - uri: https://nexus.tremolo.io/repository/oulogin/oulogin-0.0.7-macos.zip - sha256: e9221c5b50e7d388f8bf73738a523f78f40e5c1c67ad687c65ab8fe8aa79849e + uri: https://nexus.tremolo.io/repository/oulogin/oulogin-0.0.8-macos.zip + sha256: 9138a78a39404c9d006b157c8a9e6e7601c07851a7741ea338c99eb42e4925d2 files: - from: "oulogin" to: "oulogin" @@ -30,8 +30,8 @@ spec: operator: "In" values: - linux - uri: https://nexus.tremolo.io/repository/oulogin/oulogin-0.0.7-linux.zip - sha256: 2b6644bc914ad447785c4dc5cdb14bbcf2409b468a15dd2c746cfd8dc19c58a9 + uri: https://nexus.tremolo.io/repository/oulogin/oulogin-0.0.8-linux.zip + sha256: eee9460985cbcf71c3dd7454dae7230e0d74c6c583216ab9f7550d4257e7ee36 files: - from: "oulogin" to: "oulogin" @@ -44,11 +44,11 @@ spec: operator: "In" values: - windows - uri: https://nexus.tremolo.io/repository/oulogin/oulogin-0.0.7-win.zip - sha256: 7607eee50d60895292b6531528d36af1aceb82c96fcbd8fd4d930b6528c71d0e + uri: https://nexus.tremolo.io/repository/oulogin/oulogin-0.0.8-win.zip + sha256: 666c55c61bc964d73b486f66b03f84abbad8b01c609b3239ee54847d2c0b3317 files: - from: "oulogin.exe" to: "oulogin.exe" - from: "LICENSE" to: "LICENSE" - bin: oulogin.exe + bin: oulogin.exe \ No newline at end of file