dependabot[bot]
|
b87f2da2f8
|
chore(deps): bump actions/setup-go from 5.5.0 to 6.1.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.5.0 to 6.1.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](d35c59abb0...4dc6199c7b)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 month ago |
dependabot[bot]
|
f6ceae9b74
|
chore(deps): bump actions/checkout from 5.0.0 to 5.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](08c6903cd8...93cb6efe18)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 month ago |
Robert Sirchia
|
51a9bc5157
|
Merge pull request #31473 from TerryHowe/fix-only-run-release-on-helm-helm
fix: do not run release workflow on forks
|
1 month ago |
Robert Sirchia
|
9861687ad5
|
Merge pull request #31474 from helm/dependabot/github_actions/main/golangci/golangci-lint-action-9.0.0
chore(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0
|
1 month ago |
George Jenkins
|
e4353dc8db
|
Publish Helm v4 -> `helm-latest-version`
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
|
2 months ago |
Matt Farina
|
76d772af6e
|
Merge pull request #31318 from helm/gjenkins/fix_helm4_release
fix: Helm v4 release distribution & `get-helm-3` script
|
2 months ago |
dependabot[bot]
|
7a8535810a
|
chore(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](4afd733a84...0a35821d5c)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-version: 9.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 months ago |
Terry Howe
|
d93ef03ee4
|
fix: do not run release workflow on forks
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
|
2 months ago |
Yarden Shoham
|
caff03fb4e
|
Rename copilot-instructions.md to AGENTS.md
As of https://github.blog/changelog/2025-08-28-copilot-coding-agent-now-supports-agents-md-custom-instructions/, AGENTS.md is supported.
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
|
2 months ago |
George Jenkins
|
841d8d7e76
|
Merge pull request #31364 from helm/dependabot/github_actions/main/github/codeql-action-4
chore(deps): bump github/codeql-action from 3 to 4
|
2 months ago |
Matt Farina
|
c6334c2ac5
|
Updating Go and golangci-lint versions
Signed-off-by: Matt Farina <matt.farina@suse.com>
|
2 months ago |
Terry Howe
|
4edf050960
|
feature: create copilot structured context
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
|
2 months ago |
dependabot[bot]
|
5c16c7d928
|
chore(deps): bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 months ago |
dependabot[bot]
|
3c2c9bbac6
|
chore(deps): bump actions/stale from 10.0.0 to 10.1.0
Bumps [actions/stale](https://github.com/actions/stale) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](3a9db7e6a4...5f858e3efb)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: 10.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 months ago |
dependabot[bot]
|
535f542b3c
|
chore(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](05b42c6244...4eaacf0543)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-version: 2.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 months ago |
Felix Breidenstein
|
b0f625fb7b
|
Fix typo in bug-report issue template
Without a newline, the code block won't render
Signed-off-by: Felix Breidenstein <mail@felixbreidenstein.de>
|
3 months ago |
George Jenkins
|
d5d1ea3f55
|
fix: Fix Helm v4 release distribtion/get-helm-3 script
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
|
3 months ago |
dependabot[bot]
|
3e97f216cc
|
chore(deps): bump actions/stale from 9.1.0 to 10.0.0
Bumps [actions/stale](https://github.com/actions/stale) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](5bef64f19d...3a9db7e6a4)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: 10.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 months ago |
Evans Mungai
|
5dabfdfb3f
|
Merge remote-tracking branch 'origin/main' into em/check-go-modules
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
|
4 months ago |
Terry Howe
|
77bbbbd84f
|
feature: add stale pr workflow
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
|
4 months ago |
Terry Howe
|
d918f919e0
|
fix: stale issue workflow
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
|
4 months ago |
Evans Mungai
|
6752b5e4c3
|
Merge branch 'main' into em/check-go-modules
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
|
5 months ago |
dependabot[bot]
|
78436b2d0e
|
chore(deps): bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](11bd71901b...08c6903cd8)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
5 months ago |
Evans Mungai
|
af1c9570f5
|
Rename go mod tidy check task
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
|
5 months ago |
Evans Mungai
|
0dae3d6e88
|
chore: check if go modules are tidy before build
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
|
5 months ago |
Robert Sirchia
|
8e69436435
|
Merge pull request #30912 from Bhargavkonidena/fix_30893
Fix #30893 - issue templates
|
6 months ago |
Bhargavkonidena
|
a5084dc0a7
|
Update bug-report.yaml
Signed-off-by: Bhargavkonidena <Bhargavkonidena@users.noreply.github.com>
|
7 months ago |
Bhargavkonidena
|
b9008b2caa
|
Update bug-report.yaml
Signed-off-by: Bhargavkonidena <Bhargavkonidena@users.noreply.github.com>
|
7 months ago |
Bhargavkonidena
|
210e29d489
|
Update bug-report.yaml
Signed-off-by: Bhargavkonidena <Bhargavkonidena@users.noreply.github.com>
|
7 months ago |
Bhargavkonidena
|
372dc30368
|
Incorporated review comments
Signed-off-by: Bhargavkonidena <Bhargavkonidena@users.noreply.github.com>
|
7 months ago |
dependabot[bot]
|
8706c441c4
|
build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](f49aabe0b5...05b42c6244)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-version: 2.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
7 months ago |
Bhargavkonidena
|
94318741e5
|
Update and rename documentation.md to documentation.yaml
Signed-off-by: Bhargavkonidena <Bhargavkonidena@users.noreply.github.com>
|
7 months ago |
Bhargavkonidena
|
ca89ae2d7a
|
Update and rename feature.md to feature.yaml
Signed-off-by: Bhargavkonidena <Bhargavkonidena@users.noreply.github.com>
|
7 months ago |
Bhargavkonidena
|
03d8e1eaf2
|
Update and rename bug.md to bug-report.yaml
Signed-off-by: Bhargavkonidena <Bhargavkonidena@users.noreply.github.com>
|
7 months ago |
Bhargavkonidena
|
fcef313197
|
Delete .github/issue_template.md
Signed-off-by: Bhargavkonidena <Bhargavkonidena@users.noreply.github.com>
|
7 months ago |
Bhargavkonidena
|
61e313908f
|
Added issue templates for documentation & features
Signed-off-by: Bhargavkonidena <Bhargavkonidena@users.noreply.github.com>
|
7 months ago |
Bhargavkonidena
|
ab5084e066
|
Create bug.md
Signed-off-by: Bhargavkonidena <Bhargavkonidena@users.noreply.github.com>
|
7 months ago |
Robert Sirchia
|
b4bc0f1d88
|
Merge pull request #30872 from benoittgt/fix-30838
Bump golangci-lint version to match last golangci-lint-action
|
7 months ago |
Benoit Tigeot
|
a418064a3d
|
Bump golangci lint to match golangci-lint Github Action version
Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
|
7 months ago |
dependabot[bot]
|
7ab768abc0
|
build(deps): bump actions/setup-go from 5.4.0 to 5.5.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](0aaccfd150...d35c59abb0)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: 5.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
8 months ago |
dependabot[bot]
|
c3b83c3c40
|
build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](1481404843...4afd733a84)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
8 months ago |
Matthieu MOREL
|
a0c84b9246
|
fix: govulncheck workflow
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
|
8 months ago |
dongjiang
|
5cb8335c4d
|
Update .github/env
Signed-off-by: dongjiang <dongjiang2010@gmail.com>
|
8 months ago |
dongjiang
|
cd19e2a015
|
Merge branch 'main' into update-golang-version
Signed-off-by: dongjiang <dongjiang2010@gmail.com>
|
8 months ago |
Benoit Tigeot
|
18ed1cf720
|
Migrate to last golangci-lint and golangci-lint-action
Close dependabot https://github.com/helm/helm/pull/30706
Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
|
9 months ago |
dongjiang
|
fcc9468b60
|
fix comments
Signed-off-by: dongjiang <dongjiang1989@126.com>
|
9 months ago |
Robert Sirchia
|
a5ec16357d
|
Merge pull request #30688 from helm/dependabot/github_actions/main/actions/setup-go-5.4.0
build(deps): bump actions/setup-go from 5.3.0 to 5.4.0
|
9 months ago |
dependabot[bot]
|
f95410f66c
|
build(deps): bump actions/setup-go from 5.3.0 to 5.4.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](f111f3307d...0aaccfd150)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
9 months ago |
dependabot[bot]
|
a45cf1bab9
|
build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](4cec3d8aa0...ea165f8d65)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
9 months ago |
dongjiang
|
f8e85bf172
|
change environment varialbe names
Signed-off-by: dongjiang <dongjiang1989@126.com>
|
9 months ago |