diff --git a/.github/workflows/build_dev.yml b/.github/workflows/build_dev.yml index 6e88c9e..2da589a 100644 --- a/.github/workflows/build_dev.yml +++ b/.github/workflows/build_dev.yml @@ -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 diff --git a/.github/workflows/build_prod.yml b/.github/workflows/build_prod.yml index 1c6ccbe..a90f0e6 100644 --- a/.github/workflows/build_prod.yml +++ b/.github/workflows/build_prod.yml @@ -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: diff --git a/api/go.mod b/api/go.mod index a210e23..2dc831d 100644 --- a/api/go.mod +++ b/api/go.mod @@ -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 diff --git a/charts/deckhouse_lib_helm-1.72.4.tgz b/charts/deckhouse_lib_helm-1.72.4.tgz deleted file mode 100644 index 63bb88a..0000000 Binary files a/charts/deckhouse_lib_helm-1.72.4.tgz and /dev/null differ diff --git a/charts/deckhouse_lib_helm-1.72.7.tgz b/charts/deckhouse_lib_helm-1.72.7.tgz new file mode 100644 index 0000000..77cbbba Binary files /dev/null and b/charts/deckhouse_lib_helm-1.72.7.tgz differ diff --git a/images/data-exporter/go.mod b/images/data-exporter/go.mod index 2468e9e..56bcb3c 100644 --- a/images/data-exporter/go.mod +++ b/images/data-exporter/go.mod @@ -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 diff --git a/images/data-manager-controller/go.mod b/images/data-manager-controller/go.mod index 07ac53e..adf6cd7 100644 --- a/images/data-manager-controller/go.mod +++ b/images/data-manager-controller/go.mod @@ -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 diff --git a/images/populator/go.mod b/images/populator/go.mod index 35f662c..8853fea 100644 --- a/images/populator/go.mod +++ b/images/populator/go.mod @@ -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 diff --git a/images/webhooks/go.mod b/images/webhooks/go.mod index 01256e3..0b55f67 100644 --- a/images/webhooks/go.mod +++ b/images/webhooks/go.mod @@ -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