Skip to content

Pull latest crunchy updates #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

END OF TERMS AND CONDITIONS

Copyright 2017 - 2024 Crunchy Data Solutions, Inc.
Copyright 2017 - 2025 Crunchy Data Solutions, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions helm/install/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: Installer for PGO, the open source Postgres Operator from Crunchy D

type: application
# The version below should match the version on the PostgresCluster CRD
version: 5.7.0
appVersion: 5.7.0
version: 5.8.2
appVersion: 5.8.2
43 changes: 43 additions & 0 deletions helm/install/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Crunchy Data

Crunchy PostgreSQL for Kubernetes Terms of Use

Crunchy Data Solutions, Inc. (Crunchy Data) has integrated the Crunchy Data
distribution of PostgreSQL and the PostgreSQL Operator as the commercial product,
Crunchy PostgreSQL for Kubernetes. This Crunchy PostgreSQL for Kubernetes Terms
of Use establishes a framework that will enable Crunchy Data to provide Crunchy
Data packaged open source software, made available as a series of containers (the
"Crunchy Data Software"), to users, subject to applicable terms and conditions.

By using or accessing the Crunchy Data Software, the using or accessing party
agrees to applicable terms and conditions and agrees that the applicable terms as
set forth in this Crunchy PostgreSQL for Kubernetes Terms of Use will govern the
use of the Crunchy Data Software unless otherwise agreed to in writing by Crunchy
Data and the using or accessing party. If at any time the applicable terms are
no longer acceptable to the using or accessing party, the using or accessing
party should immediately cease all use of the Crunchy Data Software.

For users with a valid Crunchy Data subscription agreement, unless otherwise
agreed to in writing, the use of Crunchy PostgreSQL for Kubernetes, including the
use of each of the containers included therein, by users with a valid Crunchy
Data subscription agreement, for both development and production purposes, is
subject to the Crunchy Data Terms of Use (the "Crunchy Data Terms of Use")
located at:

* https://access.crunchydata.com/EULA

Crunchy PostgreSQL for Kubernetes constitutes Crunchy Data Software under the
Crunchy Data Terms of Use and its use is not intended to prohibit the rights
under any open source license.

For users without a valid Crunchy Data subscription agreement, the Crunchy Data
Software is provided for use under the Crunchy Data Developer Program. Unless
otherwise agreed to in writing, the use of Crunchy PostgreSQL for Kubernetes,
including the use of each of the containers included therein, is subject to the
Crunchy Data Developer Program Terms of Use (the "Developer Terms of Use"):

* https://www.crunchydata.com/developers/terms-of-use

Crunchy PostgreSQL for Kubernetes constitutes Crunchy Developer Software under
the Crunchy Data Developer Program Terms of Use and its use is not intended to
prohibit the rights under any open source license.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
labels:
app.kubernetes.io/name: pgo
app.kubernetes.io/version: 5.7.0
controller-gen.kubebuilder.io/version: v0.17.2
name: crunchybridgeclusters.postgres-operator.crunchydata.com
labels:
app.kubernetes.io/version: 5.8.2
spec:
group: postgres-operator.crunchydata.com
names:
Expand Down Expand Up @@ -44,11 +43,7 @@ spec:
to be managed by Crunchy Data Bridge
properties:
clusterName:
description: |-
The name of the cluster
---
According to Bridge API/GUI errors,
"Field name should be between 5 and 50 characters in length, containing only unicode characters, unicode numbers, hyphens, spaces, or underscores, and starting with a character", and ending with a character or number.
description: The name of the cluster
maxLength: 50
minLength: 5
pattern: ^[A-Za-z][A-Za-z0-9\-_ ]*[A-Za-z0-9]$
Expand Down Expand Up @@ -94,6 +89,7 @@ spec:
- aws
- azure
- gcp
maxLength: 10
type: string
x-kubernetes-validations:
- message: immutable
Expand Down Expand Up @@ -152,6 +148,7 @@ spec:
- plan
- provider
- region
- secret
- storage
type: object
status:
Expand All @@ -160,8 +157,7 @@ spec:
conditions:
description: conditions represent the observations of postgres cluster's current state.
items:
description: "Condition contains details for one aspect of the current state of this API Resource.\n---\nThis struct is intended for direct use as an array at the field path .status.conditions. For example,\n\n\n\ttype FooStatus struct{\n\t // Represents the observations of a foo's current state.\n\t // Known .status.conditions.type are: \"Available\", \"Progressing\", and\
\ \"Degraded\"\n\t // +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t // other fields\n\t}"
description: Condition contains details for one aspect of the current state of this API Resource.
properties:
lastTransitionTime:
description: |-
Expand Down Expand Up @@ -202,12 +198,7 @@ spec:
- Unknown
type: string
type:
description: |-
type of condition in CamelCase or in foo.example.com/CamelCase.
---
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
useful (see .node.status.conditions), the ability to deconflict is important.
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
description: type of condition in CamelCase or in foo.example.com/CamelCase.
maxLength: 316
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
type: string
Expand Down
Loading