mygithub.libinneed.workers.dev/stackitcloud/stackit-cli
Advanced tools
+19
-18
@@ -140,20 +140,21 @@ version: 2 | ||
| snapcrafts: | ||
| # IDs of the builds for which to create packages for | ||
| - ids: | ||
| - linux-builds | ||
| # The name of the snap | ||
| name: stackit | ||
| # The canonical title of the application, displayed in the software | ||
| # centre graphical frontends | ||
| title: STACKIT CLI | ||
| summary: A command-line interface to manage STACKIT resources. | ||
| description: "A command-line interface to manage STACKIT resources." | ||
| license: Apache-2.0 | ||
| confinement: classic | ||
| # Grade "devel" will only release to `edge` and `beta` channels | ||
| # Grade "stable" will also release to the `candidate` and `stable` channels | ||
| grade: stable | ||
| # Whether to publish the Snap to the store | ||
| publish: true | ||
| # Temporary disable snap release, see https://jira.schwarz/browse/STACKITCLI-330 | ||
| # snapcrafts: | ||
| # # IDs of the builds for which to create packages for | ||
| # - ids: | ||
| # - linux-builds | ||
| # # The name of the snap | ||
| # name: stackit | ||
| # # The canonical title of the application, displayed in the software | ||
| # # centre graphical frontends | ||
| # title: STACKIT CLI | ||
| # summary: A command-line interface to manage STACKIT resources. | ||
| # description: "A command-line interface to manage STACKIT resources." | ||
| # license: Apache-2.0 | ||
| # confinement: classic | ||
| # # Grade "devel" will only release to `edge` and `beta` channels | ||
| # # Grade "stable" will also release to the `candidate` and `stable` channels | ||
| # grade: stable | ||
| # # Whether to publish the Snap to the store | ||
| # publish: true | ||
@@ -160,0 +161,0 @@ winget: |
+6
-5
| module github.com/stackitcloud/stackit-cli | ||
| go 1.24.0 | ||
| go 1.25.0 | ||
@@ -45,3 +45,3 @@ require ( | ||
| golang.org/x/text v0.33.0 | ||
| k8s.io/apimachinery v0.34.2 | ||
| k8s.io/apimachinery v0.35.1 | ||
| k8s.io/client-go v0.34.2 | ||
@@ -235,3 +235,3 @@ ) | ||
| go.uber.org/zap v1.27.0 // indirect | ||
| go.yaml.in/yaml/v2 v2.4.2 // indirect | ||
| go.yaml.in/yaml/v2 v2.4.3 // indirect | ||
| go.yaml.in/yaml/v3 v3.0.4 // indirect | ||
@@ -244,2 +244,3 @@ golang.org/x/exp/typeparams v0.0.0-20251023183803-a4bb9ffd2546 // indirect | ||
| honnef.co/go/tools v0.6.1 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect | ||
| mvdan.cc/gofumpt v0.9.2 // indirect | ||
@@ -285,4 +286,4 @@ mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15 // indirect | ||
| k8s.io/klog/v2 v2.130.1 // indirect | ||
| k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 | ||
| sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect | ||
| k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 | ||
| sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect | ||
| sigs.k8s.io/yaml v1.6.0 // indirect | ||
@@ -289,0 +290,0 @@ ) |
Sorry, the diff of this file is too big to display