Skip to content

Commit 9e07964

Browse files
authored
Merge branch 'main' into feature/onboard-logs-service
2 parents 4db3ed8 + c7dada1 commit 9e07964

File tree

96 files changed

+9100
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+9100
-53
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: make test
3737

3838
- name: Archive code coverage results
39-
uses: actions/upload-artifact@v5
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: ${{ env.CODE_COVERAGE_ARTIFACT_NAME }}
4242
path: ${{ env.CODE_COVERAGE_FILE_NAME }}

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
rm -f "$GPG_KEY_PATH"
9191
9292
- name: Upload artifacts to workflow
93-
uses: actions/upload-artifact@v5
93+
uses: actions/upload-artifact@v6
9494
with:
9595
name: goreleaser-dist-temp
9696
path: dist
@@ -110,7 +110,7 @@ jobs:
110110

111111
# use the artifacts from the "goreleaser" job
112112
- name: Download artifacts from workflow
113-
uses: actions/download-artifact@v6
113+
uses: actions/download-artifact@v7
114114
with:
115115
name: goreleaser-dist-temp
116116
path: dist
@@ -147,7 +147,7 @@ jobs:
147147
uses: actions/checkout@v6
148148

149149
- name: Download artifacts from workflow
150-
uses: actions/download-artifact@v6
150+
uses: actions/download-artifact@v7
151151
with:
152152
name: goreleaser-dist-temp
153153
path: dist

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v6
1515
- name: Self-hosted Renovate
16-
uses: renovatebot/github-action@v44.0.5
16+
uses: renovatebot/github-action@v44.2.0
1717
with:
1818
configurationFile: .github/renovate.json
1919
token: ${{ secrets.RENOVATE_TOKEN }}

.github/workflows/stale.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
env:
1212
DAYS_BEFORE_PR_STALE: 7
1313
DAYS_BEFORE_PR_CLOSE: 7
14+
EXEMPT_PR_LABELS: "ignore-stale"
1415

1516
permissions:
1617
issues: write
@@ -30,6 +31,7 @@ jobs:
3031
close-pr-message: "This PR was closed automatically because it has been stalled for ${{ env.DAYS_BEFORE_PR_CLOSE }} days with no activity. Feel free to re-open it at any time."
3132
days-before-pr-stale: ${{ env.DAYS_BEFORE_PR_STALE }}
3233
days-before-pr-close: ${{ env.DAYS_BEFORE_PR_CLOSE }}
34+
exempt-pr-labels: ${{ env.EXEMPT_PR_LABELS }}
3335
# never mark issues as stale or close them
3436
days-before-issue-stale: -1
3537
days-before-issue-close: -1

docs/stackit_beta.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ stackit beta [flags]
4545
* [stackit beta intake](./stackit_beta_intake.md) - Provides functionality for intake
4646
* [stackit beta kms](./stackit_beta_kms.md) - Provides functionality for KMS
4747
* [stackit beta logs](./stackit_beta_logs.md) - Provides functionality for Logs
48+
* [stackit beta sfs](./stackit_beta_sfs.md) - Provides functionality for SFS (stackit file storage)
4849
* [stackit beta sqlserverflex](./stackit_beta_sqlserverflex.md) - Provides functionality for SQLServer Flex
4950

