Matt Farina
03a29db66a
Merge pull request #13088 from helm/dependabot/github_actions/github/codeql-action-3.25.8
...
Bump github/codeql-action from 3.25.7 to 3.25.8
5 months ago
dependabot[bot]
ca98970158
Bump github/codeql-action from 3.25.7 to 3.25.8
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.7 to 3.25.8.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](f079b84933...2e230e8fe0
)
---
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>
5 months ago
Matt Farina
79cad1a133
Merge pull request #12934 from AndiDog/error-message-chart-version
...
Add error details when a dependent chart's version cannot be found in a repo
5 months ago
Matt Farina
d1595e701f
Merge pull request #13083 from helm/dependabot/go_modules/github.com/docker/docker-25.0.5incompatible
...
Bump github.com/docker/docker from 25.0.1+incompatible to 25.0.5+incompatible
5 months ago
Matt Farina
6f32a8f9d3
Merge pull request #13084 from helm/dependabot/github_actions/github/codeql-action-3.25.7
...
Bump github/codeql-action from 3.25.6 to 3.25.7
5 months ago
dependabot[bot]
6ae643892d
Bump github/codeql-action from 3.25.6 to 3.25.7
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.6 to 3.25.7.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](9fdb3e4972...f079b84933
)
---
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>
5 months ago
dependabot[bot]
6773d5b14d
Bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 25.0.1+incompatible to 25.0.5+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v25.0.1...v25.0.5 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
5 months ago
Andrew Block
26b785191b
Merge pull request #12998 from AustinAbro321/bump-oras-minor-version
...
bump oras minor version
5 months ago
Matt Farina
e90b456d65
Merge pull request #13063 from robertsirc/Comment-for-symlink-logging
...
Update walk.go
6 months ago
Robert Sirchia
30a5598f2b
Update walk.go
...
Putting a comment on why we are logging a found symlink.
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
6 months ago
Matt Farina
61086e1906
Merge pull request #13029 from asmitde/asmitde/windows-arm64-build
...
Windows arm64 build
6 months ago
Matt Farina
691f313442
Merge pull request #13059 from mattfarina/fix-build-tag
...
Fixing build issue where wrong version is used
6 months ago
Matt Farina
0b64775386
Fixing build issue where wrong version is used
...
The release process had selected the tag to use as the version
automatically. But, this presented a problem when a release
candidate and final release pointed to the same commit id. For a
long time it had automatically selected the final release. But,
we ran into a problem where it selected the RC tag instead of the
final release.
This change explicitly tells the build scripts the version to use
based on the tag passed into the CI run. It should no longer try
to self discover the version.
Closes #13040
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 months ago
Matt Farina
c3cff5bdb4
Merge pull request #13050 from helm/dependabot/github_actions/github/codeql-action-3.25.6
...
chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6
6 months ago
dependabot[bot]
5e31004068
---
...
6 months ago
Scott Rigby
51a07e7e78
Merge pull request #13013 from mattfarina/release-version-3.15
...
bump version to v3.15.0
6 months ago
Matt Farina
c16b1c9f2b
Merge pull request #12867 from aauren/add_requirements.lock_warning
...
feat(load.go): add warning on requirements.lock
6 months ago
Matt Farina
ee499725be
Merge pull request #13031 from shahar-h/update-go-validator
...
Update github.com/asaskevich/govalidator
6 months ago
Matt Farina
7a7782478b
Merge pull request #13019 from helm/dependabot/github_actions/golangci/golangci-lint-action-6.0.1
...
chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1
6 months ago
Matt Farina
5a88dd1280
Merge pull request #13033 from helm/dependabot/github_actions/github/codeql-action-3.25.5
...
chore(deps): bump github/codeql-action from 3.25.4 to 3.25.5
6 months ago
dependabot[bot]
63ba35541a
chore(deps): bump github/codeql-action from 3.25.4 to 3.25.5
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.4 to 3.25.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](ccf74c9479...b7cec75265
)
---
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>
6 months ago
Austin Abro
bb6e3995c5
merge
...
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
6 months ago
Shahar Harari
65b03d7077
Update github.com/asaskevich/govalidator
...
Signed-off-by: Shahar Harari <shahar.harari@sap.com>
6 months ago
Andrew Block
e24e31f6cc
Merge pull request #12860 from gjenkins8/patch-2
...
Remove Helm 2 instructions from CONTRIBUTING.md
6 months ago
Asmit De
f615c1ad71
[scripts] Add windows arm64 entries in install and release notes scripts
...
Signed-off-by: Asmit De <asmit.de@outlook.com>
6 months ago
Asmit De
5cef14370d
[mk] Add windows arm64 build targets
...
Signed-off-by: Asmit De <asmit.de@outlook.com>
6 months ago
Matt Farina
d36ee153cd
Merge pull request #13018 from helm/dependabot/github_actions/github/codeql-action-3.25.4
...
chore(deps): bump github/codeql-action from 3.24.10 to 3.25.4
6 months ago
dependabot[bot]
e68e82d076
chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 4.0.0 to 6.0.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](3cfe3a4abb...a4f60bb28d
)
---
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>
6 months ago
Matt Farina
2d85884842
Merge pull request #13021 from mattfarina/bump-k8s-1.30
...
Updating to k8s 1.30
6 months ago
Matt Farina
d209b9ba6e
Updating to k8s 1.30
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
6 months ago
dependabot[bot]
abd42d413c
chore(deps): bump github/codeql-action from 3.24.10 to 3.25.4
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.24.10 to 3.25.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](4355270be1...ccf74c9479
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
Matt Farina
518c69281f
Merge pull request #12999 from helm/dependabot/github_actions/actions/setup-go-5.0.1
...
chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1
6 months ago
Matt Farina
886e626636
bump version to v3.15.0
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
(cherry picked from commit d7afa3b6b4
)
6 months ago
Matt Farina
7b70fdf2a2
Merge pull request #12701 from mattfarina/bump-version-3.14
...
bump version to 3.14
6 months ago
Matt Farina
cf823d40d4
Merge pull request #12971 from dirkmueller/cert_extended_range
...
Update testdata PKI with keys that have validity until 3393 (closes #12880 )
6 months ago
Austin Abro
469a732ebb
merge
...
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
6 months ago
Joe Julian
1df00645e0
Merge pull request #12966 from helm/dependabot/go_modules/golang.org/x/net-0.23.0
...
chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0
6 months ago
dependabot[bot]
53177e06e0
chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](0c52d547c9...cdcb360436
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
Austin Abro
e1113206dd
bump oras minor version
...
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
6 months ago
Joe Julian
c6beb169d2
Merge pull request #12979 from CalvinKrist/fix-namespace-on-kube-error
...
12124: Fix namespace on kubeconfig error
6 months ago
Calvin Krist
214fb6eff3
Fix namespace on kubeconfig error
...
Signed-off-by: Calvin Krist <calvin.krist@yahoo.com>
7 months ago
Dirk Müller
1b75d48189
Update testdata PKI with keys that have validity until 3393 ( Fixes #12880 )
...
The ca.crt had to be regenerated because there was no ca.key. Added
new ca.key so that going forward only the certs need to be updated.
Signed-off-by: Dirk Müller <dirk@dmllr.de>
7 months ago
dependabot[bot]
dac23c82ce
chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
Matt Farina
14d0c13e9e
Merge pull request #11569 from alex-petrov-vt/iss-11553
...
fix: reinstall previously uninstalled chart with --keep-history
7 months ago
Matt Farina
a753ee7f43
Merge pull request #12866 from robertsirc/Correcting-Linting-Errors
...
Correcting linting errors
7 months ago
Matt Farina
635b8cf33d
Merge pull request #12905 from deterclosed/main
...
chore: remove repetitive words
7 months ago
Matt Farina
47167ae680
Merge pull request #12878 from helm/dependabot/go_modules/google.golang.org/protobuf-1.33.0
...
chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0
7 months ago
Matt Farina
97c16512bb
Merge pull request #12899 from helm/dependabot/go_modules/github.com/docker/docker-24.0.9incompatible
...
chore(deps): bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible
7 months ago
Andreas Sommer
ac75eae98c
Add error details when a dependent chart's version cannot be found in a repo
...
Signed-off-by: Andreas Sommer <andreas.sommer87@googlemail.com>
7 months ago
Matt Farina
e5e3fac3ca
Merge pull request #12927 from helm/dependabot/github_actions/github/codeql-action-3.24.10
...
chore(deps): bump github/codeql-action from 3.24.7 to 3.24.10
7 months ago