Matt Farina
c8b948945e
Updating Helm libraries for k8s 1.28.4
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 015e174698
)
11 months ago
Sean Mills
2f03d01b7d
Remove excessive logging
...
Resolves helm unittest issue helm-unittest/helm-unittest#237
Signed-off-by: Sean Mills <sean.m.mills@gmail.com>
(cherry picked from commit ce87ece23e
)
11 months ago
genofire
2e6357665a
chore(create): indent to spaces
...
Signed-off-by: genofire <geno+dev@fireorbit.de>
(cherry picked from commit 919bffe2db
)
11 months ago
dependabot[bot]
2a2fb3b988
chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.56.3
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.54.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.54.0...v1.56.3 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit c5fe7dd764
)
1 year ago
Marcel Humburg
8f554be39f
Update get-helm-3
...
add quite switch to prevent output like progress information in downloaded data
Signed-off-by: Marcel Humburg <Marcel.Humburg@protonmail.ch>
(cherry picked from commit 81362d9813
)
1 year ago
dependabot[bot]
00a334c1d9
chore(deps): bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 24.0.6+incompatible to 24.0.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v24.0.6...v24.0.7 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit c54e39a155
)
1 year ago
Marcin Chojnacki
12826e839c
Fixing release labelling in rollback
...
1. Fixed propagating labels to rollback release
Signed-off-by: Marcin Chojnacki <marcin.chojnacki@nokia.com>
(cherry picked from commit 8814bfb490
)
1 year ago
Dmitry Chepurovskiy
666b199dbe
Drop filterSystemLabels usage from Query method
...
Signed-off-by: Dmitry Chepurovskiy <me@dm3ch.net>
(cherry picked from commit 250f0bd46e
)
1 year ago
Dmitry Chepurovskiy
7e0084a394
Apply review suggestions
...
Co-authored-by: French Ben <FrenchBen@users.noreply.github.com>
Signed-off-by: Dmitry Chepurovskiy <me@dm3ch.net>
(cherry picked from commit 0ec47f8ec9
)
1 year ago
Dmitry Chepurovskiy
10018ff34b
Allow using label selectors for system labels for sql backend.
...
Fixes #12435
Signed-off-by: Dmitry Chepurovskiy <me@dm3ch.net>
(cherry picked from commit e6d9b99255
)
1 year ago
Dmitry Chepurovskiy
3b4cacf717
Allow using label selectors for system labels for secrets and configmap
...
backends.
Fixes #12435
Signed-off-by: Dmitry Chepurovskiy <me@dm3ch.net>
(cherry picked from commit e219c756e0
)
1 year ago
Matt Farina
e785e6c50c
Revert "fix(main): fix basic auth for helm pull or push"
...
This reverts commit 4a27baaffc
.
Note, PR #11129 was layered in along with this change so the revert
preserves this API addition.
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 24e2864c64
)
1 year ago
Matt Farina
268dcedba6
Revert "fix(registry): address anonymous pull issue"
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 992dc58556
)
1 year ago
dependabot[bot]
99ce118b0a
chore(deps): bump golang.org/x/net from 0.13.0 to 0.17.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.13.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.13.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 544cabb0a4
)
1 year ago
Ian Zink
28f208c3da
Update get-helm-3 to get version through get.helm.sh
...
Updates the script to use the new method of getting
the latest version that avoids the github API and
the associated rate limits. See the matching PR
at https://github.com/helm/helm/pull/12396 for
the server side change.
Signed-off-by: Ian Zink <zforce@gmail.com>
(cherry picked from commit f94e5db650
)
1 year ago
Matt Farina
3547a4b5bf
Fixing precedence issue with the import of values.
...
The ordering should be:
1. User specified values (e.g CLI)
2. Parent chart values
3. Imported values
4. Sub-chart values
This enables parnet charts to import large set of values from a
child and then override select values.
This change is needed for backwards compatibility.
Fixes #12460
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 25371e2f0d
)
1 year ago
Ian Zink
6f9ad87ce7
Add missing with clause to release gh action
...
Signed-off-by: Ian Zink <zforce@gmail.com>
(cherry picked from commit 9d3d17aa30
)
1 year ago
Lars Zimmermann
bae7b3293c
FIX Default ServiceAccount yaml
...
As described in issue #12432 (https://github.com/helm/helm/issues/12432 ) the default serviceaccount yaml will be created wrong. This commit will fix this.
Signed-off-by: Lars Zimmermann <info@zimmermann-lars.de>
(cherry picked from commit 828763e0d8
)
1 year ago
Hidde Beydals
06e4fb10a6
fix(registry): unswallow error
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
(cherry picked from commit da3c666a82
)
1 year ago
b4nks
0e7ec78e56
remove useless print during prepareUpgrade
...
Signed-off-by: b4nks <b4nks@protonmail.com>
(cherry picked from commit f004d42847
)
1 year ago
Hidde Beydals
0ac78941ab
fix(registry): address anonymous pull issue
...
The assumption that either a username and/or password OR an error is
returned appears to be wrong, and results in an error later on which
looks something like the following:
```
failed to authorize: failed to fetch anonymous token: unexpected status
from GET request to https://auth.docker.io/token?scope=repository%3AXXX%2FYYY%3Apull&service=registry.docker.io :
401 Unauthorized
```
To mitigate this, confirm we actually have one of the values before
setting the `Authorization` header.
Co-authored-by: Joe Julian <me@joejulian.name>
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
(cherry picked from commit fe4c01f624
)
1 year ago
Ian Zink
09012691de
Fix missing run statement on release action
...
Signed-off-by: Ian Zink <zforce@gmail.com>
(cherry picked from commit 21ea847ff2
)
1 year ago
Ian Zink
6101393668
Write latest version to get.helm.sh bucket
...
The purpose of this change is leverage this output
for the get-helm script.
It will provide the following benefits:
- Use true semver so a future release of a patch version
so a future release of a patch version does not cause
an unexpected minor/major version downgrade
- Avoid reliance on the github api which has rate limiting.
This will also increase availability by reducing the
number of systems the get-helm script depends on.
- Simplify the script so parsing json is not necessary
- Increase uptime by only requiring the Azure CDN to be
available
Signed-off-by: Ian Zink <zforce@gmail.com>
(cherry picked from commit 0619d088ef
)
1 year ago
dependabot[bot]
c99a8acfdd
chore(deps): bump oras.land/oras-go from 1.2.3 to 1.2.4
...
Bumps [oras.land/oras-go](https://github.com/oras-project/oras-go ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/oras-project/oras-go/releases )
- [Commits](https://github.com/oras-project/oras-go/compare/v1.2.3...v1.2.4 )
---
updated-dependencies:
- dependency-name: oras.land/oras-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 102e93188c
)
1 year ago
abrarcv170
52a029dcde
Increased release information key name max length.
...
Helm release names are limited to 53 characters. By default, Release information is stored in Kubernetes as secrets, and the secret's name structure follows the pattern "sh.helm.release.v1.<release name up to 53 characters>.v<release revision>." However, in the case of using an SQL backend, this release information key is stored in the release_v1 table, and the table constraint currently limits the key name length to 67 characters. This limitation may not be suitable for release names that are within Helm's 53-character limit and need to accommodate the additional "sh.helm.release.v1." prefix and the release revision suffix.
Signed-off-by: abrarcv170 <78675575+abrarcv170@users.noreply.github.com>
(cherry picked from commit 4199be82b5
)
1 year ago
dependabot[bot]
ff8e61d2cd
chore(deps): bump golang.org/x/text from 0.11.0 to 0.13.0
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.11.0 to 0.13.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.11.0...v0.13.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 58ccfc0501
)
1 year ago
Matt Farina
825e86f6a7
bump version to v3.13.0
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
1 year ago
Matt Farina
dbef83eac3
Merge pull request #10913 from sureshdsk/pluginbug
...
fix: plugin does not load when helm base dir contains space
1 year ago
Matt Farina
30254deff4
Merge pull request #12088 from mslapek/fix/11971-run-with-ctx
...
Fix leaking goroutines in Install
1 year ago
Michał Słapek
169561a1b3
Fix leaking goroutines in Install
...
Signed-off-by: Michał Słapek <28485371+mslapek@users.noreply.github.com>
1 year ago
Matt Farina
70cbaa0a73
Merge pull request #11372 from vovtz/#11369-fix-custom-repo-cache-for-unmanaged-dependency-updates
...
#11369 Fix custom repo index cache directory for unmanaged dependency updates
1 year ago
Matt Farina
f902947cb1
Merge pull request #12383 from helm/dependabot/go_modules/github.com/containerd/containerd-1.7.6
...
chore(deps): bump github.com/containerd/containerd from 1.7.3 to 1.7.6
1 year ago
dependabot[bot]
417040dbd7
chore(deps): bump github.com/containerd/containerd from 1.7.3 to 1.7.6
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.7.3 to 1.7.6.
- [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.3...v1.7.6 )
---
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>
1 year ago
Matt Farina
5f2cd25a1e
Merge pull request #12390 from mattfarina/bump-k8s-1.28.2
...
Update Helm to use k8s 1.28.2 libraries
1 year ago
Matt Farina
09db2da64c
Merge pull request #12393 from helm/dependabot/github_actions/github/codeql-action-2.21.7
...
chore(deps): bump github/codeql-action from 2.21.5 to 2.21.7
1 year ago
dependabot[bot]
610217f344
chore(deps): bump github/codeql-action from 2.21.5 to 2.21.7
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.5 to 2.21.7.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](00e563ead9...04daf014b5
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Matt Farina
ef02cafdd0
Merge pull request #12274 from mih-kopylov/get-metadata
...
Restore `helm get metadata` command
1 year ago
Matt Farina
c2ab954ac2
Update Helm to use k8s 1.28.2 libraries
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
1 year ago
Matt Farina
5a1475ee36
Merge pull request #11294 from Juneezee/test/t.TempDir
...
test: replace `ensure.TempDir` with `t.TempDir`
1 year ago
Matt Farina
4feafb528b
Merge pull request #12019 from GOodCoffeeLover/feat/rw-psql
...
sql driver with rw-roles
1 year ago
Matt Farina
df49c4c91f
Merge pull request #12375 from helm/dependabot/go_modules/github.com/cyphar/filepath-securejoin-0.2.4
...
chore(deps): bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4
1 year ago
Matt Farina
ed84ab6f3b
Merge pull request #12356 from joejulian/group_k8s.io_updates_explicitly
...
make the dependabot k8s.io group explicit
1 year ago
Joe Julian
e7bb860d9a
Merge pull request #12245 from hiddeco/json-index
...
Add support for creating repository indexes in JSON format
1 year ago
dependabot[bot]
b9fd7f5ba1
chore(deps): bump github.com/cyphar/filepath-securejoin
...
Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin ) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/cyphar/filepath-securejoin/releases )
- [Commits](https://github.com/cyphar/filepath-securejoin/compare/v0.2.3...v0.2.4 )
---
updated-dependencies:
- dependency-name: github.com/cyphar/filepath-securejoin
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Joe Julian
ca3a05ec42
make the dependabot k8s.io group explicit
...
Signed-off-by: Joe Julian <me@joejulian.name>
1 year ago
Joe Julian
387ba9c5b7
Merge pull request #12348 from joejulian/group_k8s.io_updates
...
use dependabot's group support for k8s.io dependencies
1 year ago
Joe Julian
04ec71af5e
use dependabot's group support for k8s.io dependencies
...
Signed-off-by: Joe Julian <me@joejulian.name>
1 year ago
Joe Julian
54cbc75957
Merge pull request #12332 from helm/dependabot/github_actions/transparencylog/github-releases-asset-transparency-verify-action-11
...
chore(deps): bump transparencylog/github-releases-asset-transparency-verify-action from 10 to 11
1 year ago
dependabot[bot]
ebb316842b
chore(deps): bump transparencylog/github-releases-asset-transparency-verify-action
...
Bumps [transparencylog/github-releases-asset-transparency-verify-action](https://github.com/transparencylog/github-releases-asset-transparency-verify-action ) from 10 to 11.
- [Release notes](https://github.com/transparencylog/github-releases-asset-transparency-verify-action/releases )
- [Commits](https://github.com/transparencylog/github-releases-asset-transparency-verify-action/compare/v10...v11 )
---
updated-dependencies:
- dependency-name: transparencylog/github-releases-asset-transparency-verify-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Joe Julian
2ad128e980
Merge pull request #12343 from helm/dependabot/github_actions/github/codeql-action-2.21.5
...
chore(deps): bump github/codeql-action from 2.21.4 to 2.21.5
1 year ago