Alex Petrov
81c902a123
refactor: create a helper for checking if a release is uninstalled
...
Signed-off-by: Alex Petrov <alex.petrov.vt@gmail.com>
(cherry picked from commit f908379f1f
)
1 year ago
Alex Petrov
5a11c76838
fix: reinstall previously uninstalled chart with --keep-history
...
Before, if a chart was uninstalled using the `--keep-history` flag, the
next attempt to upgrade/install the chart would result in an error.
This commit fixes that by correctly checking if the last release of the
chart stored in history has been uninstalled and running the install
with the `--replace` flag if that's the case.
Signed-off-by: Alex Petrov <alex.petrov.vt@gmail.com>
(cherry picked from commit 9e198fa89d
)
1 year ago
deterclosed
fb3d8805f0
chore: remove repetitive words
...
Signed-off-by: deterclosed <fliter@outlook.com>
(cherry picked from commit dd37787ffd
)
1 year ago
dependabot[bot]
01ac4a2c36
chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0
...
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 7f53529a70
)
1 year ago
dependabot[bot]
138602da27
chore(deps): bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 24.0.7+incompatible to 24.0.9+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v24.0.7...v24.0.9 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit aaaf1128d2
)
1 year ago
Ricardo Maraschini
aa7d95333d
bug: add proxy support for oci getter
...
adds missing proxy support on oci chart getter.
Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
(cherry picked from commit 94c1deae6d
)
1 year ago
Matt Farina
f03cc04caa
Add a note about --dry-run displaying secrets
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit a23dd9e3b7
)
2 years ago
George Jenkins
1a7330fe38
add error messages
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
(cherry picked from commit 8d19bcb78a
)
2 years ago
George Jenkins
d6acc0027d
Fix: Ignore alias validation error for index load
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
(cherry picked from commit 68294fdae0
)
2 years ago
dependabot[bot]
b2738fb782
chore(deps): bump github.com/containerd/containerd from 1.7.11 to 1.7.12
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.7.11 to 1.7.12.
- [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.11...v1.7.12 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit a2dd34b3f2
)
2 years ago
dependabot[bot]
5b0847e0e7
chore(deps): bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.2
...
Bumps [github.com/DATA-DOG/go-sqlmock](https://github.com/DATA-DOG/go-sqlmock ) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/DATA-DOG/go-sqlmock/releases )
- [Commits](https://github.com/DATA-DOG/go-sqlmock/compare/v1.5.0...v1.5.2 )
---
updated-dependencies:
- dependency-name: github.com/DATA-DOG/go-sqlmock
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 5f9533fef7
)
2 years ago
weidongkl
7e18c39f07
Update architecture detection method
...
```
In some OS, obtaining the processor type from `uname - p` may fail.
For Golang programs, we should use `go env GOARCH` to obtain the architecture
=====================
$ go env GOARCH
amd64
$ uname -m
x86_64
$ uname -p
unknown
```
Signed-off-by: weidongkl <weidong@uniontech.com>
(cherry picked from commit 57a1bb80e5
)
2 years ago
Matt Farina
c309b6f0ff
Some fixes
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 764557c470
)
2 years ago
Matt Farina
e8858f8696
validation fix
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 8e6a5149d2
)
2 years ago
George Jenkins
3fc9f4b263
Improve release action
...
Signed-off-by: George Jenkins <gjenkins8@bloomberg.net>
(cherry picked from commit 4790bb9bcc
)
2 years ago
Matt Farina
69dcc92c56
bump version to
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Matt Farina
27921d062f
Merge pull request #12698 from mattfarina/fix-10920
...
Fix issues when verify generation readiness was merged
2 years ago
Matt Farina
c042264a9d
Fix issues when verify generation readiness was merged
...
CI, tests, and building failed after #10920 was merged. This change
fixes the issues that were introduced.
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Matt Farina
b299359f66
Merge pull request #10920 from muang0/readiness-generation-check
...
Verify generation in readiness checks
2 years ago
Matt Farina
7fd08041b1
Merge pull request #12617 from porridge/dynamic-client
...
feature(pkg/engine): introduce RenderWithClientProvider
2 years ago
Matt Farina
1ccde5a4ef
Merge pull request #10677 from antoinedeschenes/lint-kube-version
...
lint: Add --kube-version flag to set capabilities and deprecation rules
2 years ago
Joe Julian
6e5332e79b
fix test to use the default code's k8sVersionMinor
...
Signed-off-by: Joe Julian <me@joejulian.name>
2 years ago
Antoine Deschênes
869c1d2560
lint: Add --kube-version flag to set capabilities and deprecation rules
...
Signed-off-by: Antoine Deschênes <antoine@antoinedeschenes.com>
2 years ago
Andrew Block
77d54d7dbe
Merge pull request #11351 from greed42/fast-tpl
...
Speed up `tpl`
2 years ago
Joe Julian
762a1c7adc
Merge pull request #12688 from mattfarina/bump-go-1.21
...
Update to Go 1.21 for builds
2 years ago
Matt Farina
83a76cea6a
Merge pull request #9176 from dastrobu/#9169/lint-dependency-shadowing
...
lint and validate dependency metadata to reference dependencies with …
2 years ago
Matt Farina
847369c184
Update to Go 1.21 for builds
...
Noteis:
1. This moves golangci scanning to a GitHub action. This will
enable inline pointers to issues in the PR where linting fails.
2. Go 1.21 is specified in the go.mod because Kubernetes libs
require it.
3. The lint issues were removed. Some were fixed while others
were handled by skipping linting or using _ as an argument.
Many of these can be refactored later for better cleanup.
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Joe Julian
6d96283c0b
Merge pull request #12204 from CARV-ICS-FORTH/riscv64
...
Add support for RISC-V
2 years ago
Joe Julian
e06a1432d5
Merge pull request #12530 from refl3ction/patch-1
...
helm create: move livenessProbe and readinessProbe values to default values file
2 years ago
Joe Julian
c9366c3a5c
Merge pull request #11878 from Exchizz/feature/pass-basic-auth-to-download-plugin
...
feat: pass basic auth to env-vars when running download plugins
2 years ago
Joe Julian
99b8f443d1
Merge pull request #11387 from zak905/fix_post_install_hook_issue
...
fix post install hook deletion due to before-hook-creation policy
2 years ago
Joe Julian
8fa4ec8af1
Merge pull request #12630 from helm/dependabot/go_modules/github.com/containerd/containerd-1.7.11
...
chore(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.11
2 years ago
Joe Julian
35e94bb99d
Merge pull request #12440 from sergelogvinov/hook-name
...
print failed hook name
2 years ago
Joe Julian
c3742e6331
Merge pull request #12662 from ialidzhikov/enh/make-ignore-pkg-public
...
Make the `ignore` pkg public again
2 years ago
dependabot[bot]
08ea59c47f
chore(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.11
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.7.6 to 1.7.11.
- [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.6...v1.7.11 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Joe Julian
00aed34d8d
Merge pull request #12551 from helm/dependabot/go_modules/github.com/spf13/cobra-1.8.0
...
chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
2 years ago
Joe Julian
30c35166e8
Merge pull request #12350 from iamasmith/qps-iamasmith-1
...
QPS parameter proposal
2 years ago
dependabot[bot]
30e1a2c029
chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Joe Julian
ef62478213
Merge pull request #12655 from helm/dependabot/go_modules/golang.org/x/crypto-0.17.0
...
chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
2 years ago
Joe Julian
cf2607704b
Merge pull request #12689 from mattfarina/remove-asset-transparency
...
Removing Asset Transparency
2 years ago
Matt Farina
803cf2d874
Removing Asset Transparency
...
The transparencylog project is inactive. The CLI has been archived
and the homebrew tap was last updated about 2 years ago. Removing
it as the project does not appear to be active.
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Marcin Owsiany
a997de1f11
tests(pkg/engine): test RenderWithClientProvider
...
Signed-off-by: Marcin Owsiany <porridge@redhat.com>
2 years ago
Ismail Alidzhikov
5586760133
Make the `ignore` pkg public again
...
Signed-off-by: Ismail Alidzhikov <i.alidjikov@gmail.com>
2 years ago
dependabot[bot]
b3cb20a3e6
chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Matt Farina
276121c869
Merge pull request #12654 from mattfarina/bump-k8s-1.29.0
...
Updating to Kubernetes 1.29.0 libraries
2 years ago
Matt Farina
e5fff68ad2
Updating to Kubernetes 1.29.0 libraries
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Matt Farina
973e86bc7b
Merge pull request #12641 from helm/dependabot/github_actions/github/codeql-action-3.22.11
...
chore(deps): bump github/codeql-action from 2.22.10 to 3.22.11
2 years ago
Marcin Owsiany
bfec4ec926
feature(pkg/engine): introduce RenderWithClientProvider
...
Signed-off-by: Marcin Owsiany <porridge@redhat.com>
2 years ago
dependabot[bot]
70c15195c7
chore(deps): bump github/codeql-action from 2.22.10 to 3.22.11
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.22.10 to 3.22.11.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](305f654631...b374143c11
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Matt Farina
8b4be22a81
Merge pull request #12634 from helm/dependabot/github_actions/github/codeql-action-2.22.10
...
chore(deps): bump github/codeql-action from 2.22.9 to 2.22.10
2 years ago