dependabot[bot]
4972dc49f1
build(deps): bump k8s.io/apimachinery from 0.26.3 to 0.27.0 ( #801 )
2023-04-13 02:16:08 +08:00
Edu-DevOps
6eeca385e0
Documentation updated about kubeVersion field ( #797 )
2023-04-11 05:42:48 +08:00
dependabot[bot]
58519d3b28
build(deps): bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1 ( #796 )
2023-04-11 05:00:58 +08:00
dependabot[bot]
d0dbb2c2e2
build(deps): bump golang.org/x/term from 0.6.0 to 0.7.0 ( #789 )
2023-04-06 06:49:30 +08:00
AndreiBrandes
b52e2af217
Update USERS.md ( #777 )
2023-04-05 11:12:17 +08:00
dependabot[bot]
ed5f530c00
build(deps): bump github.com/docker/docker from 20.10.21+incompatible to 20.10.24+incompatible ( #784 )
...
build(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 20.10.21+incompatible to 20.10.24+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v20.10.21...v20.10.24 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 08:10:53 +08:00
dependabot[bot]
52358fc2ce
build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 ( #783 )
2023-04-05 06:53:59 +08:00
Jan-Otto Kröpke
ca2759e78d
Bump github.com/helmfile/vals ( #781 )
2023-04-05 05:33:53 +08:00
dependabot[bot]
0573034c6d
build(deps): bump github.com/goccy/go-yaml from 1.10.1 to 1.11.0 ( #778 )
2023-04-04 04:31:33 +08:00
Hans Song
1d0ba72b47
feat: add/expose cli flags ( #771 )
...
* feat: add/expose cli flags
Signed-off-by: Hans Song <hans.m.song@gmail.com>
* fix tests
Signed-off-by: Hans Song <hans.m.song@gmail.com>
* remove skipdeps from subcommand options
Signed-off-by: Hans Song <hans.m.song@gmail.com>
* remove skip-deps from subcommand flags
Signed-off-by: Hans Song <hans.m.song@gmail.com>
* remove SkipDeps from subcommand implementations
Signed-off-by: Hans Song <hans.m.song@gmail.com>
* update doco with new flags
Signed-off-by: Hans Song <hans.m.song@gmail.com>
---------
Signed-off-by: Hans Song <hans.m.song@gmail.com>
2023-04-02 14:53:52 +08:00
dependabot[bot]
fe1eba60db
build(deps): bump go.uber.org/multierr from 1.10.0 to 1.11.0 ( #772 )
2023-03-31 06:00:51 +08:00
Quan TRAN
5650661a88
remove unnecessary remote.Locate() ( #565 )
...
* remove unnecessary Locate
Signed-off-by: Quan TRAN <account@itscaro.me>
* add remote test
Signed-off-by: Quan TRAN <itscaro@users.noreply.github.com>
---------
Signed-off-by: Quan TRAN <account@itscaro.me>
Signed-off-by: Quan TRAN <itscaro@users.noreply.github.com>
Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
2023-03-29 21:27:12 +08:00
yxxhero
6b31b66473
fix: goccy/go-yaml tests ( #770 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-03-28 18:00:14 +08:00
yxxhero
c17317100b
feat: use offical goccy/go-yaml ( #769 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-03-28 17:26:48 +08:00
Scott Leggett
734957238d
fix: formatting of YAML samples in 1.0 proposal doc ( #767 )
...
Signed-off-by: Scott Leggett <scott@sl.id.au>
2023-03-27 17:01:26 +08:00
Ronny Moreas
10d640b211
chore(release): add latest tag only on release tags ( #766 )
2023-03-26 05:12:49 +08:00
dependabot[bot]
d276cd2902
build(deps): bump github.com/imdario/mergo from 0.3.14 to 0.3.15 ( #762 )
2023-03-25 07:11:11 +08:00
yxxhero
5e8a502b41
feat: use new helm version parse function ( #760 )
...
* feat: use new helm version parse function
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-03-23 08:46:11 +08:00
yxxhero
bfb94314be
bump chartify to v0.14.0 ( #759 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-03-21 18:52:42 +08:00
dependabot[bot]
198b6e173a
build(deps): bump k8s.io/apimachinery from 0.26.2 to 0.26.3 ( #758 )
2023-03-21 06:05:04 +08:00
Ronny Moreas
d34cfaafa1
chore(ci): use `docker/metadata-action` ( #756 )
...
* chore(ci): use `docker/metadata-action`
- Replace custom `setup-image-vars` action by `docker/metadata-action`
- Automatically add latest tag on semver tag
Signed-off-by: Ronny Moreas <ronny.moreas@kuleuven.be>
* chore(ci): add image tag on PR
Signed-off-by: Ronny Moreas <ronny.moreas@kuleuven.be>
* chore(ci): cleanup trailing spaces
Signed-off-by: Ronny Moreas <ronny.moreas@kuleuven.be>
* chore(ci): remove `setup-image-vars` action
Signed-off-by: Ronny Moreas <ronny.moreas@kuleuven.be>
---------
Signed-off-by: Ronny Moreas <ronny.moreas@kuleuven.be>
2023-03-20 08:14:51 +08:00
yxxhero
a817997ed8
bump mergo to 0.3.14 ( #751 )
...
bump merge to 0.3.14
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-03-17 18:37:15 +08:00
dependabot[bot]
011066f653
build(deps): bump github.com/hashicorp/go-getter from 1.7.0 to 1.7.1 ( #745 )
2023-03-16 06:31:22 +08:00
yxxhero
063ba86447
fix concurrency issue ( #742 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-03-15 15:42:16 +08:00
yxxhero
2d9f83c1de
clean: optimize postrenderer code ( #738 )
2023-03-14 06:18:20 +08:00
yxxhero
5cdec2dd51
clean: helm v2 logic code ( #736 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-03-12 00:28:39 +08:00
dependabot[bot]
ccc69399e5
build(deps): bump github.com/helmfile/vals from 0.22.0 to 0.23.0 ( #735 )
2023-03-11 06:35:51 +08:00
yxxhero
400488d3ae
bump helm to 3.11.2 ( #733 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-03-09 09:00:48 +08:00
dependabot[bot]
87eaa851e7
build(deps): bump go.uber.org/multierr from 1.9.0 to 1.10.0 ( #731 )
2023-03-09 05:50:08 +08:00
yxxhero
c21958557c
fix: improve set and values flags help message ( #724 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-03-07 09:21:13 +09:00
dependabot[bot]
939ae409c3
build(deps): bump golang.org/x/term from 0.5.0 to 0.6.0 ( #728 )
2023-03-07 05:22:46 +08:00
yxxhero
95c56d87fc
v1: Fix --state-values-set to override values of environments colocated with releases ( #705 )
2023-03-05 16:03:00 +08:00
yxxhero
522392c08c
fix get template func ( #721 )
2023-03-03 06:37:22 +08:00
yxxhero
a5c4bea54a
fix build-in objects docs ( #719 )
...
* fix build-in objects docs
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix typo
Signed-off-by: yxxhero <aiopsclub@163.com>
---------
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-03-02 11:03:24 +08:00
dependabot[bot]
d56dfeb5e4
build(deps): bump k8s.io/apimachinery from 0.26.1 to 0.26.2 ( #720 )
2023-03-02 07:44:59 +08:00
dependabot[bot]
6607d12cac
build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 ( #717 )
2023-02-28 05:37:25 +08:00
yxxhero
68d6b2d885
fix: update file help message ( #714 )
2023-02-27 06:33:44 +08:00
yxxhero
2c2bfcf58a
issue with in process label will never be considered stale ( #716 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-02-27 07:28:53 +09:00
yxxhero
489a3ae133
fix cobra issue ( #715 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-02-24 21:43:42 +08:00
Mitsuo Heijo
dfe835a9c4
Use Masterminds/semver/v3 instead of hashicorp/go-version ( #712 )
...
Signed-off-by: Mitsuo Heijo <mitsuo.heijo@gmail.com>
2023-02-22 09:43:13 +08:00
yxxhero
d0ef31e10b
optimize logger code ( #706 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-02-19 23:20:47 +08:00
dependabot[bot]
77d3aee6f7
build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 ( #704 )
2023-02-18 16:50:24 +08:00
yxxhero
f629ee1ae6
bump vals to v0.22.0 ( #703 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-02-17 14:09:49 +08:00
yxxhero
9d74fa3513
bump chartify to v0.13.0 ( #702 )
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-02-17 14:07:14 +08:00
dependabot[bot]
ebc56f3aff
build(deps): bump github.com/containerd/containerd from 1.6.15 to 1.6.18 ( #701 )
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.6.15 to 1.6.18.
- [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.6.15...v1.6.18 )
---
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>
2023-02-17 07:47:00 +08:00
dependabot[bot]
99e85bb672
build(deps): bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0 ( #697 )
...
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter ) from 1.6.2 to 1.7.0.
- [Release notes](https://github.com/hashicorp/go-getter/releases )
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml )
- [Commits](https://github.com/hashicorp/go-getter/compare/v1.6.2...v1.7.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
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>
2023-02-16 12:43:23 +08:00
Kohei Yamamoto
cb50fa932c
fix: repos command help message ( #698 )
2023-02-15 07:23:50 +08:00
xiaomudk
a8574ba0cf
Fix post-renderer flag not working in diff and template subcommand ( #691 )
...
Signed-off-by: xiaomudk <xiaomudk@gmail.com>
2023-02-14 10:47:24 +08:00
yxxhero
37c213210e
bump helm to 3.11.1 ( #695 )
2023-02-12 20:15:57 +08:00
yxxhero
65eca3337e
fix panic issue ( #690 )
2023-02-10 07:32:08 +08:00