Skip to content

feat(github-release)!: Update movetokube/postgres-operator to 2.4.0#886

Open
chii-bot[bot] wants to merge 1 commit into
mainfrom
renovate/movetokube-postgres-operator-2.x
Open

feat(github-release)!: Update movetokube/postgres-operator to 2.4.0#886
chii-bot[bot] wants to merge 1 commit into
mainfrom
renovate/movetokube-postgres-operator-2.x

Conversation

@chii-bot
Copy link
Copy Markdown
Contributor

@chii-bot chii-bot Bot commented May 26, 2025

This PR contains the following updates:

Package Update Change
movetokube/postgres-operator major 1.1.1 -> 2.4.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

movetokube/postgres-operator

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: movetokube/postgres-operator@2.3.1...2.4.0

v2.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: movetokube/postgres-operator@2.3.0...2.3.1

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: movetokube/postgres-operator@2.2.0...2.3.0

v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: movetokube/postgres-operator@2.1.0...2.2.0

v2.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: movetokube/postgres-operator@2.0.0...2.1.0

v2.0.0

Compare Source

This v2.0.0 release represents a significant milestone in modernizing this project.

🚨 Breaking Changes

  • Drop support for Azure Database for PostgreSQL - Single Server - As Microsoft has deprecated this service, we've removed support to focus on actively maintained Azure PostgreSQL offerings

✨ Major Improvements

  • Updated RBAC policies - Enhanced security and permissions management for better Kubernetes integration
  • Upgraded operator-sdk - Built on the latest operator framework for improved stability and features
  • Dependency updates - All dependencies have been updated to their latest secure versions
  • Enhanced CI/CD - Added Dependabot configuration for automated dependency management

🐛 Bug Fixes

  • Fixed empty HOST field in generated secrets
  • Various minor fixes to the Helm chart for better deployment experience

🛠️ What's Changed

🙏 New Contributors

Full Changelog: movetokube/postgres-operator@1.3.5...2.0.0

v1.3.5

Compare Source

What's Changed
New Contributors

Full Changelog: movetokube/postgres-operator@1.3.4...1.3.5

v1.3.4

Compare Source

What's Changed

New Contributors

Full Changelog: movetokube/postgres-operator@1.3.3...1.3.4

v1.3.3

Compare Source

Container images

docker pull movetokube/postgres-operator:1.3.3
docker pull ghcr.io/movetokube/postgres-operator:1.3.3

Helm chart

helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.6

Thank you contributors!
@​kanor1306 @​mfuhrmeisterDM @​rjinski

What's Changed

New Contributors

Full Changelog: movetokube/postgres-operator@1.3.2...1.3.3

v1.3.2

Compare Source

Fixes:

  • fixed PostgresUser CRD to be compatible with secretTemplate feature

Container images:

docker pull movetokube/postgres-operator:1.3.2
docker pull ghcr.io/movetokube/postgres-operator:1.3.2
Helm chart:

helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.5

Contributors:
@​95gabor

v1.3.1

Compare Source

New features:

  • support for templating secrets created by operator

Fixes:

  • tag is set to empty string in Helm chart default values

Container images:

  • docker pull movetokube/postgres-operator:1.3.1
  • docker pull ghcr.io/movetokube/postgres-operator:1.3.1

Helm chart:

  • helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.4

Contributors:
@​reddec @​aszeszo

v1.3.0

Compare Source

Multiple changed in this release:

  • Terminating backend before dropping database on default postgres
  • Added feature (KEEP_SECRET_NAME) to store credentials in secret named exactly the same as defined in CR

Multiplatform builds. Supported platforms:

  • linux/amd64
  • linux/arm64

Container images:

  • docker pull movetokube/postgres-operator:1.3.0
  • docker pull ghcr.io/movetokube/postgres-operator:1.3.0

Thank you contributors! @​reddec @​romg67 @​brpaz

v1.2.5

Compare Source

