Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Update Helm release gitea to v10 #34

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 18, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
gitea major 8.3.0 -> 10.1.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

gitea/helm-chart (gitea)

v10.1.3

Compare Source

  • Bump Gitea to 1.21.7
  • chore(deps): update workflow dependencies (minor & patch) (#​616)
  • chore(deps): update redis-cluster docker tag to v9.6.2 (#​617)

v10.1.2

Compare Source

  • Bump to Gitea 1.21.6
  • Add tests for HA assertion and clean up (#​611)
  • chore(deps): update subcharts (minor & patch) (#​613)

v10.1.1

Compare Source

Bump Gitea to 1.21.5

v10.1.0

Compare Source

Features

  • Add labels to PVC manifest (#​581)
  • Allow using Custom Labels in SVC Templates (#​597)

Bug Fixes

Dependencies

  • chore(deps): update subcharts (minor & patch) (#​603)
  • Bump Gitea to 1.21.4

v10.0.2

Compare Source

Bump to Gitea 1.21.3

v10.0.1

Compare Source

Bug fixes

  • Properly sanitize gitea admin output (#​590): Fixes an issue for new installations which were failing during the creation of the internal admin user due to a change in Gitea 1.21.2

v10.0.0

Compare Source

Breaking

  • Update README with new dependency versioning approach (#​578): This allows the chart to move forward with the sub-chart dependencies as they get released without impacting users/forcing them to update. Please read the changelog and the linked section for the required actions.

Features

  • Add config fallbacks for session, cache and queue when disabling redis-cluster (#​585): this should help with config related problems when disabling the default redis-cluster sub-chart dependency

Dependencies

  • Bump Gitea to 1.21.2 (#​588)
  • chore(deps): update postgresql docker tag to v13 (#​579)
  • chore(deps): update postgresql-ha docker tag to v12.3.3 (#​587)

Misc

  • Properly distinguish predefined and custom env vars in environment-to-ini (#​586)

v9.6.1

Compare Source

  • Bump to Gitea 1.21.1

Other

  • Improve experience on writing unittests (#​570)
  • Detect major dependency version bumps (#​571)
  • Use helm dependency build in release build (#​563)

v9.6.0

Compare Source

Features/Enhancements

  • Bump Gitea to 1.21.0
  • Switch imagePullPolicy to "IfNotPresent" (#​568)
  • Reduce redis-cluster pods and move HA setup out of "experimental" state (#​565)
  • Publish chart also on Dockerhub (#​525)
  • Add image.fullOverride option (#​550)
  • Further improvements on DRY principle support (#​529)

Bug Fixes

Dependencies

  • chore(deps): update redis-cluster docker tag to v9.1.3 (#​561)

v9.5.1

Compare Source

Fixes

  • [postgresql-ha] Use pgpool service as db connection proxy (#​542)

Dependencies

  • chore(deps): update redis-cluster docker tag to v9.0.12 (#​511)
  • chore(deps): update postgresql docker tag to v12.12.10 (#​521)
  • chore(deps): update postgresql-ha docker tag to v11.9.4 (#​541, originally #​507)

Docs

  • Add single-pod configuration examples to README (#​531)

v9.5.0

Compare Source

Features

  • Add support for image.digest (#​444)
  • Improving DRY principle support on gitea Ingress host name (#​498)
  • Update to Gitea 1.20.5

Dependencies

  • chore(deps): update postgresql docker tag to v12.12.5 (#​506)
  • chore(deps): update redis-cluster docker tag to v9 (#​504)

v9.4.0

Compare Source

  • Bump Gitea to 1.20.4
  • chore(deps): update postgresql docker tag to v12.10.1 (#​505)
  • chore(deps): update redis-cluster docker tag to v8.8.2 (#​503)
  • chore(deps): update postgresql-ha docker tag to v11.9.2 (#​499)

v9.3.0

Compare Source

Features

Maintenance

  • Update postgresql Docker tag to v12.10.0 (#​495)
  • Update postgresql-ha Docker tag to v11.9.0 (#​496)

v9.2.1

Compare Source

Fix a helm template check preventing from scaling up to more than one replica (#​488)

v9.2.0

Compare Source

Bump to Gitea 1.20.3

Full changes found here: https://gitea.com/gitea/helm-chart/compare/v9.1.0...v9.2.0

v9.1.0

Compare Source

Bump to Gitea 1.20.2

v9.0.4

Compare Source

  • Bump to 1.20.1
  • Auto-configure DNS for non-HA postgres dependency (#​478)
  • Assert only one instance of either postgres or postgres-ha (#​478)
  • Add configuration example for minimal instance

v9.0.3

Compare Source

Fixes

v9.0.2

Compare Source

Fixes

  • Add persistence.annotations.helm.sh/resource-policy: keep to prevent PVC removal during upgrade/uninstall
  • Rework default values for redis-cluster and postgresql-ha to fix reported upgrading issues
  • Expose persistence.volumeName

v9.0.1

Compare Source

Fixes

  • add explicit config example for session, cache and queue to migration instructions
  • don't condition session config on multiple replicas
  • fix postgresql-ha values mapping and subsequent dns generation
  • postgresql-ha: add defaults for repmgrPassword and postgresPassword due to a bug in the bitnami chart
  • Remove serviceName from Deployment definition (#​466)

v9.0.0

Compare Source

IMPORTANT: Please read the Upgrading Notes as ignoring them might result in a corrupted state or data loss!

Breaking

  • Switch from Statefulset to Deployment (#​437)
  • Rename persistence.existingClaim to persistence.ClaimName (#​437)
  • Add own PVC resource (#​437)
  • Switch from memcache to redis-cluster as the default backend for session, queue and cache (#​437)
  • Switch from postgres to postgres-ha as the default database backend (#​437)
  • Change env-to-ini prefix from ENV_TO_INI to GITEA (#​464)

Features

  • Bump to Gitea 1.20
  • Helm chart releases are now signed (#​427)
  • Use rootless image by default (#​464)
  • Document how to inject custom themes (#​460)
  • Add support for service account configuration (#​451)
  • Update chart dependencies
    • Postgres: 12.4.1 -> 12.6.6

Fixes

  • Fix an issue related to $HOME when using the rootless image (#​447)

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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/gitea-10.x branch 2 times, most recently from 27762cc to 7d21989 Compare December 23, 2023 16:19
@renovate renovate bot force-pushed the renovate/gitea-10.x branch from 7d21989 to 673e6c0 Compare January 22, 2024 11:18
@renovate renovate bot force-pushed the renovate/gitea-10.x branch from 673e6c0 to 667402a Compare February 1, 2024 16:29
@renovate renovate bot force-pushed the renovate/gitea-10.x branch from 667402a to 5e90327 Compare February 23, 2024 10:08
@renovate renovate bot force-pushed the renovate/gitea-10.x branch from 5e90327 to 0ee83b2 Compare February 26, 2024 12:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants