capact
capact copied to clipboard
Simple way to manage applications and infrastructure.
## Description Changes proposed in this pull request: - Add support for overrides to CLI `upgrade` command ## Related issue(s) - Resolves #497
## Description - [x] Create new GitHub release according to the https://capact.io/community/release doc. - Make sure we use just the images that are built on the main/release branches. Do not...
## Description Currently, we are able to get logs from executed Actions via Capact CLI, so user doesn't need to use the `kubectl` and get a proper pods names. Both...
## Description Unfortunately, the integration tests on k3d introduced in #492 (PR: https://github.com/capactio/capact/pull/718) are unstable on our pipeline. I saw multiple failures because of the same reason: ``` • Installing...
## Description - Bump to the latest stable Go (currently it's 1.17) - Bump to the latest Kubernetes version (currently it's 1.23) - Make sure our long-running cluster is up...
## Description Implement Delegated Storage according to the [accepted proposal](https://github.com/capactio/capact/blob/main/docs/proposal/20211207-delegated-storage.md). - [x] capactio/capact#601 [3MD] - Make sure Populator supports it - Support it in GraphQL API - [Find Types based...
## Description Update manifests which are available [here](https://github.com/capactio/capact/tree/main/pkg/sdk/renderer/argo/testdata/hub) to the newest version. ## Reason It is difficult to test a new functionality with the usage of the outdated manifests. Most...
## Description Sometimes we need to create so-called "Umbrella" manifests where we want to deploy several applications. This requires creating one Interface, InterfaceGroup, Types and so on. The unique part...
## Description Validation for TypeInstances was implemented in Argo actions and CLI (https://github.com/capactio/capact/pull/629/files). This doesn't solve the problem when someone will submit it via GraphQL (e.g. via UI). We should...
## Description In Capact manifests, Content Developer is able to render `config` based on other TypeInstances data, see: https://github.com/capactio/hub-manifests/blob/9987550e2341cc761c8613cc4e6bb716d5a328f1/manifests/implementation/gcp/cloudsql/postgresql/install-0.2.0.yaml#L102-L108 This is not supported directly in new external backends. We want...