74c04884d5
enable cron
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m46s
2025-07-30 19:54:15 -05:00
ffe99c5c46
Update harbor.alexlebens.net/images/site-profile Docker tag to v1.1.0 ( #1067 )
...
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile ) | minor | `1.0.1` -> `1.1.0` |
---
### Release Notes
<details>
<summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary>
### [`v1.1.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/1.0.1...1.1.0 )
[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/1.0.1...1.1.0 )
</details>
---
### 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #1067
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-07-31 00:53:10 +00:00
3fc2a7a874
Update cloudflared Docker tag to v1.19.0 ( #1066 )
...
lint-test-helm / helm-lint (push) Successful in 15s
process-repository / process-repository (push) Failing after 29s
renovate / renovate (push) Successful in 2m18s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cloudflared](https://github.com/cloudflare/cloudflared ) | minor | `1.18.0` -> `1.19.0` |
---
### 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #1066
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-07-30 23:07:54 +00:00
5183040eb3
Update Helm release cilium to v1.18.0 ( #1062 )
...
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m10s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cilium](https://cilium.io/ ) ([source](https://github.com/cilium/cilium )) | minor | `1.17.6` -> `1.18.0` |
---
### Release Notes
<details>
<summary>cilium/cilium (cilium)</summary>
### [`v1.18.0`](https://github.com/cilium/cilium/releases/tag/v1.18.0 ): 1.18.0
[Compare Source](https://github.com/cilium/cilium/compare/1.17.6...1.18.0 )
We are excited to announce the **[Cilium 1.18.0](https://github.com/cilium/cilium/releases/tag/v1.18.0 )** release!
A total of **3298 new commits** have been contributed to this release by a growing community of over **955 developers** and over **22,000 GitHub stars**! ⭐
To keep up to date with all the latest Cilium releases, see [Announcements](https://github.com/cilium/cilium/discussions/categories/announcements )
Here's what's new in [v1.18.0](https://github.com/cilium/cilium/releases/tag/v1.18.0 ):
#### 🚠 Networking
- **⚖️ Load Balancing Redesign**: The service load-balancing control-plane in the Cilium agent has been redesigned to reduce memory usage and improve future extensibility of load-balancing features ([cilium/cilium#38469 ](https://github.com/cilium/cilium/pull/38469 ), [@​joamaki](https://github.com/joamaki ))
- **🔌 Virtual Network Devices**: Added support for new virtual network device configurations such as VXLAN in IPsec (VinE) and IPIP tunnels ([cilium/cilium#37723 ](https://github.com/cilium/cilium/pull/37723 ), [@​ldelossa](https://github.com/ldelossa ); [cilium/cilium#37346 ](https://github.com/cilium/cilium/pull/37346 ), [@​gyutaeb](https://github.com/gyutaeb ))
- **Ⓜ️ Multiple Egress Gateways**: Egress Gateways policies can now direct traffic towards multiple gateway nodes ([cilium/cilium#39304 ](https://github.com/cilium/cilium/pull/39304 ), [@​carlos-abad](https://github.com/carlos-abad ))
- **🚦 Ingress Rate Limiting**: The bandwidth manager now supports ingress rate limiting ([cilium/cilium#36351 ](https://github.com/cilium/cilium/pull/36351 ), [@​l1b0k](https://github.com/l1b0k ))
- **📢 Multi-Device L2 Announcements**: The L2 pod announcement feature now supports multiple devices ([cilium/cilium#38198 ](https://github.com/cilium/cilium/pull/38198 ), [@​dylandreimerink](https://github.com/dylandreimerink ))
- **🏢 Neighbor Subsystem Rework**: The neighbor subsystem was made more resilient through a new system that reconciles desired neighbor entries with the kernel state ([cilium/cilium#39987 ](https://github.com/cilium/cilium/pull/39987 ), [@​dylandreimerink](https://github.com/dylandreimerink ))
#### 🌐 IPv6
- **🚇 Tunneling Underlay**: The tunneling datapath mode now supports using an IPv6 network underlay, including when configured with IPsec transparent encryption ([cilium/cilium#38296 ](https://github.com/cilium/cilium/pull/38296 ), [cilium/cilium#39497 ](https://github.com/cilium/cilium/pull/39497 ), [@​pchaigno](https://github.com/pchaigno ))
- **💬 Kube Proxy Replacement**: Cilium now implements service translation when running on an IPv6 underlay ([cilium/cilium#39074 ](https://github.com/cilium/cilium/pull/39074 ), [@​pchaigno](https://github.com/pchaigno ))
- **📋 Delegated IPAM**: When delegating IP address management to a third party plugin, Cilium now configures IPv6 routes for connectivity if the plugin supports IPv6 ([cilium/cilium#38249 ](https://github.com/cilium/cilium/pull/38249 ), [@​caorui-io](https://github.com/caorui-io ), [@​kadevu](https://github.com/kadevu ))
- **📦 IP Fragment Support**: Cilium now processes ordered IPv6 fragments to apply policy and routing functionality ([cilium/cilium#38110 ](https://github.com/cilium/cilium/pull/38110 ), [@​gentoo-root](https://github.com/gentoo-root ))
- **🚪 Egress gateway policies** can now match IPv6 address ranges ([cilium/cilium#38452 ](https://github.com/cilium/cilium/pull/38452 ), [@​rgo3](https://github.com/rgo3 ))
#### 🛡️ Policy & Observability
- **🏷️ Policy Names in Hubble-CLI**: Show the names of (C)CNPs that allowed or denied traffic when monitoring flows in Hubble ([cilium/cilium#39453 ](https://github.com/cilium/cilium/pull/39453 ), [@​antonipp](https://github.com/antonipp ))
- **📝 Policy Log Fields**: A new free-text log field is added to policies, which is exposed in Hubble flows for easy correlation and searching ([cilium/cilium#39902 ](https://github.com/cilium/cilium/pull/39902 ), [@​squeed](https://github.com/squeed ))
- **🛰️ Encapsulated Traffic Decoding**: Hubble decodes encapsulated traffic for deeper introspection into traffic flows ([cilium/cilium#37634 ](https://github.com/cilium/cilium/pull/37634 ), [@​kaworu](https://github.com/kaworu ))
- **🏰 ClusterMesh Policy Restriction**: A new option allows the **cluster** entity to apply only to the local cluster in ClusterMesh environment ([cilium/cilium#39338 ](https://github.com/cilium/cilium/pull/39338 ), [@​MrFreezeex](https://github.com/MrFreezeex ))
- **✨ Enhanced Policy Dashboard**: The Policy section of the Cilium Grafana dashboard has been improved to show more relevant graphs, including policy drops in both directions ([cilium/cilium#36492 ](https://github.com/cilium/cilium/pull/36492 ), [cilium/cilium#37445 ](https://github.com/cilium/cilium/pull/37445 ), [@​squeed](https://github.com/squeed ))
#### 🌅 Performance
- **📊 Scale Test Results**: Cilium implements policies and services up to 45% faster in higher scale environments (Various; [@​marseel](https://github.com/marseel ), [cilium/cilium#40227 ](https://github.com/cilium/cilium/pull/40227 ))
- **📦 Image Size Reduction**: Docker image sizes are reduced by 32% on arm64 architecture images ([cilium/cilium#40005 ](https://github.com/cilium/cilium/pull/40005 ), [@​marseel](https://github.com/marseel ))
- **⚡ Improved Policy Performance**: The DNS proxy can process large numbers of IPs faster, and the EndpointSelector match implementation has been optimized ([cilium/cilium#39340 ](https://github.com/cilium/cilium/pull/39340 ), [@​squeed](https://github.com/squeed ); [cilium/cilium#40414 ](https://github.com/cilium/cilium/pull/40414 ), [@​marseel](https://github.com/marseel ))
- **🪞 EndpointSlice Mirroring for Multi-Cluster Services**: Clustermesh mirrors EndpointSlice from the local cluster instead of copying the Service selectors when using the MCS-API controller ([cilium/cilium#38596 ](https://github.com/cilium/cilium/pull/38596 ), [@​MrFreezeex](https://github.com/MrFreezeex ))
- **🌐 KVStoreMesh Optimization**: Cross-cluster state distribution is optimized by only synchronizing identities keyed by ID, not by value ([cilium/cilium#36471 ](https://github.com/cilium/cilium/pull/36471 ), [@​HadrienPatte](https://github.com/HadrienPatte ))
- **🧠 Egress Gateway Processing**: Egress gateway policy processing is significantly improved when matching a large number of pods ([cilium/cilium#37714 ](https://github.com/cilium/cilium/pull/37714 ), [@​giorio94](https://github.com/giorio94 ))
- **🗑️ Optimized Garbage Collection for Connection Tracking**: Cilium leverages batched iterators for CTMap GC ([cilium/cilium#36288 ](https://github.com/cilium/cilium/pull/36288 ), [@​tommyp1ckles](https://github.com/tommyp1ckles ))
#### ⚙️ Operations
- **📈 API Server Connections at Scale**: Improve kube-apiserver connections behavior at scale through failover and setting better jitter and backoff configurations ([cilium/cilium#37601 ](https://github.com/cilium/cilium/pull/37601 ), [@​aditighag](https://github.com/aditighag ); [cilium/cilium#38031 ](https://github.com/cilium/cilium/pull/38031 ), [@​orange30](https://github.com/orange30 ); [cilium/cilium#36648 ](https://github.com/cilium/cilium/pull/36648 ), [@​wedaly](https://github.com/wedaly ))
- **🔄 ConfigMap Synchronization**: New option to automatically synchronize ConfigMap changes into the agent and report metrics for when the effective configuration is different from the desired configuration ([cilium/cilium#36510 ](https://github.com/cilium/cilium/pull/36510 ), [@​ovidiutirla](https://github.com/ovidiutirla ))
- **🎓 CRD Promotion to Stable**: Promote **CiliumCIDRGroup**, **CiliumLoadBalancerIPPool** and all **BGP** CRDs to stable API ([cilium/cilium#38940 ](https://github.com/cilium/cilium/pull/38940 ), [@​christarazi](https://github.com/christarazi ); [cilium/cilium#39090 ](https://github.com/cilium/cilium/pull/39090 ), [@​pippolo84](https://github.com/pippolo84 ); [cilium/cilium#37765 ](https://github.com/cilium/cilium/pull/37765 ), [@​rastislavs](https://github.com/rastislavs ))
- **⛔ Node Taints Handling**: The cilium-operator Deployment uses a new default set of taints which avoids deploying to a drained node ([cilium/cilium#40137 ](https://github.com/cilium/cilium/pull/40137 ), [@​Murat](https://github.com/Murat ) Parlakisik)
- **🪵 Migrate to Slog**: Cilium now uses slog as log library for all components ([cilium/cilium#39664 ](https://github.com/cilium/cilium/pull/39664 ), [@​aanm](https://github.com/aanm ))
- **🔧 Cilium dependencies** were updated to Kubernetes v1.33, Envoy v1.34, LLVM 19.1, and CNI v1.1 ([cilium/cilium#39124 ](https://github.com/cilium/cilium/pull/39124 ), [cilium/cilium#40175 ](https://github.com/cilium/cilium/pull/40175 ), [cilium/cilium#39632 ](https://github.com/cilium/cilium/pull/39632 ), [@​sayboras](https://github.com/sayboras ); [cilium/cilium#38868 ](https://github.com/cilium/cilium/pull/38868 ), [@​squeed](https://github.com/squeed ))
- **🐧 Minimum Linux Requirements**: The minimum kernel version for this release series is Linux v5.10 or similar, such as RHEL 8.6 ([cilium/cilium#38308 ](https://github.com/cilium/cilium/pull/38308 ), [@​julianwiedmann](https://github.com/julianwiedmann ))
#### 🕸️ Service Mesh & Gateway API
- **⛩️ Gateway API v1.3.0**: Gateway API support is bumped to v1.3.0 ([cilium/cilium#39590 ](https://github.com/cilium/cilium/pull/39590 ), [@​sayboras](https://github.com/sayboras ))
- **🔗 Improved GatewayClass Configuration**: The new CiliumGatewayClassConfig object adds service type validation allows the configuration of extra settings on a per-GatewayClass level: LoadBalancerSourceRangesPolicy, ParametersRef fields. This allows Cilium to reconcile multiple GatewayClasses with different configurations ([cilium/cilium#37792 ](https://github.com/cilium/cilium/pull/37792 ), [cilium/cilium#37402 ](https://github.com/cilium/cilium/pull/37402 ), [cilium/cilium#40138 ](https://github.com/cilium/cilium/pull/40138 ), [@​sayboras](https://github.com/sayboras ))
- **🚏 Multiple HTTPRoutes**: GAMMA reconciler now supports attaching multiple HTTPRoutes to the same Service ([cilium/cilium#39922 ](https://github.com/cilium/cilium/pull/39922 ), [@​youngnick](https://github.com/youngnick ))
- **🪄 Route Changes Reconciliation**: Reconcile Gateway API based on all changes to routes. This allows label updates to trigger reconciliation correctly, amongst other things ([cilium/cilium#37798 ](https://github.com/cilium/cilium/pull/37798 ), [@​sayboras](https://github.com/sayboras ))
#### 🏷️ IP Address Management
- **☁️ AWS Prefix Delegation**: Prefix delegation on AWS bare metal instances is now supported natively in Cilium's AWS ENI IPAM mode ([cilium/cilium#39678 ](https://github.com/cilium/cilium/pull/39678 ), [@​41ks](https://github.com/41ks ))
- **🏬 Multi-Pool IPAM with KVStore**: Add support for Multi-Pool IPAM in external KVstore mode ([cilium/cilium#39638 ](https://github.com/cilium/cilium/pull/39638 ), [@​pippolo84](https://github.com/pippolo84 ))
- **🔐 Multi-Pool IPAM with IPSec**: Add support for Multi-Pool IPAM mode with IPSec transparent encryption in tunnel routing mode ([cilium/cilium#39442 ](https://github.com/cilium/cilium/pull/39442 ), [@​pippolo84](https://github.com/pippolo84 ))
- **↪️ Multi-Pool Tunnel Routing**: Add support for tunnel routing in multi-pool IPAM mode ([cilium/cilium#38483 ](https://github.com/cilium/cilium/pull/38483 ), [@​pippolo84](https://github.com/pippolo84 ))
#### 🛣️ BGP
- **📇 Route Aggregation**: Add support for BGP route aggregation in the control plane ([cilium/cilium#37275 ](https://github.com/cilium/cilium/pull/37275 ), [@​romanspb80](https://github.com/romanspb80 ))
- **🎯 Overlapping Selector Matches**: Support overlapping selector matches in **CiliumBGPAdvertisement** resources ([cilium/cilium#36414 ](https://github.com/cilium/cilium/pull/36414 ), [@​dswaffordcw](https://github.com/dswaffordcw ))
- **🆔 New Router ID generation modes**: Generate router-id based on MAC addresses, or from an IP address pool ([cilium/cilium#36451 ](https://github.com/cilium/cilium/pull/36451 ), [@​yushoyamaguchi](https://github.com/yushoyamaguchi ); [cilium/cilium#38300 ](https://github.com/cilium/cilium/pull/38300 ), [@​liyihuang](https://github.com/liyihuang ))
#### 🧑💻 Development Experience
- **🧪 Test attribution**: Identify owners of test in GitHub workflow results to make it easier to connect with other developers on tricky problems ([cilium/cilium#37027 ](https://github.com/cilium/cilium/pull/37027 ), [@​Joe](https://github.com/Joe ) Stringer)
- **🛏️ Policy REST API**: The Cilium policy API exposed over a local unix socket is deprecated. The other mechanisms to configure policy via Kubernetes resources or the local filesystem are preferred ([cilium/cilium#40212 ](https://github.com/cilium/cilium/pull/40212 ), [@​squeed](https://github.com/squeed ))
- **🏗️ Feature Deprecation**: Deprecate underused features like Custom Calls, Recorder API and External Workloads ([cilium/cilium#38480 ](https://github.com/cilium/cilium/pull/38480 ), [cilium/cilium#39642 ](https://github.com/cilium/cilium/pull/39642 ), [cilium/cilium#37418 ](https://github.com/cilium/cilium/pull/37418 ), [@​brb](https://github.com/brb ))
#### 🏢 Community
- **❤️ Production Case Studies**: Many end-users have stepped forward to tell their stories running Cilium in production. If your company wants to submit their case studies let us know. We would love to hear your feedback!
- [ByteDance](https://www.youtube.com/watch?v=cKPW67D7X10 ), [Canopus Networks](https://www.youtube.com/watch?v=YXl9xuIxylY ), [Corner Banca](https://www.youtube.com/watch?v=HVPKSefazl4 ), [DB Schenker](https://www.cncf.io/case-studies/db-schenker/ ), [eBay](https://www.youtube.com/watch?v=xEa4KFf5FzY ), [ECCO](https://www.cncf.io/case-studies/ecco/ ), [G-Research](https://www.youtube.com/watch?v=kjSFN34dROQ ), [Social Network Company](https://cilium.io/blog/2025/04/15/tetragon-social-networking-user-story/ ), and [Preferred Networks](https://www.youtube.com/watch?v=n7_I4zu6f_M )
- **🇬🇧 London Events**: The community gathered at [CiliumCon](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/co-located-events/ciliumcon/ ) and the [Cilium Developer Summit](https://github.com/cilium/dev-summits/tree/main/2025-EU ) in London
- **🇺🇸 Atlanta Events**: Meet us at the upcoming [CiliumCon](https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/co-located-events/ciliumcon/ ) and Cilium Developers Summit in Atlanta, Georgia
- **👥 SIG Community Meetings**: [SIG Community](https://github.com/cilium/community/tree/main/sig-community ) now meets every first and third Thursday to foster, grow, and sustain the Cilium open source community
#### 📔 Full CHANGELOG
- Full CHANGELOG.md can be found [here](https://github.com/cilium/cilium/blob/v1.18.0/CHANGELOG.md ).
And finally, we would like to thank you to all contributors of Cilium that helped directly and indirectly with the project. The success of Cilium could not happen without all of you. ❤️ :people\_holding\_hands: ❤️
</details>
---
### 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
Reviewed-on: #1062
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-07-30 21:18:13 +00:00
432b9d269a
Update Helm release eck-operator to v3.1.0 ( #1057 )
...
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 1m37s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [eck-operator](https://github.com/elastic/cloud-on-k8s ) | minor | `3.0.0` -> `3.1.0` |
---
### Release Notes
<details>
<summary>elastic/cloud-on-k8s (eck-operator)</summary>
### [`v3.1.0`](https://github.com/elastic/cloud-on-k8s/releases/tag/v3.1.0 )
[Compare Source](https://github.com/elastic/cloud-on-k8s/compare/v3.0.0...v3.1.0 )
### Elastic Cloud on Kubernetes 3.1.0
- [Quickstart guide](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s#eck-quickstart )
##### Release Highlights
- It is now possible to propagate metadata from the parent custom resource to the child resources created by the operator. If you add labels or annotations on an Elasticsearch, Kibana, or Agent resource, for example, these can be automatically propagated to the Pods, Services, and other resources created by the operator. Refer to the [Propagate Labels and Annotations](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s/propagate-labels-annotations.md ) page for examples and more details.
- To reduce the attack surface and improve overall security UBI images are now based on the UBI micro base image.
##### Features and enhancements
- UBI: Use micro image instead of minimal [#​8704](https://github.com/elastic/cloud-on-k8s/pull/8704 )
- Propagate metadata to children [#​8673](https://github.com/elastic/cloud-on-k8s/pull/8673 ) (issue: [#​2652](https://github.com/elastic/cloud-on-k8s/issues/2652 ))
- Allow advanced configuration for fleet-managed Elastic Agents [#​8623](https://github.com/elastic/cloud-on-k8s/pull/8623 ) (issue: [#​8619](https://github.com/elastic/cloud-on-k8s/issues/8619 ))
##### Fixes
- Set owner on service account Secret, update it when application is recreated [#​8716](https://github.com/elastic/cloud-on-k8s/pull/8716 )
- fix: Cannot disable TLS in Logstash [#​8706](https://github.com/elastic/cloud-on-k8s/pull/8706 ) (issue: [#​8600](https://github.com/elastic/cloud-on-k8s/issues/8600 ))
- Move from deprecated container input to filestream [#​8679](https://github.com/elastic/cloud-on-k8s/pull/8679 ) (issue: [#​8667](https://github.com/elastic/cloud-on-k8s/issues/8667 ))
- Add automated workaround for 9.0.0 maps issue [#​8665](https://github.com/elastic/cloud-on-k8s/pull/8665 ) (issue: [#​8655](https://github.com/elastic/cloud-on-k8s/issues/8655 ))
- Bump go.mod to v3 [#​8609](https://github.com/elastic/cloud-on-k8s/pull/8609 )
- Helm: Add support for missing `remoteClusterServer` value [#​8612](https://github.com/elastic/cloud-on-k8s/pull/8612 )
##### Documentation improvements
- \[Helm] Fix examples/logstash/basic-eck.yaml [#​8695](https://github.com/elastic/cloud-on-k8s/pull/8695 )
##### Miscellaneous
- Update Go version to 1.24.5 [#​8745](https://github.com/elastic/cloud-on-k8s/pull/8745 )
- chore(deps): update registry.access.redhat.com/ubi9/ubi-micro docker tag to v9.6-1750858477 [#​8711](https://github.com/elastic/cloud-on-k8s/pull/8711 )
- fix(deps): update k8s to v0.33.2 [#​8699](https://github.com/elastic/cloud-on-k8s/pull/8699 )
- fix(deps): update module cloud.google.com/go/storage to v1.52.0 [#​8629](https://github.com/elastic/cloud-on-k8s/pull/8629 )
- fix(deps): update module github.com/go-git/go-git/v5 to v5.16.0 [#​8631](https://github.com/elastic/cloud-on-k8s/pull/8631 )
- fix(deps): update module github.com/google/go-containerregistry to v0.20.6 [#​8672](https://github.com/elastic/cloud-on-k8s/pull/8672 )
- fix(deps): update module github.com/magiconair/properties to v1.8.10 [#​8625](https://github.com/elastic/cloud-on-k8s/pull/8625 )
- fix(deps): update module github.com/prometheus/common to v0.63.0 [#​8569](https://github.com/elastic/cloud-on-k8s/pull/8569 )
- fix(deps): update module github.com/spf13/viper to v1.20.1 [#​8570](https://github.com/elastic/cloud-on-k8s/pull/8570 )
- fix(deps): update module google.golang.org/api to v0.227.0 [#​8529](https://github.com/elastic/cloud-on-k8s/pull/8529 )
- fix(deps): update module helm.sh/helm/v3 to 3.17.3 [#​8598](https://github.com/elastic/cloud-on-k8s/pull/8598 )
</details>
---
### 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1057
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-07-30 21:07:35 +00:00
bd9e13db31
Update Helm release loki to v6.34.0 ( #1065 )
...
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 2m56s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [loki](https://grafana.github.io/helm-charts ) ([source](https://github.com/grafana/helm-charts )) | minor | `6.33.0` -> `6.34.0` |
---
### 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
Reviewed-on: #1065
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-07-30 20:59:02 +00:00
95f527369e
Update ghcr.io/calibrain/calibre-web-automated-book-downloader:latest Docker digest to 7d01e56
lint-test-helm / helm-lint (pull_request) Successful in 14s
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m19s
2025-07-30 16:01:09 +00:00
a7247be871
Update ghcr.io/calibrain/calibre-web-automated-book-downloader:latest Docker digest to 4f92221 ( #1063 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m32s
2025-07-30 15:02:12 +00:00
438e2c2ec8
Update vectorim/element-web Docker tag to v1.11.107
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m25s
2025-07-30 14:02:09 +00:00
2159b0cd40
Update ghcr.io/calibrain/calibre-web-automated-book-downloader:latest Docker digest to d85a14f
lint-test-helm / helm-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-07-30 14:01:38 +00:00
3a96b1668c
Update ghcr.io/calibrain/calibre-web-automated-book-downloader:latest Docker digest to e7894be
lint-test-helm / helm-lint (pull_request) Successful in 15s
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m3s
2025-07-30 13:01:24 +00:00
abd7a133e8
Update rmcrackan/libation Docker tag to v12.4.11
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 15s
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 1m30s
2025-07-30 12:01:54 +00:00
32ddfaeedd
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.0.8 ( #1056 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m23s
2025-07-30 10:01:30 +00:00
59ad5134d0
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.0.7
lint-test-helm / helm-lint (pull_request) Successful in 15s
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m27s
2025-07-30 09:01:30 +00:00
9ab6742b53
Update d3fk/s3cmd:latest Docker digest to 02eaa25
lint-test-helm / helm-lint (pull_request) Successful in 35s
lint-test-helm / helm-lint (push) Successful in 29s
renovate / renovate (push) Successful in 1m0s
2025-07-30 04:02:05 +00:00
8f88765923
remove valkey secret
lint-test-helm / helm-lint (push) Successful in 1m10s
renovate / renovate (push) Successful in 1m37s
2025-07-29 20:36:23 -05:00
ffc1e7cd78
fix host
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m27s
2025-07-29 20:34:49 -05:00
e2f0c91b20
remove valkey
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m3s
2025-07-29 20:33:20 -05:00
55d31fe4d2
add redis
renovate / renovate (push) Successful in 1m6s
lint-test-helm / helm-lint (push) Successful in 1m9s
2025-07-29 20:29:39 -05:00
e51325b58a
remove valkey
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m19s
2025-07-29 20:28:19 -05:00
280de0b09d
add redis
lint-test-helm / helm-lint (push) Successful in 1m13s
renovate / renovate (push) Successful in 2m18s
2025-07-29 20:23:55 -05:00
23346060fd
switch redis
lint-test-helm / helm-lint (push) Successful in 48s
renovate / renovate (push) Has been cancelled
2025-07-29 20:22:44 -05:00
b26b99b83d
switch redis
lint-test-helm / helm-lint (push) Successful in 1m6s
renovate / renovate (push) Has been cancelled
2025-07-29 20:21:01 -05:00
c9263167fd
add redis
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m17s
2025-07-29 20:16:44 -05:00
6727510c06
add secret
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m6s
2025-07-29 20:15:34 -05:00
c7aef50428
switch redis
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Has been cancelled
2025-07-29 20:14:41 -05:00
f4d0eb8ce0
add redis
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 1m30s
2025-07-29 20:09:59 -05:00
2716355912
remove valkey
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m50s
2025-07-29 20:05:04 -05:00
afb0351d4e
switch redis
lint-test-helm / helm-lint (push) Successful in 1m8s
renovate / renovate (push) Has been cancelled
2025-07-29 20:03:12 -05:00
3ac6645815
add rdis
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m37s
2025-07-29 20:00:16 -05:00
50c33107e6
switch redis
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 49s
2025-07-29 19:54:44 -05:00
5c670a2325
add rdis
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m7s
2025-07-29 19:52:14 -05:00
f77913891f
remvoe valkey
lint-test-helm / helm-lint (push) Successful in 1m4s
renovate / renovate (push) Has been cancelled
2025-07-29 19:49:54 -05:00
df49d279f5
switch redis
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m18s
2025-07-29 19:47:12 -05:00
78dce69935
add rdis
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m48s
2025-07-29 19:44:32 -05:00
28a695f6e0
switch redis
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m6s
2025-07-29 19:41:10 -05:00
82e643e7ba
add redis
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m16s
2025-07-29 19:36:57 -05:00
42a530a818
switch redis
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m24s
2025-07-29 19:31:30 -05:00
4cc19b007a
remove valke
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Has been cancelled
2025-07-29 19:30:40 -05:00
3142d2f62e
add redis confi
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Has been cancelled
2025-07-29 19:29:01 -05:00
08cf8533ae
switch redis
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Successful in 1m3s
2025-07-29 19:28:00 -05:00
5e11839997
add redis
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m6s
2025-07-29 19:26:13 -05:00
2b2c9f676f
add redis
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
2025-07-29 19:25:20 -05:00
b17c0a3bda
remove valke
lint-test-helm / helm-lint (push) Successful in 1m6s
renovate / renovate (push) Successful in 1m54s
2025-07-29 19:21:45 -05:00
acc5416856
switch redis
lint-test-helm / helm-lint (push) Successful in 51s
renovate / renovate (push) Has been cancelled
2025-07-29 19:20:19 -05:00
ab5444e38b
switch redis
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m16s
2025-07-29 19:15:28 -05:00
74ecf00860
remove valkey
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
2025-07-29 19:14:11 -05:00
e6db65c1fa
change redis service
lint-test-helm / helm-lint (push) Successful in 31s
renovate / renovate (push) Successful in 1m50s
2025-07-29 19:10:51 -05:00
c1f0b74a7d
add redis replciation
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m37s
2025-07-29 19:06:56 -05:00
062e0ef36b
switch redis
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Has been cancelled
2025-07-29 19:05:50 -05:00