Fixes schema operations on AWS RDS for good and reverses changes done in 1.2.3 and 1.2.4 (https://github.com/movetokube/postgres-operator/pull/122)

Container images now available in both DockerHub and GHCR:

docker pull movetokube/postgres-operator:1.2.5

docker pull ghcr.io/movetokube/postgres-operator:1.2.5

v1.2.4

Compare Source

Fixes schema operations on AWS RDS( https://github.com/movetokube/postgres-operator/pull/120)

Container images now available in both DockerHub and GHCR:

docker pull movetokube/postgres-operator:1.2.4

docker pull ghcr.io/movetokube/postgres-operator:1.2.4

v1.2.3

Compare Source

Fixes AWS RDS compatibility: https://github.com/movetokube/postgres-operator/pull/112

Container images now available in both DockerHub and GHCR:

docker pull movetokube/postgres-operator:1.2.3

docker pull ghcr.io/movetokube/postgres-operator:1.2.3

v1.2.2

Compare Source

No particular changes in this release, just moving to GHCR.io from DockerHub

docker pull ghcr.io/movetokube/postgres-operator:1.2.2

v1.2.1

Compare Source

Changes:

  • Added POSTGRES_DOTNET_URL to generated secret which contains connection string for .Net applications

Container image: movetokube/postgres-operator:1.2.1

v1.2.0

Compare Source

Changes:

This new feature allows using multiple ext-postgres-operators to selectively process CRs that were created with a special annotation.

Container image: movetokube/postgres-operator:1.2.0

v1.1.2

Compare Source

Changes:

Container image: movetokube/postgres-operator:1.1.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@chii-bot chii-bot Bot requested a review from toboshii as a code owner May 26, 2025 09:48
@chii-bot chii-bot Bot added type/major renovate/github-release size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 26, 2025
@chii-bot
Copy link
Copy Markdown
Contributor Author

chii-bot Bot commented May 26, 2025

MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ COPYPASTE jscpd yes 2 1.05s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.36s
✅ YAML prettier 1 0 0.6s
✅ YAML yamllint 1 0 0.12s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@chii-bot chii-bot Bot changed the title feat(github-release)!: Update movetokube/postgres-operator to 2.0.0 feat(github-release)!: Update movetokube/postgres-operator to 2.1.0 Jul 8, 2025
@chii-bot chii-bot Bot force-pushed the renovate/movetokube-postgres-operator-2.x branch from 7e77db1 to 5cee7a2 Compare July 8, 2025 12:46
@chii-bot chii-bot Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 8, 2025
@chii-bot chii-bot Bot changed the title feat(github-release)!: Update movetokube/postgres-operator to 2.1.0 feat(github-release)!: Update movetokube/postgres-operator to 2.1.0 - autoclosed Aug 12, 2025
@chii-bot chii-bot Bot closed this Aug 12, 2025
@chii-bot chii-bot Bot deleted the renovate/movetokube-postgres-operator-2.x branch August 12, 2025 14:24
@chii-bot chii-bot Bot restored the renovate/movetokube-postgres-operator-2.x branch August 12, 2025 17:24
@chii-bot chii-bot Bot changed the title feat(github-release)!: Update movetokube/postgres-operator to 2.1.0 - autoclosed feat(github-release)!: Update movetokube/postgres-operator to 2.1.0 Aug 12, 2025
@chii-bot chii-bot Bot reopened this Aug 12, 2025
@chii-bot chii-bot Bot changed the title feat(github-release)!: Update movetokube/postgres-operator to 2.1.0 feat(github-release)!: Update movetokube/postgres-operator to 2.1.0 - autoclosed Aug 19, 2025
@chii-bot chii-bot Bot closed this Aug 19, 2025
@chii-bot chii-bot Bot deleted the renovate/movetokube-postgres-operator-2.x branch August 19, 2025 14:24
@chii-bot chii-bot Bot changed the title feat(github-release)!: Update movetokube/postgres-operator to 2.1.0 - autoclosed feat(github-release)!: Update movetokube/postgres-operator to 2.1.0 Aug 19, 2025
@chii-bot chii-bot Bot reopened this Aug 19, 2025
@chii-bot chii-bot Bot restored the renovate/movetokube-postgres-operator-2.x branch August 19, 2025 16:30
@chii-bot chii-bot Bot changed the title feat(github-release)!: Update movetokube/postgres-operator to 2.1.0 feat(github-release)!: Update movetokube/postgres-operator to 2.2.0 Aug 21, 2025
@chii-bot chii-bot Bot force-pushed the renovate/movetokube-postgres-operator-2.x branch from 5cee7a2 to b285012 Compare August 21, 2025 12:43
@chii-bot chii-bot Bot changed the title feat(github-release)!: Update movetokube/postgres-operator to 2.2.0 feat(github-release)!: Update movetokube/postgres-operator to 2.3.0 Sep 25, 2025
@chii-bot chii-bot Bot force-pushed the renovate/movetokube-postgres-operator-2.x branch from b285012 to c12fad4 Compare September 25, 2025 11:20
@chii-bot chii-bot Bot changed the title feat(github-release)!: Update movetokube/postgres-operator to 2.3.0 feat(github-release)!: Update movetokube/postgres-operator to 2.3.1 Dec 17, 2025
@chii-bot chii-bot Bot force-pushed the renovate/movetokube-postgres-operator-2.x branch from c12fad4 to ea82901 Compare December 17, 2025 08:13
@chii-bot chii-bot Bot changed the title feat(github-release)!: Update movetokube/postgres-operator to 2.3.1 feat(github-release)!: Update movetokube/postgres-operator to 2.4.0 Dec 23, 2025
@chii-bot chii-bot Bot force-pushed the renovate/movetokube-postgres-operator-2.x branch from ea82901 to 257b29e Compare December 23, 2025 10:12
@chii-bot chii-bot Bot changed the title feat(github-release)!: Update movetokube/postgres-operator to 2.4.0 feat(github-release)!: Update movetokube/postgres-operator to 2.3.1 Dec 23, 2025
@chii-bot chii-bot Bot force-pushed the renovate/movetokube-postgres-operator-2.x branch from 257b29e to fa88d34 Compare December 23, 2025 12:15
| datasource      | package                      | from  | to    |
| --------------- | ---------------------------- | ----- | ----- |
| github-releases | movetokube/postgres-operator | 1.1.1 | 2.4.0 |
| github-releases | movetokube/postgres-operator | 1.1.1 | 2.4.0 |
| github-releases | movetokube/postgres-operator | 1.1.1 | 2.4.0 |
| github-releases | movetokube/postgres-operator | 1.1.1 | 2.4.0 |
@chii-bot chii-bot Bot changed the title feat(github-release)!: Update movetokube/postgres-operator to 2.3.1 feat(github-release)!: Update movetokube/postgres-operator to 2.4.0 Dec 23, 2025
@chii-bot chii-bot Bot force-pushed the renovate/movetokube-postgres-operator-2.x branch from fa88d34 to 17d6819 Compare December 23, 2025 13:21
@chii-bot chii-bot Bot changed the title feat(github-release)!: Update movetokube/postgres-operator to 2.4.0 feat(github-release)!: Update movetokube/postgres-operator to 2.4.0 - autoclosed Apr 27, 2026
@chii-bot chii-bot Bot closed this Apr 27, 2026
@chii-bot chii-bot Bot deleted the renovate/movetokube-postgres-operator-2.x branch April 27, 2026 15:42
@chii-bot chii-bot Bot restored the renovate/movetokube-postgres-operator-2.x branch April 27, 2026 22:25
@chii-bot chii-bot Bot changed the title feat(github-release)!: Update movetokube/postgres-operator to 2.4.0 - autoclosed feat(github-release)!: Update movetokube/postgres-operator to 2.4.0 Apr 27, 2026
@chii-bot chii-bot Bot reopened this Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/cluster Changes made in the cluster directory renovate/github-release size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants