Suleiman Dibirov
Suleiman Dibirov
**Description** Hi! I've been using skaffold for the last 2 years and from time to time I see error - "Skipping deploy due to sync error" and you can't do...
closes #12756 **What this PR does / why we need it**: it adds lists values merge mechanism to fix issues like this one #12756 **Special notes for your reviewer**: it's...
Hello! Added `--force` && `-f` flags to `kubens` command to switch namespace even if it doesn't exist. issue: https://github.com/ahmetb/kubectx/pull/333 ### usage example ``` $ kubens not-found-namespace --force Context "test" set....
Fixes: https://github.com/GoogleContainerTools/skaffold/issues/9453 **Description** Fixes warning `Flag --snapshotMode is deprecated. Use: --snapshot-mode`
**Description** 1. Optimized helm install by using goroutines which reduced deploy time by more than 50% 2. Added config option to control the concurrency, by default it keeps current logic...
Fixes: #7018 **Description** Added commit hash support to `git.ref` **User facing changes** before: no **hash** support for `git.ref`. after: `git.ref` supports commit hash. example: ``` apiVersion: skaffold/v4beta11 kind: Config requires:...
**What this PR does / why we need it**: Changed `composer-spec.json` to support `x-*` properties in the `depends_on` section **Which issue(s) this PR fixes**: Fixes [#11930](https://github.com/docker/compose/issues/11930)
Fixes https://github.com/helm/helm/issues/13144 **What this PR does / why we need it**: There are two fields DryRun and DryRunOption, DryRun is redundant because of DryRunOption. It confuses when you see similar...
**What this PR does / why we need it**: Optimized chart repository scanning in `chart_downloader.go` by **33%** by Implementing concurrent processing of repositories. These changes significantly improve the efficiency and...
fixes #13127 **What this PR does / why we need it**: Replaced panic with an error in the `Configuration.Init` method and added tests for the method - [Y] this PR...