Henrik Gerdes
|
ca367d970c
|
docs: more user-friendly info for httpRoute scaffold
Co-authored-by: George Jenkins <gvjenkins@gmail.com>
Signed-off-by: Henrik Gerdes <hegerdes@outlook.de>
|
7 months ago |
Henrik Gerdes
|
1aac5b0b70
|
fix: use common chart-example.local hostname for http-route default
Signed-off-by: Henrik Gerdes <hegerdes@outlook.de>
|
7 months ago |
Henrik Gerdes
|
5d0c6e9ae4
|
fix: remove v1alpha2 gateway api support
Signed-off-by: Henrik Gerdes <hegerdes@outlook.de>
|
7 months ago |
Henrik Gerdes
|
d22939b439
|
fix: correct expected number of template files in unit-test
Signed-off-by: Henrik Gerdes <hegerdes@outlook.de>
|
7 months ago |
Henrik Gerdes
|
3fc5d689e6
|
docs: add notes in chart templates for accessing httproute
Signed-off-by: Henrik Gerdes <hegerdes@outlook.de>
|
7 months ago |
Henrik Gerdes
|
90daeadeb5
|
feat: add httproute from gateway-api to create chart template
Adds the HTTPRoute from https://gateway-api.sigs.k8s.io/reference/spec/ to the example getting started chart.
This closes #12603
Signed-off-by: Henrik Gerdes <hegerdes@outlook.de>
|
7 months ago |
Robert Sirchia
|
3a19576377
|
making changes as requested by matt
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
|
7 months ago |
Austin Abro
|
10f78c814c
|
legacy waiter
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
0dffe83ef3
|
warnings
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
e773a810ee
|
Update pkg/cmd/flags.go
Co-authored-by: George Jenkins <gvjenkins@gmail.com>
Signed-off-by: Austin Abro <37223396+AustinAbro321@users.noreply.github.com>
|
7 months ago |
Austin Abro
|
2948279fb9
|
cleanup if statement
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
600947b32e
|
client->restmapper
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
7eeb438053
|
merge main
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Scott Rigby
|
99c065789e
|
Merge pull request #30624 from helm/dependabot/go_modules/main/golang.org/x/crypto-0.36.0
build(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0
|
7 months ago |
dependabot[bot]
|
ebdb5dbb5b
|
build(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.35.0 to 0.36.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.36.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
7 months ago |
Robert Sirchia
|
2192c4e0d1
|
changing errors back to warns
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
|
7 months ago |
Robert Sirchia
|
4422000330
|
fixing case issues with the logging of my errors
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
|
7 months ago |
Austin Abro
|
ddc7baaaca
|
copyright things
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
3a296aacad
|
rest mapper
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
24dc643822
|
restmapper
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
8d964588cd
|
Update internal/statusreaders/job_status_reader.go
Co-authored-by: Scott Rigby <scott@r6by.com>
Signed-off-by: Austin Abro <37223396+AustinAbro321@users.noreply.github.com>
|
7 months ago |
Austin Abro
|
0b513dcd42
|
Merge branch 'main' into refactor-wait
|
7 months ago |
Matt Farina
|
6ce6588e94
|
Merge pull request #30611 from helm/gjenkins/rm_goveralls
chore: Remove 'coveralls'
|
7 months ago |
Matt Farina
|
a6d7fe9158
|
Merge pull request #30618 from AustinAbro321/fix-namespace-assignment-not-passing-through
Fix namespace flag not registering
|
7 months ago |
Robert Sirchia
|
cadff9779f
|
Merge pull request #30612 from helm/gjenkins/fix_go_report_card_link
fix: Fix go report card badge reference/link
|
7 months ago |
Robert Sirchia
|
4b52fb7d43
|
Merge pull request #30621 from helm/dependabot/go_modules/main/github.com/opencontainers/image-spec-1.1.1
build(deps): bump github.com/opencontainers/image-spec from 1.1.0 to 1.1.1
|
7 months ago |
dependabot[bot]
|
20f478ce09
|
build(deps): bump github.com/opencontainers/image-spec
Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/opencontainers/image-spec/releases)
- [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)
- [Commits](https://github.com/opencontainers/image-spec/compare/v1.1.0...v1.1.1)
---
updated-dependencies:
- dependency-name: github.com/opencontainers/image-spec
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
7 months ago |
Austin Abro
|
68f72e5c3f
|
hook only strategy when wait=false
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
022d4db6af
|
move logic from cmd/helm to pkg/cmd
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
20c75f0c10
|
fix namespace assignment not passing through
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
5ecca2ed14
|
Apply suggestions from code review
Co-authored-by: Scott Rigby <scott@r6by.com>
Signed-off-by: Austin Abro <37223396+AustinAbro321@users.noreply.github.com>
|
7 months ago |
George Jenkins
|
763e61e47e
|
fix: Fix go report card badge reference/link
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
|
7 months ago |
George Jenkins
|
b298910e07
|
Remove 'coveralls'
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
|
7 months ago |
George Jenkins
|
e354dd296d
|
Merge branch 'main' into rm_chart_repo_load_func
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
|
7 months ago |
Robert Sirchia
|
9fad3cd907
|
Merge pull request #30590 from LoriRongrong/lliu/proxy
|
7 months ago |
Rongrong Liu
|
12b8eb8b61
|
fix:add proxy support when mTLS configured
Signed-off-by: Rongrong Liu <lori.rongrong.liu@gmail.com>
|
7 months ago |
Robert Sirchia
|
848c134e0c
|
fixing error messages
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
|
7 months ago |
Robert Sirchia
|
fd69bf6f32
|
Merge pull request #30592 from robertsirc/slog-prototype
changing from log to slog
|
7 months ago |
Robert Sirchia
|
f50547bf51
|
changing error to warn as requested by Matt
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
|
7 months ago |
Austin Abro
|
ed8283e235
|
Merge branch 'main' into refactor-wait
|
7 months ago |
Robert Sirchia
|
ef1a6c4a4b
|
Merge pull request #30604 from helm/dependabot/go_modules/main/github.com/containerd/containerd-1.7.26
build(deps): bump github.com/containerd/containerd from 1.7.25 to 1.7.26
|
7 months ago |
Robert Sirchia
|
c2e6ed8ae5
|
fixing build error
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
|
7 months ago |
dependabot[bot]
|
5a8058dc31
|
build(deps): bump github.com/containerd/containerd from 1.7.25 to 1.7.26
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.25 to 1.7.26.
- [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.25...v1.7.26)
---
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>
|
7 months ago |
Austin Abro
|
1704ce3067
|
Merge branch 'main' into refactor-wait
|
7 months ago |
Joe Julian
|
726b2f6f03
|
Merge pull request #13617 from AustinAbro321/refactor-cmd
Refactor cmd/helm to allow library usage
|
7 months ago |
Robert Sirchia
|
8887d01791
|
fixing issues with my PR
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
|
7 months ago |
Robert Sirchia
|
c36bc25fb1
|
fixing missing attributes
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
|
7 months ago |
Robert Sirchia
|
1ad79a2bb7
|
converting inline log to slog
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
|
7 months ago |
Robert Sirchia
|
a11f4c0026
|
changing info to error
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
|
7 months ago |
Austin Abro
|
1a3fb75b34
|
merge
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |