Matt Farina
9db13ee5c3
Use latest patch release of Go in releases
...
GitHub Actions has a cache of tools, like Go, and it does not update
this cache when a new version comes out. It can take more than a week
for a new version to be available.
This change forces the action to check if a newer version is available
than is in the cache.
Closes #31634
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 8f636b5bd2 )
2 weeks ago
George Jenkins
9ac7c2b609
Publish Helm v4 -> `helm-latest-version`
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
(cherry picked from commit e4353dc8db )
4 weeks ago
George Jenkins
0bef6bdbe6
fix: Fix Helm v4 release distribtion/get-helm-3 script
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
(cherry picked from commit d5d1ea3f55 )
4 weeks 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
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>
6 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
dependabot[bot]
d5d75ad0c7
build(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 6.5.1 to 6.5.2.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](4696ba8bab...55c2c1448f )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
dongjiang
af5f730a16
add golangci-lint-version
...
Signed-off-by: dongjiang <dongjiang1989@126.com>
9 months ago
dongjiang
068a892d27
fix codereview bug
...
Signed-off-by: dongjiang <dongjiang1989@126.com>
9 months ago
dongjiang
b1000ba5d7
update golang to v1.24
...
Signed-off-by: dongjiang <dongjiang1989@126.com>
9 months ago
dependabot[bot]
fd547184f1
build(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 6.5.0 to 6.5.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](2226d7cb06...4696ba8bab )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
George Jenkins
a0c281c14d
Merge pull request #30568 from helm/dependabot/github_actions/main/ossf/scorecard-action-2.4.1
...
build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1
10 months ago
dependabot[bot]
3d35e786c7
build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](65c4c4a1dd...4cec3d8aa0 )
---
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>
10 months ago