Skip to content
Merged
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: "v0.5.25"
BASE_IMAGES_VERSION: "v0.5.32"

on:
#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: "v0.5.25"
BASE_IMAGES_VERSION: "v0.5.32"

on:
push:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG/v0.1.7.ru.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Изменения:
- Обновлена версия Go до 1.24.8
- Обновлена lib-helm до deckhouse_lib_helm-1.63.6
3 changes: 3 additions & 0 deletions CHANGELOG/v0.1.7.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Changes:
- Updated Go version to 1.24.8
- Updated lib-helm to deckhouse_lib_helm-1.63.6
Binary file removed charts/deckhouse_lib_helm-1.63.1.tgz
Binary file not shown.
Binary file added charts/deckhouse_lib_helm-1.63.6.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion hooks/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/snapshot-controller/hooks/go

go 1.24.6
go 1.24.8

require github.com/deckhouse/module-sdk v0.2.0

Expand Down
2 changes: 1 addition & 1 deletion images/webhooks/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/snapshot-controller/images/webhooks

go 1.24.6
go 1.24.8

require (
github.com/deckhouse/sds-common-lib v0.5.0
Expand Down
2 changes: 0 additions & 2 deletions release.yaml

This file was deleted.

38 changes: 29 additions & 9 deletions werf_cleanup.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
project: snapshot-controller
configVersion: 1
project: snapshot-controller
cleanup:
keepPolicies:
- references:
branch: /.*/
limit:
in: 168h # keep dev images build during last week which not main|pre-alpha
- references:
branch: /main|pre-alpha/
imagesPerReference:
last: 5 # keep 5 images for branches main|pre-alpha
- references:
branch: /.*/
limit:
in: 168h
- references:
branch: /release-[0-9]+.*/
limit:
last: 3
imagesPerReference:
last: 1
- references:
tag: /^v([0-9]\d*)\.([0-9]\d*)\.([0-9]\d*)(-.*)?/
limit:
last: 3
imagesPerReference:
last: 1
- references:
tag: /.*/
limit:
last: 3
imagesPerReference:
last: 1
- references:
branch: /master|main/
limit:
last: 1
imagesPerReference:
last: 1
Loading