Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 31, 2024

This PR contains the following updates:

Package Update Change
anchore/grype minor v0.74.6 -> v0.92.2
gitea minor 10.1.1 -> 10.6.0
k3s-io/k3s minor v1.28.4+k3s2 -> v1.33.1+k3s1
weaveworks/eksctl minor v0.170.0 -> v0.210.0

Release Notes

anchore/grype (anchore/grype)

v0.92.2

Compare Source

Bug Fixes
Additional Changes

(Full Changelog)

v0.92.1

Compare Source

(Full Changelog)

v0.92.0

Compare Source

Added Features
Bug Fixes

(Full Changelog)

v0.91.2

Compare Source

Bug Fixes

(Full Changelog)

v0.91.1

Compare Source

Bug Fixes
Additional Changes

(Full Changelog)

v0.91.0

Compare Source

Added Features
Bug Fixes

(Full Changelog)

v0.90.0

Compare Source

Added Features

(Full Changelog)

v0.89.1

Compare Source

Bug Fixes

(Full Changelog)

v0.89.0

Compare Source

[!IMPORTANT]
As of Grype v0.88.0, the listing file which hosts the URLs of databases to download has migrated from https://toolbox-data.anchore.io/grype/databases/listing.json to https://grype.anchore.io/databases/v6/latest.json.

Added Features
Bug Fixes

(Full Changelog)

v0.88.0

Compare Source

[!IMPORTANT]
With #​2126 the listing file which hosts the URLs of databases to download has migrated from https://toolbox-data.anchore.io/grype/databases/listing.json to https://grype.anchore.io/databases/v6/latest.json.

Added Features
Bug Fixes
Breaking Changes
Additional Changes

(Full Changelog)

v0.87.0

Compare Source

Added Features
Bug Fixes

(Full Changelog)

v0.86.1

Compare Source

Security Fixes
Bug Fixes
Additional Changes

(Full Changelog)

v0.86.0

Compare Source

Added Features
Bug Fixes
Breaking Changes
Additional Changes

(Full Changelog)

v0.85.0

Compare Source

Added Features
Bug Fixes
Additional Changes

(Full Changelog)

v0.84.0

Compare Source

Added Features
Bug Fixes
Additional Changes

(Full Changelog)

v0.83.0

Compare Source

Added Features

(Full Changelog)

v0.82.2

Compare Source

Bug Fixes
Additional Changes

(Full Changelog)

v0.82.1

Compare Source

Bug Fixes
Additional Changes

(Full Changelog)

v0.82.0

Compare Source

Added Features
Bug Fixes
Breaking Changes
Additional Changes

(Full Changelog)

v0.81.0

Compare Source

Added Features

(Full Changelog)

v0.80.2

Compare Source

Bug Fixes
Additional Changes

(Full Changelog)

v0.80.1

Compare Source

Bug Fixes
Additional Changes

(Full Changelog)

v0.80.0

Compare Source

Added Features
Bug Fixes
Additional Changes

(Full Changelog)

v0.79.6

Compare Source

Bug Fixes

(Full Changelog)

v0.79.5

Compare Source

Bug Fixes
Additional Changes

(Full Changelog)

v0.79.4

Compare Source

Bug Fixes
Additional Changes

(Full Changelog)

v0.79.3

Compare Source

Bug Fixes
Additional Changes

(Full Changelog)

v0.79.2

Compare Source

Bug Fixes

(Full Changelog)

v0.79.1

Compare Source

