Skip to content

Tags: itay-grudev/postgres-operator

Tags

v4.3.1

Toggle v4.3.1's commit message

Unverified

No user is associated with the committer email.
Fix RELATED_IMAGE overrides for containers in cluster deployment

The RELATED_IMAGE variables for containers in the cluster deployment
were not being respected. This commit fixes it to ensure that
they can be overriden.

Issue: [ch8302]

v4.2.3

Toggle v4.2.3's commit message

Unverified

No user is associated with the committer email.
Fix RELATED_IMAGE overrides for containers in cluster deployment

The RELATED_IMAGE variables for containers in the cluster deployment
were not being respected. This commit fixes it to ensure that
they can be overriden.

Issue: [ch8302]

v4.3.1-rc.1

Toggle v4.3.1-rc.1's commit message
Update Gopkg.lock

Follow-up to 2f1e0d3

v4.2.3-rc.1

Toggle v4.2.3-rc.1's commit message

Unverified

No user is associated with the committer email.
Default registry to registry.developers.crunchydata.com/crunchydata

Issue: [ch7977]

v4.3.0

Toggle v4.3.0's commit message

Unverified

No user is associated with the committer email.
Change default watched namespace to "pgo" with pgo-deployer

This had multiple namespaces, but for the default install we just
want to have one.

v4.3.0-rc.2

Toggle v4.3.0-rc.2's commit message

Unverified

No user is associated with the committer email.
Update pgo client reference documentation

This includes the commands for the pgAdmin functionality.

v4.3.0-rc.1

Toggle v4.3.0-rc.1's commit message

Unverified

No user is associated with the committer email.
Update the autogenerated documentation for the commands

This is the usual pre-release run.

v4.3.0-beta.3

Toggle v4.3.0-beta.3's commit message
Operator Upgrade Documentation Updates

This updates the current upgrade documentation to reflect the
changes made to the Operator upgrade procedure and removes
the instructions related to the previous upgrade procedures
that are no longer valid.

v4.3.0-beta.2

Toggle v4.3.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove "backoffLimit" from Jobs

This reverts to using the Kubernetes default (6), and ensures that
any jobs have a restartPolicy of "Never" due to language in the Kubernetes
docs.

v4.3.0-beta.1

Toggle v4.3.0-beta.1's commit message

Unverified

No user is associated with the committer email.
Ensure container resources file is synced across installers

...with a personal hope that having the new installer container will
limit the need for these kinds of commits.