yxxhero
fe1e51e5ef
build: update Helm and plugin versions in CI and Dockerfiles ( #2059 )
...
* build: update Helm and plugin versions in CI and Dockerfiles
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-05-30 11:45:28 +08:00
dependabot[bot]
3429901363
build(deps): bump github.com/helmfile/chartify from 0.23.0 to 0.24.1 ( #2049 )
...
Bumps [github.com/helmfile/chartify](https://github.com/helmfile/chartify ) from 0.23.0 to 0.24.1.
- [Release notes](https://github.com/helmfile/chartify/releases )
- [Commits](https://github.com/helmfile/chartify/compare/v0.23.0...v0.24.1 )
---
updated-dependencies:
- dependency-name: github.com/helmfile/chartify
dependency-version: 0.24.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-21 17:21:32 +08:00
yxxhero
e197a90597
build(helm) update to v3.18.0 ( #2044 )
...
* build(helm) update to v3.18.0
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-05-21 16:57:36 +08:00
dependabot[bot]
c52bb43f80
build(deps): bump github.com/helmfile/vals from 0.41.0 to 0.41.1 ( #2048 )
...
Bumps [github.com/helmfile/vals](https://github.com/helmfile/vals ) from 0.41.0 to 0.41.1.
- [Release notes](https://github.com/helmfile/vals/releases )
- [Changelog](https://github.com/helmfile/vals/blob/main/.goreleaser.yml )
- [Commits](https://github.com/helmfile/vals/compare/v0.41.0...v0.41.1 )
---
updated-dependencies:
- dependency-name: github.com/helmfile/vals
dependency-version: 0.41.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-21 06:36:06 +08:00
Yusuke Kuoka
efcb1b5ef5
Update README.md ( #2046 )
...
Intends to address https://github.com/helmfile/helmfile/pull/2040#discussion_r2096977864
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-05-20 22:38:01 +08:00
dependabot[bot]
18314af2b2
build(deps): bump github.com/zclconf/go-cty from 1.16.2 to 1.16.3 ( #2043 )
...
Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty ) from 1.16.2 to 1.16.3.
- [Release notes](https://github.com/zclconf/go-cty/releases )
- [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md )
- [Commits](https://github.com/zclconf/go-cty/compare/v1.16.2...v1.16.3 )
---
updated-dependencies:
- dependency-name: github.com/zclconf/go-cty
dependency-version: 1.16.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 06:20:48 +08:00
dependabot[bot]
470a6140cd
build(deps): bump k8s.io/apimachinery from 0.33.0 to 0.33.1 ( #2041 )
...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) from 0.33.0 to 0.33.1.
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.33.0...v0.33.1 )
---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
dependency-version: 0.33.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-17 08:59:07 +08:00
Zubair Haque
f46f5baca7
Update readme & documentation with 2025 status of helmfile project ( #2040 )
2025-05-15 22:35:01 +08:00
yxxhero
b52ca9ae04
refactor(yaml): upgrade from gopkg.in/yaml.v2 to v3 ( #2039 )
...
* refactor(yaml): upgrade from gopkg.in/yaml.v2 to v3
Signed-off-by: yxxhero <aiopsclub@163.com>
* refactor(yaml): enhance yaml encoding with consistent formatting and quotes
Signed-off-by: yxxhero <aiopsclub@163.com>
* optimize code
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix more issues
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
---------
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-05-15 10:21:37 -04:00
yxxhero
867bef0f03
feat(yaml): add JSON style encoding option to NewEncoder ( #2038 )
2025-05-13 18:45:22 +08:00
Quan TRAN
84bc096576
[sops, age] update to have SSH key support with sops ( #2036 )
...
Signed-off-by: Quan TRAN <itscaro@users.noreply.github.com>
2025-05-12 21:22:04 +08:00
yxxhero
844726b09b
feat(tmpl): enhance ToYaml test with multiple scenarios ( #2031 )
...
* feat(tmpl): enhance ToYaml test with multiple scenarios
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-05-09 11:56:54 +08:00
dependabot[bot]
833b72383d
build(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 ( #2035 )
...
Bumps [dario.cat/mergo](https://github.com/imdario/mergo ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/imdario/mergo/releases )
- [Commits](https://github.com/imdario/mergo/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: dario.cat/mergo
dependency-version: 1.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-09 07:39:16 +08:00
dependabot[bot]
443c965a37
build(deps): bump github.com/helmfile/vals from 0.40.1 to 0.41.0 ( #2032 )
...
Bumps [github.com/helmfile/vals](https://github.com/helmfile/vals ) from 0.40.1 to 0.41.0.
- [Release notes](https://github.com/helmfile/vals/releases )
- [Changelog](https://github.com/helmfile/vals/blob/main/.goreleaser.yml )
- [Commits](https://github.com/helmfile/vals/compare/v0.40.1...v0.41.0 )
---
updated-dependencies:
- dependency-name: github.com/helmfile/vals
dependency-version: 0.41.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-07 06:11:29 +08:00
dependabot[bot]
2cf391fd02
build(deps): bump golang.org/x/term from 0.31.0 to 0.32.0 ( #2033 )
...
Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.31.0 to 0.32.0.
- [Commits](https://github.com/golang/term/compare/v0.31.0...v0.32.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/term
dependency-version: 0.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 16:49:48 -04:00
yxxhero
e81af4058c
chore: remove test data files ( #2026 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-05-06 20:31:12 +08:00
dependabot[bot]
a2114b0ebb
build(deps): bump github.com/helmfile/chartify from 0.22.0 to 0.23.0 ( #2027 )
...
Bumps [github.com/helmfile/chartify](https://github.com/helmfile/chartify ) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/helmfile/chartify/releases )
- [Commits](https://github.com/helmfile/chartify/compare/v0.22.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: github.com/helmfile/chartify
dependency-version: 0.23.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 06:36:22 +08:00
dependabot[bot]
5418ecce60
build(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 ( #2028 )
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/golang/sync/compare/v0.13.0...v0.14.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 06:35:54 +08:00
dependabot[bot]
597540a309
build(deps): bump golangci/golangci-lint-action from 7 to 8 ( #2029 )
...
* build(deps): bump golangci/golangci-lint-action from 7 to 8
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 7 to 8.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-06 06:35:23 +08:00
SADIK KUZU
7a3bc59ed1
chore: fix typo in create_test.go ( #2025 )
...
Signed-off-by: SADIK KUZU <sadikkuzu@hotmail.com>
2025-05-05 22:39:20 +08:00
yxxhero
c3864a45d3
feat: add --take-ownership flag to helm diff and related config ( #1992 )
...
* feat: add --take-ownership flag to helm diff and related config
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix: nil issue
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix more issue
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix more issues
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* add more tests
Signed-off-by: yxxhero <aiopsclub@163.com>
---------
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-04-27 12:57:41 -04:00
dependabot[bot]
6b5f1496a8
build(deps): bump k8s.io/apimachinery from 0.32.4 to 0.33.0 ( #2018 )
2025-04-25 09:45:45 +08:00
ProbstDJakob
0a31423005
chore: support parsing any type with `fromYaml` ( #2017 )
...
Signed-off-by: Jakob Probst <git@jakobprobst.de>
2025-04-25 06:56:01 +08:00
dependabot[bot]
c41f3e88d2
build(deps): bump github.com/aws/aws-sdk-go from 1.55.6 to 1.55.7 ( #2015 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.55.6 to 1.55.7.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.55.6...v1.55.7 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-version: 1.55.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-24 07:40:12 +08:00
dependabot[bot]
0cb1fcdd21
build(deps): bump k8s.io/apimachinery from 0.32.3 to 0.32.4 ( #2016 )
...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) from 0.32.3 to 0.32.4.
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.32.3...v0.32.4 )
---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
dependency-version: 0.32.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-24 07:39:35 +08:00
Adam Blasko
9bf51cb011
Feat: setting reuseValues flag in release ( #2004 )
...
* Feat: reuseValues in release
Adding properties to set reuseValues flag on release-level.
Signed-off-by: Adam Blasko <adam.blasko1@gmail.com>
* feat: fixing tests
Most of the tests had issues with flag order, which changed due to moving the value control flags out of the "common flags" for diff
Signed-off-by: Adam Blasko <adam.blasko1@gmail.com>
* fix: fixing lint issue
Signed-off-by: Adam Blasko <adam.blasko1@gmail.com>
---------
Signed-off-by: Adam Blasko <adam.blasko1@gmail.com>
2025-04-23 07:53:29 +08:00
yxxhero
769d56d208
docs: add more complex examples section in README ( #2013 )
...
* docs: add more complex examples section in README
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix typo
Signed-off-by: yxxhero <aiopsclub@163.com>
---------
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-04-21 15:49:03 -04:00
yxxhero
cf7f3cf788
feat: add helmfile archive configuration in goreleaser ( #2000 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-04-19 12:11:39 +08:00
dependabot[bot]
24f900ac9b
build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 ( #2010 )
2025-04-16 23:43:28 +00:00
yxxhero
7624697b68
build: update Helm to v3.17.3 and update related Dockerfiles ( #1993 )
...
fix conflicts
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-04-11 10:13:22 -04:00
yxxhero
aa6af7c272
build: update Helm plugin versions in CI and Dockerfiles ( #1995 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-04-11 19:10:56 +08:00
dependabot[bot]
1cbe940117
build(deps): bump github.com/helmfile/chartify from 0.21.1 to 0.22.0 ( #1996 )
...
Bumps [github.com/helmfile/chartify](https://github.com/helmfile/chartify ) from 0.21.1 to 0.22.0.
- [Release notes](https://github.com/helmfile/chartify/releases )
- [Commits](https://github.com/helmfile/chartify/compare/v0.21.1...v0.22.0 )
---
updated-dependencies:
- dependency-name: github.com/helmfile/chartify
dependency-version: 0.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-11 07:16:30 +08:00
yxxhero
eb32b6166e
fix(state): enhance error message for missing .gotmpl extension in helmfile v1 ( #1989 )
...
* fix(state): enhance error message for missing .gotmpl extension in helmfile
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-04-08 21:28:54 +08:00
dependabot[bot]
dfe63135d6
build(deps): bump golang.org/x/term from 0.30.0 to 0.31.0 ( #1990 )
...
Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/term/compare/v0.30.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/term
dependency-version: 0.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-08 07:15:43 +08:00
dependabot[bot]
c7a1e421e0
build(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 ( #1991 )
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/sync/compare/v0.12.0...v0.13.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-07 16:03:01 -04:00
André Arnqvist
c9a2e76200
fix: Check needs with context and namespace ( #1986 )
...
* fix: Check needs with context and namespace
Signed-off-by: André Arnqvist <andrearnqvist@gmail.com>
* fix: Ensure releases have overrides
Signed-off-by: André Arnqvist <andrearnqvist@gmail.com>
* fix: Run go fmt
Signed-off-by: André Arnqvist <andrearnqvist@gmail.com>
* fix: Add tests checking needs with same name in different namespaces
Signed-off-by: André Arnqvist <andrearnqvist@gmail.com>
* fix: Simplify setting overrides
Signed-off-by: André Arnqvist <andrearnqvist@gmail.com>
---------
Signed-off-by: André Arnqvist <andrearnqvist@gmail.com>
2025-04-07 21:57:02 +08:00
dependabot[bot]
2076515c5d
build(deps): bump github.com/goccy/go-yaml from 1.16.0 to 1.17.1 ( #1982 )
...
Bumps [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml ) from 1.16.0 to 1.17.1.
- [Release notes](https://github.com/goccy/go-yaml/releases )
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/goccy/go-yaml/compare/v1.16.0...v1.17.1 )
---
updated-dependencies:
- dependency-name: github.com/goccy/go-yaml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 07:08:54 +08:00
dependabot[bot]
97d851afb7
build(deps): bump github.com/helmfile/vals from 0.40.0 to 0.40.1 ( #1981 )
2025-03-30 23:40:51 +00:00
yxxhero
e4273d050e
feat: add labels for helm release ( #1046 )
...
feat: add labels for k8s resources
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-03-30 19:24:41 -04:00
yxxhero
7f44408541
docs(fix): correct typo in 'tier=fronted' to 'tier=frontend' ( #1980 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-03-30 19:08:15 -04:00
dependabot[bot]
b5b1e8eae4
build(deps): bump github.com/helmfile/chartify from 0.21.0 to 0.21.1 ( #1979 )
...
Bumps [github.com/helmfile/chartify](https://github.com/helmfile/chartify ) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/helmfile/chartify/releases )
- [Commits](https://github.com/helmfile/chartify/compare/v0.21.0...v0.21.1 )
---
updated-dependencies:
- dependency-name: github.com/helmfile/chartify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-30 18:13:21 +08:00
dependabot[bot]
2eef8233dd
build(deps): bump github.com/helmfile/vals from 0.39.4 to 0.40.0 ( #1978 )
...
Bumps [github.com/helmfile/vals](https://github.com/helmfile/vals ) from 0.39.4 to 0.40.0.
- [Release notes](https://github.com/helmfile/vals/releases )
- [Changelog](https://github.com/helmfile/vals/blob/main/.goreleaser.yml )
- [Commits](https://github.com/helmfile/vals/compare/v0.39.4...v0.40.0 )
---
updated-dependencies:
- dependency-name: github.com/helmfile/vals
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-30 17:51:51 +08:00
dependabot[bot]
d26d909a5e
build(deps): bump golangci/golangci-lint-action from 6 to 7 ( #1975 )
...
* build(deps): bump golangci/golangci-lint-action from 6 to 7
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 6 to 7.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* refactor(.github/workflows/ci.yaml): update golangci-lint version to v2.0.2
Signed-off-by: yxxhero <aiopsclub@163.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: yxxhero <aiopsclub@163.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: yxxhero <aiopsclub@163.com>
2025-03-28 07:52:06 +08:00
dependabot[bot]
d2ec2b7150
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 ( #1970 )
...
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt ) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.5.1...v4.5.2 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-22 09:56:12 +08:00
dependabot[bot]
2fdc64642f
build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 ( #1969 )
...
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt ) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-22 07:37:37 +08:00
dependabot[bot]
2c26f487d5
build(deps): bump github.com/goccy/go-yaml from 1.15.23 to 1.16.0 ( #1967 )
...
Bumps [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml ) from 1.15.23 to 1.16.0.
- [Release notes](https://github.com/goccy/go-yaml/releases )
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/goccy/go-yaml/compare/v1.15.23...v1.16.0 )
---
updated-dependencies:
- dependency-name: github.com/goccy/go-yaml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-19 14:30:47 +08:00
dependabot[bot]
17e31a972b
build(deps): bump github.com/containerd/containerd from 1.7.24 to 1.7.27 ( #1966 )
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.7.24 to 1.7.27.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v1.7.24...v1.7.27 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-19 07:35:01 +08:00
yxxhero
27dbc39cbd
build: update yaml.v3 dependency and remove colega/go-yaml-yaml ( #1929 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-03-17 18:51:37 -04:00
yxxhero
a1f2cb3877
build: update Helm to v3.17.2 and related dependencies ( #1965 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2025-03-17 10:51:10 -04:00
dependabot[bot]
b921fa6475
build(deps): bump github.com/helmfile/vals from 0.39.3 to 0.39.4 ( #1962 )
2025-03-13 12:54:47 +00:00