Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
GOPROXY: ${{ secrets.GOPROXY }}
SOURCE_REPO: ${{ secrets.SOURCE_REPO }}
SOURCE_REPO_SSH_KEY: ${{ secrets.SOURCE_REPO_SSH_KEY }}
BASE_IMAGES_VERSION: "v1.1.8"
BASE_IMAGES_VERSION: "v1.2.0"
on:
#pull_request:
# call from trivy_image_check.yaml, which in turn call from pull_request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
GOPROXY: ${{ secrets.GOPROXY }}
SOURCE_REPO: ${{ secrets.SOURCE_REPO }}
SOURCE_REPO_SSH_KEY: ${{ secrets.SOURCE_REPO_SSH_KEY }}
BASE_IMAGES_VERSION: "v1.1.8"
BASE_IMAGES_VERSION: "v1.2.0"
on:
push:
tags:
Expand Down
1 change: 0 additions & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/deckhouse/storage-foundation/api

go 1.26.4

require (
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.34.1
Expand Down
Binary file removed charts/deckhouse_lib_helm-1.72.4.tgz
Binary file not shown.
Binary file added charts/deckhouse_lib_helm-1.72.7.tgz
Binary file not shown.
1 change: 0 additions & 1 deletion images/data-exporter/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/deckhouse/storage-foundation/images/data-exporter

go 1.26.4

require (
github.com/deckhouse/sds-common-lib v0.6.1
github.com/deckhouse/storage-foundation/api v0.0.0-00010101000000-000000000000
Expand Down
1 change: 0 additions & 1 deletion images/data-manager-controller/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/deckhouse/storage-foundation/images/data-manager-controller

go 1.26.4

require (
github.com/deckhouse/storage-foundation/api v0.0.0-00010101000000-000000000000
github.com/deckhouse/storage-foundation/common v0.0.0-00010101000000-000000000000
Expand Down
1 change: 0 additions & 1 deletion images/populator/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/deckhouse/storage-foundation/images/populator

go 1.26.4

require (
github.com/deckhouse/storage-foundation/api v0.0.0-00010101000000-000000000000
github.com/deckhouse/storage-foundation/common v0.0.0-00010101000000-000000000000
Expand Down
1 change: 0 additions & 1 deletion images/webhooks/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/deckhouse/storage-foundation/images/webhooks

go 1.26.4

require (
github.com/deckhouse/sds-common-lib v0.5.0
github.com/deckhouse/storage-foundation/api v0.0.0-00010101000000-000000000000
Expand Down
Loading