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

feat(github-release): update movetokube/postgres-operator to 1.3.3 #745

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chii-bot[bot]
Copy link
Contributor

@chii-bot chii-bot bot commented Aug 29, 2022

This PR contains the following updates:

Package Update Change
movetokube/postgres-operator minor 1.1.1 -> 1.3.3

⚠ Dependency Lookup Warnings ⚠

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


Release Notes

movetokube/postgres-operator

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 August 29, 2022 13:40
@chii-bot chii-bot bot added renovate/github-release type/patch size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Aug 29, 2022
@chii-bot
Copy link
Contributor Author

chii-bot bot commented Aug 29, 2022

MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ COPYPASTE jscpd yes 2 0.95s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.21s
✅ YAML prettier 1 0 0.5s
✅ 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 fix(github-release): update movetokube/postgres-operator to 1.1.2 feat(github-release): update movetokube/postgres-operator to 1.2.0 Oct 17, 2022
@chii-bot chii-bot bot force-pushed the renovate/movetokube-postgres-operator-1.x branch from 0d04204 to 4c77c1c Compare October 17, 2022 10:29
@chii-bot chii-bot bot changed the title feat(github-release): update movetokube/postgres-operator to 1.2.0 feat(github-release): update movetokube/postgres-operator to 1.2.1 Oct 29, 2022
@chii-bot chii-bot bot force-pushed the renovate/movetokube-postgres-operator-1.x branch from 4c77c1c to 2139b00 Compare October 29, 2022 11:17
@chii-bot chii-bot bot changed the title feat(github-release): update movetokube/postgres-operator to 1.2.1 feat(github-release): update movetokube/postgres-operator to 1.2.2 Mar 17, 2023
@chii-bot chii-bot bot force-pushed the renovate/movetokube-postgres-operator-1.x branch from 2139b00 to 078df93 Compare March 17, 2023 12:31
@chii-bot chii-bot bot changed the title feat(github-release): update movetokube/postgres-operator to 1.2.2 feat(github-release): update movetokube/postgres-operator to 1.2.3 Jul 18, 2023
@chii-bot chii-bot bot force-pushed the renovate/movetokube-postgres-operator-1.x branch from 078df93 to eb563b7 Compare July 18, 2023 20:17
@chii-bot chii-bot bot changed the title feat(github-release): update movetokube/postgres-operator to 1.2.3 feat(github-release): update movetokube/postgres-operator to 1.2.4 Jul 20, 2023
@chii-bot chii-bot bot force-pushed the renovate/movetokube-postgres-operator-1.x branch from eb563b7 to 4093670 Compare July 20, 2023 09:15
@chii-bot chii-bot bot changed the title feat(github-release): update movetokube/postgres-operator to 1.2.4 feat(github-release): update movetokube/postgres-operator to 1.2.5 Jul 21, 2023
@chii-bot chii-bot bot force-pushed the renovate/movetokube-postgres-operator-1.x branch from 4093670 to 92b44c6 Compare July 21, 2023 14:14
@chii-bot chii-bot bot changed the title feat(github-release): update movetokube/postgres-operator to 1.2.5 feat(github-release): update movetokube/postgres-operator to 1.3.0 Nov 15, 2023
@chii-bot chii-bot bot force-pushed the renovate/movetokube-postgres-operator-1.x branch from 92b44c6 to f48da85 Compare November 15, 2023 20:16
@chii-bot chii-bot bot changed the title feat(github-release): update movetokube/postgres-operator to 1.3.0 feat(github-release): update movetokube/postgres-operator to 1.3.1 Dec 22, 2023
@chii-bot chii-bot bot force-pushed the renovate/movetokube-postgres-operator-1.x branch from f48da85 to 480db9e Compare December 22, 2023 15:15
@chii-bot chii-bot bot changed the title feat(github-release): update movetokube/postgres-operator to 1.3.1 feat(github-release): update movetokube/postgres-operator to 1.3.0 Jan 1, 2024
@chii-bot chii-bot bot force-pushed the renovate/movetokube-postgres-operator-1.x branch from 480db9e to 7e7ba23 Compare January 1, 2024 21:13
@chii-bot chii-bot bot changed the title feat(github-release): update movetokube/postgres-operator to 1.3.0 feat(github-release): update movetokube/postgres-operator to 1.3.1 Jan 1, 2024
@chii-bot chii-bot bot force-pushed the renovate/movetokube-postgres-operator-1.x branch 2 times, most recently from 7e267a2 to 981b94c Compare January 4, 2024 19:13
@chii-bot chii-bot bot changed the title feat(github-release): update movetokube/postgres-operator to 1.3.1 feat(github-release): update movetokube/postgres-operator to 1.3.2 Jan 4, 2024
@chii-bot chii-bot bot changed the title feat(github-release): update movetokube/postgres-operator to 1.3.2 feat(github-release): update movetokube/postgres-operator to 1.3.0 Feb 26, 2024
@chii-bot chii-bot bot force-pushed the renovate/movetokube-postgres-operator-1.x branch from 981b94c to 45711c9 Compare February 26, 2024 05:15
@chii-bot chii-bot bot force-pushed the renovate/movetokube-postgres-operator-1.x branch from 45711c9 to d30c3bd Compare February 26, 2024 06:20
@chii-bot chii-bot bot changed the title feat(github-release): update movetokube/postgres-operator to 1.3.0 feat(github-release): update movetokube/postgres-operator to 1.3.2 Feb 26, 2024
| datasource      | package                      | from  | to    |
| --------------- | ---------------------------- | ----- | ----- |
| github-releases | movetokube/postgres-operator | 1.1.1 | 1.3.3 |
| github-releases | movetokube/postgres-operator | 1.1.1 | 1.3.3 |
| github-releases | movetokube/postgres-operator | 1.1.1 | 1.3.3 |
| github-releases | movetokube/postgres-operator | 1.1.1 | 1.3.3 |
@chii-bot chii-bot bot changed the title feat(github-release): update movetokube/postgres-operator to 1.3.2 feat(github-release): update movetokube/postgres-operator to 1.3.3 Feb 29, 2024
@chii-bot chii-bot bot force-pushed the renovate/movetokube-postgres-operator-1.x branch from d30c3bd to e69974d Compare February 29, 2024 11:22
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/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants