kots icon indicating copy to clipboard operation
kots copied to clipboard

KOTS provides the framework, tools and integrations that enable the delivery and management of 3rd-party Kubernetes applications, a.k.a. Kubernetes Off-The-Shelf (KOTS) Software.

Results 235 kots issues
Sort by recently updated
recently updated
newest added

#### What this PR does / why we need it: This change improves the responsiveness of the UI when user is on the app config page. Loom: https://www.loom.com/share/3d2b13c978054c1689e9239ab5787d97 #### Which...

type::bug
bug::regression

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. Release notes Sourced from actions/download-artifact's releases. v3.0.0 What's Changed Update default runtime to node16 (actions/download-artifact#134) Update package-lock.json file version to 2 (actions/download-artifact#136) Breaking Changes...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.0.2. Release notes Sourced from actions/checkout's releases. v3.0.2 What's Changed Add set-safe-directory input to allow customers to take control. by @​TingluoHuang in actions/checkout#770 Prepare changelog...

dependencies
github_actions

Automated changes by the [release](https://github.com/replicatedhq/kots/blob/main/.github/workflows/release.yaml) GitHub action

automated-pr
images

#### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes # #### Special notes for your reviewer: ## Steps to reproduce #### Does...

#### What this PR does / why we need it: This PR implements deploy logs API response for KOTS when running in helm managed mode #### Which issue(s) this PR...

type::feature

``` $ uname -m aarch64 ``` Install script treat `aarch64` (arm) as `amd64` ```shell #find ARCH if uname -m | grep 64 > /dev/null; then ARCH="amd64" elif uname -m |...

Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.11.24 to 0.11.28. Release notes Sourced from github.com/Azure/go-autorest/autorest's releases. autorest/v0.11.28 Update crypto dependency to latest version #708 autorest/v0.11.27 Environments do not match available clouds #624 autorest/v0.11.26 Environments...

dependencies
go

Bumps [github.com/bitnami-labs/sealed-secrets](https://github.com/bitnami-labs/sealed-secrets) from 0.14.1 to 0.18.1. Release notes Sourced from github.com/bitnami-labs/sealed-secrets's releases. sealed-secrets-v0.18.1 v0.18.1 (2022-07-14T12:33:57Z) New v0.18.1 release! Release Notes Please read the RELEASE_NOTES which contain among other things important...

dependencies
go

Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.7.0 to 1.8.0. Release notes Sourced from go.uber.org/multierr's releases. v1.8.0 Combine: perform zero allocations when there are no errors. Changelog Sourced from go.uber.org/multierr's changelog. v1.8.0 (2022-02-28) Combine:...

dependencies
go