Ian Zink
0619d088ef
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>
1 year ago
abrarcv170
4199be82b5
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>
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
Antony Chazapis
040330592f
Pin gox to specific commit
...
Signed-off-by: Antony Chazapis <chazapis@ics.forth.gr>
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
Joe Julian
9484ef17c7
Merge pull request #12331 from helm/dependabot/github_actions/actions/checkout-3.6.0
...
chore(deps): bump actions/checkout from 3.5.3 to 3.6.0
1 year ago
Joe Julian
8ca2fcc174
Merge pull request #12327 from helm/dependabot/go_modules/golang.org/x/term-0.11.0
...
chore(deps): bump golang.org/x/term from 0.10.0 to 0.11.0
1 year ago
Joe Julian
edc93cb988
Merge pull request #11649 from tim-chaplin-dd/tim.chaplin/fix-selector-labels-2
...
Use common labels instead of selectorLabels for pod labels
1 year ago
dependabot[bot]
fa459781c1
chore(deps): bump github/codeql-action from 2.21.4 to 2.21.5
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.4 to 2.21.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](a09933a12a...00e563ead9
)
---
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
Joe Julian
eb4edc96c5
Merge pull request #10965 from mattfarina/factory-comment
...
Adding details on the Factory interface
1 year ago
Joe Julian
c4fbcb214a
Merge pull request #11651 from Callek/better-get-version
...
Avoid confusing error when passing in '--version X.Y.Z' to get-helm
1 year ago
Joe Julian
6e724e0c96
Merge pull request #12340 from Ithrael/doc/Executing-helm-rollback-release-0-will-rollback-to-the-previous-release
...
doc:Executing helm rollback release 0 will roll back to the previous …
1 year ago
ithrael
e01731d83a
doc:Executing helm rollback release 0 will roll back to the previous release
...
Signed-off-by: ithrael <wh01096045@gmail.com>
1 year ago
y-yagi
a9377f9df1
Remove `GoFish` from package managers for installing the binary
...
GoFish is being archived and it's not good to recommend now.
https://github.com/fishworks/gofish#this-project-is-being-archived
Signed-off-by: y-yagi <yuuji.yaginuma@gmail.com>
1 year ago
Maxim Trofimov
4944acb341
fix conflict
...
Signed-off-by: Maxim Trofimov <qwerty65k@mail.ru>
1 year ago
Maxim Trofimov
6138e101aa
add big tests
...
Signed-off-by: Maxim Trofimov <qwerty65k@mail.ru>
1 year ago
Maxim Trofimov
199784f711
fix conflict
...
Signed-off-by: Maxim Trofimov <qwerty65k@mail.ru>
1 year ago
Maxim Trofimov
b786cb40f0
fix
...
Signed-off-by: Maxim Trofimov <qwerty65k@mail.ru>
1 year ago
Maxim Trofimov
df5904d88a
add check if all migrations already applied
...
Signed-off-by: Maxim Trofimov <qwerty65k@mail.ru>
1 year ago
Joe Julian
f2c6cb8d01
Merge pull request #12219 from helm/dependabot/go_modules/github.com/moby/term-0.5.0
...
chore(deps): bump github.com/moby/term from 0.0.0-20221205130635-1aeaba878587 to 0.5.0
1 year ago
Joe Julian
1d2221f9d6
Merge pull request #12290 from Ithrael/fix/helm-rollback-err-tips
...
fix(rollback): helm rollback err tips
1 year ago
dependabot[bot]
fa896656d9
chore(deps): bump github.com/moby/term
...
Bumps [github.com/moby/term](https://github.com/moby/term ) from 0.0.0-20221205130635-1aeaba878587 to 0.5.0.
- [Commits](https://github.com/moby/term/commits/v0.5.0 )
---
updated-dependencies:
- dependency-name: github.com/moby/term
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
4283b2cb3d
chore(deps): bump actions/checkout from 3.5.3 to 3.6.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](c85c95e3d7...f43a0e5ff2
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
d82cc9097b
chore(deps): bump golang.org/x/term from 0.10.0 to 0.11.0
...
Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/term/compare/v0.10.0...v0.11.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/term
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Joe Julian
126333c525
Merge remote-tracking branch 'upstream/main' into #9169/lint-dependency-shadowing
1 year ago
Tim Chaplin
479be0c36b
Use labels instead of selectorLabels for pod labels
...
Signed-off-by: Tim Chaplin <tim.chaplin@datadoghq.com>
1 year ago
Joe Julian
1db97a5869
Merge pull request #12318 from helm/dependabot/go_modules/github.com/rubenv/sql-migrate-1.5.2
...
chore(deps): bump github.com/rubenv/sql-migrate from 1.5.1 to 1.5.2
1 year ago
Joe Julian
030646d7bb
Merge pull request #8697 from philips/asset-transparency-github-action
...
github: add Asset Transparency action for GitHub releases
1 year ago
Joe Julian
acb2ca4a86
Merge pull request #11031 from shoce/patch-1
...
Fail if could not retrieve latest release tag from github
1 year ago
Joe Julian
b6c679eb97
Merge pull request #12321 from LuBingtan/dev
...
fix(helm): fix GetPodLogs, the hooks should be sorted before get the logs of each hook
1 year ago
Andrew Block
a0831e2054
Merge pull request #10533 from dm3ch/add-labels-to-install-upgrade
...
Adds labels support for install and upgrade commands
1 year ago
Joe Julian
4ff7d90872
Merge remote-tracking branch 'upstream/main' into add-labels-to-install-upgrade
1 year ago
Bingtan Lu
4e5e68d55c
fix(helm): fix GetPodLogs, the hooks should be sorted before get the logs of each hook
...
Signed-off-by: lubingtan <lubingtan@126.com>
1 year ago
dependabot[bot]
3c26d6559e
chore(deps): bump github.com/rubenv/sql-migrate from 1.5.1 to 1.5.2
...
Bumps [github.com/rubenv/sql-migrate](https://github.com/rubenv/sql-migrate ) from 1.5.1 to 1.5.2.
- [Commits](https://github.com/rubenv/sql-migrate/compare/v1.5.1...v1.5.2 )
---
updated-dependencies:
- dependency-name: github.com/rubenv/sql-migrate
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
ithrael
ee1cbed608
remove blank
...
Signed-off-by: ithrael <wh01096045@gmail.com>
1 year ago
ithrael
0eb3df676c
add blank
...
Signed-off-by: ithrael <wh01096045@gmail.com>
1 year ago
ithrael
0688046df6
add rollback unit test
...
Signed-off-by: ithrael <wh01096045@gmail.com>
1 year ago