Skip to content
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

Bump db-operator appVersion to 2.0.0 #16

Closed
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
9477c87
Migrate project to the `db-operator` org (#1)
allanger Apr 17, 2023
33af3a1
Create postgres databases from template (#2)
allanger Apr 18, 2023
95efee7
Keep up with k8s versions (#4)
allanger Jun 15, 2023
53209e4
fix(db-operator): Now db-instance is guarded by if condition as well …
allanger Jun 16, 2023
bce0f4d
Add an ability to set labels per dbinstance (#6)
allanger Jul 17, 2023
13c4875
Make the webhook optional (#7)
allanger Aug 8, 2023
a1ec5cf
Upgrade db operator version to 1.13.1 (#10)
allanger Aug 16, 2023
9728f48
fix: Configure the dbuser webhook with values (#12)
allanger Sep 7, 2023
93f2970
Split controller and webhook in two separate deployments (#13)
bobertrublik Sep 23, 2023
7a65868
docs: How to upgrade db-operator to 1.11.0 (#14)
allanger Sep 29, 2023
126af30
Upgrade db-operator version to v1.14.1 (#15)
allanger Sep 29, 2023
160d802
Release patches for gsql instances (#19)
allanger Oct 19, 2023
b01a5b4
Upgrade db operator to v1.15.3 (#18)
allanger Oct 27, 2023
0bf0dc7
Update db-operator to 1.16.1 (#21)
allanger Oct 31, 2023
4921bc6
Upgrade db-operator version to 1.16.3 (#22)
allanger Oct 31, 2023
15731a2
Service monitor per dbin (#25)
allanger Nov 29, 2023
fbaad01
Set PG_EXPORTER_AUTO_DISCOVERY to true for the pg_exporter (#23)
allanger Nov 29, 2023
4fbd6aa
Set the same line ending everywhere (#26)
allanger Nov 29, 2023
7bc4ab8
Upgrade the version to release the last change (#27)
allanger Nov 29, 2023
b725be9
Upgrade db-operator to v1.17.0 (#24)
allanger Dec 12, 2023
51b5789
Bump db-operator to 2.0.0
allanger Dec 15, 2023
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
Prev Previous commit
Next Next commit
Upgrade db-operator version to v1.14.1 (#15)
allanger authored Sep 29, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 126af3037cf3f433684622f230fa27ad8c53e514
4 changes: 2 additions & 2 deletions charts/db-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@
apiVersion: v2
type: application
name: db-operator
version: 1.11.0
version: 1.11.1
# ---------------------------------------------------------------------------------
# -- All supported k8s versions are in the test:
# -- https://github.com/db-operator/charts/blob/main/.github/workflows/test.yaml
# ---------------------------------------------------------------------------------
kubeVersion: ">= 1.22-prerelease"
appVersion: "1.14.0"
appVersion: "1.14.1"
description: The DB Operator creates databases and make them available in the cluster via Custom Resource.
home: https://github.com/db-operator/db-operator