Commit graph

6733 commits

Author SHA1 Message Date
Martin Hickey
bafafa8bb1
Merge pull request from GHSA-67fx-wx78-jx33
Update schema validation handling
2022-12-14 13:54:39 +00:00
Matt Farina
f91b515a25
Merge pull request #11470 from helm/dependabot/go_modules/github.com/spf13/cobra-1.6.1
chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1
2022-12-09 13:09:53 -05:00
Martin Hickey
b1b0d18a83
Merge pull request #11508 from sap-contributions/improve-plugin-install-error
improve error message on plugin install
2022-12-09 12:30:51 +00:00
Martin Hickey
ced54b1289
Merge pull request #11582 from yxxhero/bump-sprig-version-3.2.3
bump sprig version 3.2.3
2022-12-05 09:03:39 +00:00
yxxhero
fda1a0b10a bump sprig version 3.2.3
Signed-off-by: yxxhero <aiopsclub@163.com>
2022-11-30 08:52:39 +08:00
Martin Hickey
21e694e0f9
Merge pull request #11494 from Wonong/add-check-git
Add a flag var to check git is installed or not
2022-11-28 08:49:31 +00:00
Martin Hickey
3974136b6e
Merge pull request #11426 from cenkalti/leader-changed
Fix handling of "leader changed" errors
2022-11-16 15:57:09 +00:00
Philipp Stehle
965f8591e7 improve error message on plugin install
Signed-off-by: Philipp Stehle <philipp.stehle@sap.com>
2022-11-09 10:41:55 +01:00
Matt Farina
9a5eb70320
Merge pull request #11442 from catandcoder/main
fix a few function names on comments
2022-11-08 15:53:50 -05:00
Wonyeong Choi
0ebd6202d8
Update logic of non-git situation just to print warning logs
Signed-off-by: Wonyeong Choi <ciwnyg0815@gmail.com>
2022-11-06 11:31:33 +09:00
Andrew Block
e80ab00108
Merge pull request #11480 from jouve/oci
redirect registry client output to stderr
2022-11-04 18:48:01 -05:00
Wonyeong Choi
c027014019
Add a flag var to check git is installed or not
Signed-off-by: Wonyeong Choi <ciwnyg0815@gmail.com>
2022-11-02 22:04:33 +09:00
Andrew Block
269dd247d0
Merge pull request #11300 from porridge/better-logging
During deletion, explicitly log already deleted resource.
2022-11-01 01:00:57 -05:00
Cyril Jouve
1535ad5671
redirect registry client output to stderr
Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
2022-10-27 21:02:56 +02:00
dependabot[bot]
b3afe43278
chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.5.0...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 21:04:58 +00:00
Martin Hickey
7ed9d16dc7
Merge pull request #11462 from p33t/main
Readiness & liveness probes correct port
2022-10-24 11:14:31 +01:00
Peter Leong
9d027eaac8
Readiness & liveness probes correct port
Port number now comes from values.yaml

Signed-off-by: Peter Leong <1179301+p33t@users.noreply.github.com>
2022-10-21 12:52:30 -07:00
Martin Hickey
775af2a0ce Update schema validation handling
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2022-10-21 18:04:05 +01:00
cui fliter
09d3f31358 fix a few function names on comments
Signed-off-by: cui fliter <imcusg@gmail.com>
2022-10-17 20:41:59 +08:00
Andrew Block
d79ae9f927
Merge pull request #11436 from mattfarina/fix-deploy2
Updating the deb location for azure cli
2022-10-12 14:24:29 -05:00
Matt Farina
70a3df49d7 Updating the deb location for azure cli
This update moves to ubuntu jammy. The name moves off of debian
version names because jammy is based on bookworm and azure cli
does not have debian package support with bookworm

This is an update to the previous update for this because the
CircleCI environment is ubuntu 20.04 but the container this is
running is has 22.04 as the ubuntu version. Updating the in
container to 22.04 (jammy).

Signed-off-by: Matt Farina <matt.farina@suse.com>
2022-10-12 14:56:34 -04:00
Cenk Alti
b5378b3a5d retry http request on temporary errors
Signed-off-by: Cenk Alti <cenkalti@gmail.com>
2022-10-11 19:54:10 -04:00
Cenk Alti
d32c623699 Revert "Tolerate temporary errors from etcdserver"
This reverts commit ebc79fa807.

Signed-off-by: Cenk Alti <cenkalti@gmail.com>
2022-10-11 19:53:14 -04:00
Matt Farina
af9fa06621
Merge pull request #11433 from mattfarina/fix-deploy 2022-10-11 18:54:31 -04:00
Matt Farina
9fbf1b34d5 Updating the repo the azure cli is installed from
CircleCI is now using Ubuntu 20.04 for the Go 1.18 image. The
azure CLI is expecting a version older than that. This change
updates.

Note, we have been using the debian name for the repo rather than
the ubuntu name. bullseye maps to Ubuntu 20.04 through 21.10.

