The Cloud Native Control Plane
Go to file
Philippe Scorsolini 711e4b0eae
Merge pull request #4748 from phisco/feat/add-readiness-liveness-probes
feat: add readiness and liveness probes to crossplane
2023-10-09 12:18:15 +02:00
.github chore(deps): update dependency golang to v1.21.2 2023-10-05 21:11:51 +00:00
apis review: unstructured environment with keyspaced annotation-like well-known fields 2023-10-06 12:51:00 +02:00
build@bd5297bd16 feat: remove xfn 2023-08-11 15:49:17 -07:00
cluster Merge pull request #4748 from phisco/feat/add-readiness-liveness-probes 2023-10-09 12:18:15 +02:00
cmd chore: all lower case errors 2023-10-09 10:32:33 +02:00
contributing Fix double negative in Function spec 2023-09-18 14:41:41 -07:00
design Remove a mention of P&T in the proto docstrings 2023-09-11 12:43:47 -07:00
hack Fix outdated path in references to hack/dupliate_api_type.sh 2022-11-30 16:18:35 -08:00
internal review: unstructured environment with keyspaced annotation-like well-known fields 2023-10-06 12:51:00 +02:00
pkg/validation Add support for convert from json to object/list 2023-08-29 08:23:33 +03:00
security Add Crossplane 2023 security audit report 2023-07-27 14:03:32 +01:00
test tests(e2e): always delete resources and check their status on creation 2023-10-09 09:41:19 +02:00
.gitignore feat(compositions): Support patching from environment 2022-12-23 13:46:50 +01:00
.gitmodules Initial Project Scaffolding (#13) 2018-09-13 17:20:02 -07:00
.golangci.yml chore(linter): switching from goimports to gci enforcing imports sorting 2023-03-29 08:50:30 +02:00
ADOPTERS.md Update ADOPTERS.md 2023-08-01 21:01:48 +02:00
CHARTER.md Expand scope of charter to make the project more complete 2023-09-19 07:21:13 -07:00
CODEOWNERS Move muvaf from maintainers to emeritus 2023-08-24 20:33:36 +03:00
CODE_OF_CONDUCT.md update readme, add coc, add governane 2018-12-03 10:20:11 -08:00
CONTRIBUTING.md Redirect CONTRIBUTING.md to contributing. 2023-01-23 19:19:04 -08:00
DCO Initial Project Scaffolding (#13) 2018-09-13 17:20:02 -07:00
GOVERNANCE.md Link to conflict resolution and voting 2022-08-16 14:22:14 -07:00
LICENSE rename to crossplane 2018-11-19 15:56:32 -08:00
Makefile chore(deps): update dependency helm/helm to v3.13.0 2023-09-27 22:55:09 +00:00
OWNERS.md Move muvaf from maintainers to emeritus 2023-08-24 20:33:36 +03:00
PROJECT Update go mod and refs with crossplane org name 2020-02-18 21:01:18 -06:00
README.md Add new SIG-DevEx to list of SIGs 2023-09-21 08:17:29 -07:00
ROADMAP.md Update roadmap links to include info panel 2023-06-14 08:21:21 +02:00
SECURITY.md Add Crossplane 2023 security audit report 2023-07-27 14:03:32 +01:00
banner.png Move docs/contributing and docs/media/banner.png to top-level 2023-01-23 19:19:04 -08:00
go.mod fix(deps): update module golang.org/x/sync to v0.4.0 2023-10-05 12:49:05 +00:00
go.sum fix(deps): update module golang.org/x/sync to v0.4.0 2023-10-05 12:49:05 +00:00
install.sh feat: switch kubectl-crossplane to just crossplane 2023-10-03 10:01:43 +02:00

README.md

CI GitHub release Docker Pulls Go Report Card Slack Twitter Follow

Crossplane

Crossplane is a framework for building cloud native control planes without needing to write code. It has a highly extensible backend that enables you to build a control plane that can orchestrate applications and infrastructure no matter where they run, and a highly configurable frontend that puts you in control of the schema of the declarative API it offers.

Crossplane is a Cloud Native Computing Foundation project.

Get Started

Crossplane's Get Started Docs cover install and cloud provider quickstarts.

Releases

Currently maintained releases, as well as the next few upcoming releases are listed below. For more information take a look at the Crossplane release cycle documentation.

Release Release Date EOL
v1.11 Jan 31, 2023 Oct 2023
v1.12 Apr 25, 2023 Jan 2024
v1.13 Jul 27, 2023 Apr 2024
v1.14 Late Oct '23 Jul 2024
v1.15 Late Jan '24 Oct 2024
v1.16 Late Apr '24 Jan 2025

You can subscribe to the community calendar to track all release dates, and find the most recent releases on the releases page.

Roadmap

The public roadmap for Crossplane is published as a GitHub project board. Issues added to the roadmap have been triaged and identified as valuable to the community, and therefore a priority for the project that we expect to invest in.

Milestones assigned to any issues in the roadmap are intended to give a sense of overall priority and the expected order of delivery. They should be considered approximate estimations and are not a strict commitment to a specific delivery timeline.

Crossplane Roadmap

Get Involved

Crossplane is a community driven project; we welcome your contribution. To file a bug, suggest an improvement, or request a new feature please open an issue against Crossplane or the relevant provider. Refer to our contributing guide for more information on how you can help.

The Crossplane community meeting takes place every other Thursday at 10:00am Pacific Time. Anyone who wants to discuss the direction of the project, design and implementation reviews, or raise general questions with the broader community is encouraged to join.

Special Interest Groups (SIG)

Each SIG collaborates in Slack and some groups have regular meetings, you can find the meetings in the Community Calendar.

Adopters

A list of publicly known users of the Crossplane project can be found in ADOPTERS.md. We encourage all users of Crossplane to add themselves to this list - we want to see the community's growing success!

License

Crossplane is under the Apache 2.0 license.

FOSSA Status