docs/stackit_beta_sfs.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## stackit beta sfs
2+
3+
Provides functionality for SFS (stackit file storage)
4+
5+
### Synopsis
6+
7+
Provides functionality for SFS (stackit file storage).
8+
9+
```
10+
stackit beta sfs [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-h, --help Help for "stackit beta sfs"
17+
```
18+
19+
### Options inherited from parent commands
20+
21+
```
22+
-y, --assume-yes If set, skips all confirmation prompts
23+
--async If set, runs the command asynchronously
24+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
25+
-p, --project-id string Project ID
26+
--region string Target region for region-specific requests
27+
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
28+
```
29+
30+
### SEE ALSO
31+
32+
* [stackit beta](./stackit_beta.md) - Contains beta STACKIT CLI commands
33+
* [stackit beta sfs export-policy](./stackit_beta_sfs_export-policy.md) - Provides functionality for SFS export policies
34+
* [stackit beta sfs performance-class](./stackit_beta_sfs_performance-class.md) - Provides functionality for SFS performance classes
35+
* [stackit beta sfs resource-pool](./stackit_beta_sfs_resource-pool.md) - Provides functionality for SFS resource pools
36+
* [stackit beta sfs share](./stackit_beta_sfs_share.md) - Provides functionality for SFS shares
37+
* [stackit beta sfs snapshot](./stackit_beta_sfs_snapshot.md) - Provides functionality for SFS snapshots
38+
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## stackit beta sfs export-policy
2+
3+
Provides functionality for SFS export policies
4+
5+
### Synopsis
6+
7+
Provides functionality for SFS export policies.
8+
9+
```
10+
stackit beta sfs export-policy [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-h, --help Help for "stackit beta sfs export-policy"
17+
```
18+
19+
### Options inherited from parent commands
20+
21+
```
22+
-y, --assume-yes If set, skips all confirmation prompts
23+
--async If set, runs the command asynchronously
24+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
25+
-p, --project-id string Project ID
26+
--region string Target region for region-specific requests
27+
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
28+
```
29+
30+
### SEE ALSO
31+
32+
* [stackit beta sfs](./stackit_beta_sfs.md) - Provides functionality for SFS (stackit file storage)
33+
* [stackit beta sfs export-policy create](./stackit_beta_sfs_export-policy_create.md) - Creates a export policy
34+
* [stackit beta sfs export-policy delete](./stackit_beta_sfs_export-policy_delete.md) - Deletes a export policy
35+
* [stackit beta sfs export-policy describe](./stackit_beta_sfs_export-policy_describe.md) - Shows details of a export policy
36+
* [stackit beta sfs export-policy list](./stackit_beta_sfs_export-policy_list.md) - Lists all export policies of a project
37+
* [stackit beta sfs export-policy update](./stackit_beta_sfs_export-policy_update.md) - Updates a export policy
38+
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## stackit beta sfs export-policy create
2+
3+
Creates a export policy
4+
5+
### Synopsis
6+
7+
Creates a export policy.
8+
9+
```
10+
stackit beta sfs export-policy create [flags]
11+
```
12+
13+
### Examples
14+
15+
```
16+
Create a new export policy with name "EXPORT_POLICY_NAME"
17+
$ stackit beta sfs export-policy create --name EXPORT_POLICY_NAME
18+
19+
Create a new export policy with name "EXPORT_POLICY_NAME" and rules from file "./rules.json"
20+
$ stackit beta sfs export-policy create --name EXPORT_POLICY_NAME --rules @./rules.json
21+
```
22+
23+
### Options
24+
25+
```
26+
-h, --help Help for "stackit beta sfs export-policy create"
27+
--name string Export policy name
28+
--rules string Rules of the export policy (format: json)
29+
```
30+
31+
### Options inherited from parent commands
32+
33+
```
34+
-y, --assume-yes If set, skips all confirmation prompts
35+
--async If set, runs the command asynchronously
36+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
37+
-p, --project-id string Project ID
38+
--region string Target region for region-specific requests
39+
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
40+
```
41+
42+
### SEE ALSO
43+
44+
* [stackit beta sfs export-policy](./stackit_beta_sfs_export-policy.md) - Provides functionality for SFS export policies
45+
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## stackit beta sfs export-policy delete
2+
3+
Deletes a export policy
4+
5+
### Synopsis
6+
7+
Deletes a export policy.
8+
9+
```
10+
stackit beta sfs export-policy delete EXPORT_POLICY_ID [flags]
11+
```
12+
13+
### Examples
14+
15+
```
16+
Delete a export policy with ID "xxx"
17+
$ stackit beta sfs export-policy delete xxx
18+
```
19+
20+
### Options
21+
22+
```
23+
-h, --help Help for "stackit beta sfs export-policy delete"
24+
```
25+
26+
### Options inherited from parent commands
27+
28+
```
29+
-y, --assume-yes If set, skips all confirmation prompts
30+
--async If set, runs the command asynchronously
31+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
32+
-p, --project-id string Project ID
33+
--region string Target region for region-specific requests
34+
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
35+
```
36+
37+
### SEE ALSO
38+
39+
* [stackit beta sfs export-policy](./stackit_beta_sfs_export-policy.md) - Provides functionality for SFS export policies
40+
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## stackit beta sfs export-policy describe
2+
3+
Shows details of a export policy
4+
5+
### Synopsis
6+
7+
Shows details of a export policy.
8+
9+
```
10+
stackit beta sfs export-policy describe EXPORT_POLICY_ID [flags]
11+
```
12+
13+
### Examples
14+
15+
```
16+
Describe a export policy with ID "xxx"
17+
$ stackit beta sfs export-policy describe xxx
18+
```
19+
20+
### Options
21+
22+
```
23+
-h, --help Help for "stackit beta sfs export-policy describe"
24+
```
25+
26+
### Options inherited from parent commands
27+
28+
```
29+
-y, --assume-yes If set, skips all confirmation prompts
30+
--async If set, runs the command asynchronously
31+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
32+
-p, --project-id string Project ID
33+
--region string Target region for region-specific requests
34+
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
35+
```
36+
37+
### SEE ALSO
38+
39+
* [stackit beta sfs export-policy](./stackit_beta_sfs_export-policy.md) - Provides functionality for SFS export policies
40+

0 commit comments

Comments
 (0)