Signed-off-by: Matt Farina <matt.farina@suse.com>
2022-10-11 16:02:33 -04:00
Matt Farina
48b0ecc2d3
Merge pull request #11427 from mattfarina/bump-0.25.2
Updating to kubernetes 1.25.2 packages
2022-10-11 13:59:14 -04:00
Matt Farina
90a25751bd
Merge pull request #11172 from crenshaw-dev/cleanup-after-find-chart
fix: clean up temp files in FindChartInAuthAndTLSAndPassRepoURL (#11171)
2022-10-11 13:58:46 -04:00
Matt Farina
221b0f54c9 Updating to kubernetes 1.25.2 packages
Signed-off-by: Matt Farina <matt.farina@suse.com>
2022-10-11 11:25:30 -04:00
Scott Rigby
95e2f9dc70
Merge pull request #11414 from joejulian/make_cgo_configurable
Allow CGO_ENABLED to be overridden for build
2022-10-06 12:50:02 -04:00
Joe Julian
6f6c0d831d
Allow CGO_ENABLED to be overridden for build
On Mac OS they have some custom dns c library that uses some
configuration files other than resolv.conf to configure dns lookups. The
standard go library does not handle these custom configuration files
which causes dns lookups to fail for some mac users.

This allows the downstream pacakgers to override CGO_ENABLED to build
binaries that use the custom dns library.

Signed-off-by: Joe Julian <me@joejulian.name>
2022-10-05 16:12:17 -07:00
Matt Farina
95140c96d6
Merge pull request #11044 from wujunwei/bug-fix-nil-dependency
add nil judge in  dependency and maintainer validation
2022-10-05 10:44:47 -04:00
Matt Farina
792450129f
Merge pull request #9824 from sathieu/fix_helm_chart_download_without_trailing_slash
Fix URL with encoded path support for ChartDownloader
2022-10-05 10:41:17 -04:00
Martin Hickey
2baf68fe2d
Merge pull request #11401 from dims/retry-for-issue-9502
Tolerate temporary errors from etcdserver
2022-10-05 12:19:26 +01:00
Matt Farina
f25b6984fe
Merge pull request #11317 from helm/dependabot/go_modules/github.com/sirupsen/logrus-1.9.0
chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
2022-10-04 12:21:23 -04:00
Matt Farina
f78f7992b6
Merge pull request #11316 from helm/dependabot/go_modules/github.com/lib/pq-1.10.7
chore(deps): bump github.com/lib/pq from 1.10.6 to 1.10.7
2022-10-04 12:18:59 -04:00
dependabot[bot]
98077dd340
chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.8.1...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 14:13:48 +00:00
Matt Farina
45161a5366
Merge pull request #11315 from helm/dependabot/go_modules/github.com/BurntSushi/toml-1.2.0
chore(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0
2022-10-03 10:13:25 -04:00
Matt Farina
cdd9453017
Merge pull request #11314 from helm/dependabot/go_modules/github.com/rubenv/sql-migrate-1.2.0
chore(deps): bump github.com/rubenv/sql-migrate from 1.1.2 to 1.2.0
2022-10-03 10:12:04 -04:00
dependabot[bot]
bfd189000e
chore(deps): bump github.com/lib/pq from 1.10.6 to 1.10.7
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.6 to 1.10.7.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.10.6...v1.10.7)

---
updated-dependencies:
- dependency-name: github.com/lib/pq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 13:37:45 +00:00
dependabot[bot]
1478a098f1
chore(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](https://github.com/BurntSushi/toml/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/BurntSushi/toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 13:37:18 +00:00
dependabot[bot]
4376d2fa85
chore(deps): bump github.com/rubenv/sql-migrate from 1.1.2 to 1.2.0
Bumps [github.com/rubenv/sql-migrate](https://github.com/rubenv/sql-migrate) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/rubenv/sql-migrate/releases)
- [Commits](https://github.com/rubenv/sql-migrate/compare/v1.1.2...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/rubenv/sql-migrate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 13:37:10 +00:00
Matt Farina
37dd72729b
Merge pull request #11336 from mattfarina/bump-version-3.10
bump version to v3.10.0
2022-10-03 09:32:13 -04:00
Davanum Srinivas
ebc79fa807
Tolerate temporary errors from etcdserver
There are cases when the etcdserver is temporarily unavailable and the
errors that we get back from kube-apiserver reflect that error. It looks
like we bail out immediately when these errors happen currently. We
should retry until timeout is reached when this sort of errors happen.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-10-01 20:12:38 -04:00
wujunwei
4fcec24d15 update: Optimize the error message
Signed-off-by: wujunwei <wjw3323@live.com>
2022-09-24 12:56:03 +08:00
wujunwei
a7a1117327 add nil judge for dependency , maintainers validate and some testcase.
Signed-off-by: wujunwei <wjw3323@live.com>
2022-09-24 12:56:03 +08:00
Martin Hickey
a48b87f32a
Merge pull request #11274 from wujunwei/fix-case-title-smaller-all
bugfix: add cases.NoLower opt for we can get same effect to strings.Title
2022-09-23 11:22:29 +01:00
Martin Hickey
b5e39c15ea
Merge pull request #11368 from hickeyma/fix/code-style
Fix code style
2022-09-21 17:19:31 +01:00
Martin Hickey
ae828ce0ee Fix code style
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2022-09-21 16:35:29 +01:00
Matt Farina
cd809f9b19
bump version to v3.10.0
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit ce66412a72)
2022-09-12 15:29:41 -04:00
Martin Hickey
bed23120b0
Merge pull request #11311 from mattfarina/k8s-1.25
Updating to Kubernetes 1.25 client libs
2022-09-09 10:40:17 +01:00