Updates
  • update CI to install golang at the latest version [#​1949 @​spiffcs]
  • Grype is now built with the latest version of Golang at v1.22.x. This resolves a few security findings that would have been flagged against the v0.79.0 binary for using an older version of the Golang standard library.

(Full Changelog)

v0.79.0

Compare Source

Added Features
Bug Fixes

(Full Changelog)

v0.78.0

Compare Source

Added Features
Bug Fixes
Additional Changes

(Full Changelog)

v0.77.4

Compare Source

Additional Changes

(Full Changelog)

v0.77.3

Compare Source

Additional Changes

(Full Changelog)

v0.77.2

Compare Source

Bug Fixes

(Full Changelog)

v0.77.1

Compare Source

Additional Changes

(Full Changelog)

v0.77.0

Compare Source

Added Features
Additional Changes

(Full Changelog)

v0.76.0

Compare Source

Added Features
Bug Fixes
  • Disable matching kernel vulnerabilities by default for indirect matches against the 'kernel-headers' packages [#​1762 #​1787 @​zhill]
Additional Changes

(Full Changelog)

v0.75.0

Compare Source

Added Features
Bug Fixes

(Full Changelog)

v0.74.7

Compare Source

Bug Fixes
Additional Changes

(Full Changelog)

gitea/helm-gitea (gitea)

v10.6.0

Compare Source

📢 This release unintentionally contains a breaking change which by default disables Gitea Actions. This feature should be enabled by default to match the vanilla Gitea experience. The issue is tracked as https://gitea.com/gitea/helm-chart/issues/731.

Features

  • Add Gitea Actions act runner (#​666)
  • Support custom envs for Action DinD container (#​722)

v10.5.0

Compare Source

Features

  • Gitea 1.22.3 (#​718)
  • feat(serviceMonitor): custom configuration (#​710)
  • Add 'extraContainers' parameter (#​697)

Bug Fixes

  • Fix namespace templating inconsistencies (#​713)
  • Fix probe definition overrides (#​717)

Docs

  • Add comments about redis password policy (#​706)
  • Fix configuration in "external database" docs (#​716)

v10.4.1

Compare Source

Features

  • Gitea 1.22.2

Bug Fixes

  • Do not log errors in init-directories container during Gitea launch (#​708)
  • Fix persistence for postgresql-ha (#​704)

Dependencies

  • chore(deps): update subcharts (minor & patch) (#​695)
  • chore(deps): update subcharts (minor & patch) (#​693)
  • Improve Renovate behavior (#​689)

v10.4.0

Compare Source

Features

  • Gitea 1.22.1 (#​684)
  • feat: service.{http,ssh}.loadBalancerClass (#​640)

Dependencies

  • chore(deps): update subcharts (minor & patch) (#​688)
  • chore(deps): update alpine/helm docker tag to v3.15.3 (#​687)
  • chore(deps): update postgresql docker tag to v15.5.16 (#​683)

v10.3.0

Compare Source

With v10.2.0, Gitea was bumped to 1.22.0. This update introduced a bug where the admin password had to be reset every time the Pod was recreated. To mitigate this issue, we decided to implement a feature that allows customization of this behavior (#​677) and also restores the behavior prior to Gitea 1.22.0. Hence, the double classification of #​677.

Features

  • Add non-clustered redis as sub-chart (#​672)
  • Enable admin user password creation/update mode in values (#​677) (#​673)

Bug Fixes

  • Enable admin user password creation/update mode in values (#​677) (#​673)

Dependencies

  • chore(deps): update subcharts (minor & patch) (#​680)
  • chore(deps): update subcharts (minor & patch) (#​670)
  • chore(deps): update subcharts (minor & patch) (#​669)
  • chore(deps): update alpine/helm docker tag to v3.15.2 (#​668)
  • chore(deps): update subcharts (minor & patch) (#​667)
  • chore(deps): update subcharts (minor & patch) (#​665)

This tag has been re-tagged due to an expired gpg key for Helm signing. The original tagged commit is 1dbf171ad3566dc3cddd5aa74650708da0238d6e.

v10.2.0

Compare Source

  • Bump Gitea to 1.22.0
  • Add tpl support for PVC and ingress components (#​664)
  • Quote image tag (#​641)
  • Add deployment labels to deployment (#​649)

Subcharts

  • Update PG to 15.5.0
  • Update PG-HA to 14.1.3
  • Update redis-cluster to 10.2.0

v10.1.4

Compare Source

  • Bump Gitea to 1.21.11
  • chore(deps): update postgresql-ha docker tag to v14.0.3 (#​639)
  • chore(deps): update postgresql docker tag to v14 (#​622)
  • chore(deps): update redis-cluster docker tag to v9.7.0 (#​621)

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)
k3s-io/k3s (k3s-io/k3s)

v1.33.1+k3s1: v1.33.1+k3s1

Compare Source

This release updates Kubernetes to v1.33.1, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.33.0+k3s1:

Embedded Component Versions

Component Version
Kubernetes v1.33.1
Kine v0.13.15
SQLite 3.49.1
Etcd v3.5.21-k3s1
Containerd v2.0.5-k3s1
Runc v1.2.6
Flannel v0.26.7
Metrics-server v0.7.2
Traefik v3.3.6
CoreDNS v1.12.1
Helm-controller v0.16.10
Local-path-provisioner v0.0.31

Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

v1.33.0+k3s1: v1.33.0+k3s1

Compare Source

This release updates Kubernetes to v1.33.0, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.32.4+k3s1

  • Build k3s overhaul (#​12200)
  • Fix sonobuoy conformance testing [(#​

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 847b66b to 9ec1c7a Compare August 2, 2024 02:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bcfec91 to b4c9641 Compare August 13, 2024 23:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 952c325 to cae1d0d Compare August 24, 2024 08:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5744bac to afc6f25 Compare September 5, 2024 02:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from afc6f25 to 174b030 Compare September 12, 2024 17:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 142c952 to 7ba1436 Compare September 27, 2024 05:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ca5c071 to 70e7cc8 Compare October 12, 2024 05:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e452ea1 to 1d8876e Compare October 22, 2024 23:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1d8876e to 10b05c1 Compare October 29, 2024 23:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fb374c5 to 0e57056 Compare November 11, 2024 02:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e57056 to c750fde Compare November 22, 2024 02:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c750fde to 01b5002 Compare December 5, 2024 02:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7c33039 to 73629ed Compare January 15, 2025 04:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 73629ed to b865a4d Compare January 23, 2025 12:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2204df4 to 709a375 Compare February 4, 2025 04:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 709a375 to d7a07eb Compare February 15, 2025 03:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0df7a83 to 823bb21 Compare March 1, 2025 16:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c8e34df to 9d3189b Compare March 15, 2025 00:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5f94fdd to 8e2dba8 Compare March 23, 2025 16:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7749f0e to 79e0924 Compare April 4, 2025 23:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 43d0ce8 to babafce Compare May 3, 2025 07:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7850de0 to e0798b6 Compare May 16, 2025 00:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5fd0164 to 32c2094 Compare May 24, 2025 16:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 32c2094 to 6de0f2d Compare May 30, 2025 16:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6de0f2d to b3a0ad1 Compare June 6, 2025 18:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b3a0ad1 to 961cab6 Compare June 8, 2025 10:46
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Jun 12, 2025
@renovate renovate bot closed this Jun 12, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch June 12, 2025 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants