The Cloud Native Control Plane
Go to file
Nic Cope 6d7c1e7b47
Merge pull request #3290 from negz/quirks-and
Document the Crossplane feature lifecycle
2022-09-06 12:48:06 -07:00
.github Use the remove labels action 2022-08-29 17:29:47 -07:00
apis s/interface{}/any/g 2022-07-21 21:45:06 -07:00
build@559e1532cd Upgrade to Go 1.18 2022-07-21 21:34:17 -07:00
cluster Merge pull request #3206 from turkenh/fix-secret-delete 2022-07-28 10:50:52 -07:00
cmd Rearranging flag definition 2022-08-27 18:51:54 +05:30
design Design: Add proposal to patch from a generic datasource 2022-08-24 19:06:23 +02:00
docs Merge pull request #3290 from negz/quirks-and 2022-09-06 12:48:06 -07:00
hack update the year in license header to 2021 2021-01-13 16:31:57 +03:00
internal Retry fetching package manifest using a `GET` request after a `HEAD` request failure. For some registry servers may not properly support a `HEAD` request. 2022-08-25 15:56:20 +08:00
test/e2e s/interface{}/any/g 2022-07-21 21:45:06 -07:00
.gitignore gitignore: ignore macOS .DS_Store files 2021-05-19 19:30:36 +03:00
.gitmodules Initial Project Scaffolding (#13) 2018-09-13 17:20:02 -07:00
.golangci.yml Upgrade to Go 1.18 2022-07-21 21:34:17 -07:00
CHARTER.md Replace 'compute plane provider' with 'compute plane resource' 2022-04-25 14:20:13 -07:00
CODEOWNERS Fix wording in CODEOWNERS 2022-08-20 11:27:36 -04:00
CODE_OF_CONDUCT.md update readme, add coc, add governane 2018-12-03 10:20:11 -08:00
CONTRIBUTING.md update crossplane-runtime to latest 2022-01-06 18:15:52 +03: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 Drop registry.upbound.io from core crossplane image pushing 2022-04-29 09:29:09 -04:00
OWNERS.md Add MisterMX as a reviewer 2022-08-23 02:51:55 -07:00
PROJECT Update go mod and refs with crossplane org name 2020-02-18 21:01:18 -06:00
README.md Release v1.9 today, not next week 2022-07-14 22:11:32 -07:00
ROADMAP.md Redirect ROADMAP.md to our GitHub projects 2021-08-26 17:56:14 +00:00
go.mod go get -u github.com/crossplane/crossplane-runtime@master 2022-07-22 09:40:51 -07:00
go.sum go get -u github.com/crossplane/crossplane-runtime@master 2022-07-22 09:40:51 -07:00
install.sh Match more windows uname output in install script 2022-01-02 12:03:13 -05: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 Compute Foundation project.

Releases

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

Release Release Date EOL
v1.7 Mar 22, 2022 Sept 2022
v1.8 May 17, 2022 Nov 2022
v1.9 Jul 14, 2022 Jan 2023

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

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.

License

Crossplane is under the Apache 2.0 license.

FOSSA Status