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

Update all dependencies #759

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Update all dependencies #759

merged 1 commit into from
Nov 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
argo-cd minor 5.46.8 -> 5.50.0
argo-workflow-mixin patch 0.7.4 -> 0.7.5
argo-workflows minor 0.36.1 -> 0.37.0
camel-k (source) minor 2.0.1 -> 2.1.0
cert-manager patch v1.13.1 -> v1.13.2
contour (source) minor 13.1.5 -> 13.2.0
external-secrets patch 0.9.6 -> 0.9.8
https://github.com/arangodb/kube-arangodb.git patch 1.2.32 -> 1.2.34
ingress-nginx patch 4.8.2 -> 4.8.3
keycloak (source) minor 17.1.1 -> 17.2.1
kube-prometheus-stack (source) major 51.10.0 -> 52.1.0
rabbitmq (source) minor 12.2.5 -> 12.3.0
reloader patch 1.0.46 -> 1.0.50
terraform patch 1.6.2 -> 1.6.3
terragrunt minor 0.52.4 -> 0.53.1
vault (source) minor 0.25.0 -> 0.26.1
velero (source) patch 5.1.0 -> 5.1.3

Warning

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


Release Notes

argoproj/argo-helm (argo-cd)

v5.50.0

Compare Source

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

What's Changed

Full Changelog: argoproj/argo-helm@argo-rollouts-2.32.2...argo-cd-5.50.0

v5.49.0

Compare Source

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

What's Changed

Full Changelog: argoproj/argo-helm@argo-cd-5.48.1...argo-cd-5.49.0

v5.48.1

Compare Source

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

What's Changed

Full Changelog: argoproj/argo-helm@argo-cd-5.48.0...argo-cd-5.48.1

v5.48.0

Compare Source

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

What's Changed

Full Changelog: argoproj/argo-helm@argo-cd-5.47.0...argo-cd-5.48.0

v5.47.0

Compare Source

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

What's Changed

Full Changelog: argoproj/argo-helm@argo-rollouts-2.32.1...argo-cd-5.47.0

nolte/helm-charts-repo (argo-workflow-mixin)

v0.7.5

Compare Source

A Helm chart for Kubernetes

apache/camel-k (camel-k)

v2.1.0

Compare Source

Full Changelog

cert-manager/cert-manager (cert-manager)

v1.13.2

Compare Source

external-secrets/external-secrets (external-secrets)

v0.9.8

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v0.9.8
Image: ghcr.io/external-secrets/external-secrets:v0.9.8-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.9.8-ubi-boringssl

What's Changed

New Contributors

Full Changelog: external-secrets/external-secrets@v0.9.7...v0.9.8

v0.9.7

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v0.9.7
Image: ghcr.io/external-secrets/external-secrets:v0.9.7-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.9.7-ubi-boringssl

What's Changed

Full Changelog: external-secrets/external-secrets@v0.9.6...v0.9.7

arangodb/kube-arangodb (https://github.com/arangodb/kube-arangodb.git)

v1.2.34

Compare Source

  • (Bugfix) Fix make manifests-crd-file command
  • (Improvement) Allow tcp:// and ssl:// protocols in endpoints for members
  • (Maintenance) Reorganize package imports / move common code to separate repos
  • (Maintenance) Remove support for RELATED_IMAGE_UBI, RELATED_IMAGE_DATABASE and RELATED_IMAGE_METRICSEXPORTER env vars
  • (Bugfix) Fix numactl options
  • (Maintenance) Bump Go to 1.20.10
  • (Bugfix) Fix ArangoBackup Create Backoff & ArangoBackupPolicy propagation
  • (Maintenance) Add IndexMethod Documentation
  • (Bugfix) Fix VersionCheck args propagation
  • (Feature) EnforcedResignLeadership action
  • (Maintenance) Make scale_down_candidate annotation obsolete
  • (Bugfix) Fix ResignJob ID propagation
  • (Bugfix) Allow shards with RF1 in EnforcedResignLeadership action

v1.2.33

Compare Source

  • (Maintenance) Bump golang.org/x/net to v0.13.0
  • (Feature) PVCResize action concurrency limit
  • (Feature) Optional Assertions
  • (Feature) Deprecate Actions
  • (Bugfix) Debug mode
  • (Improvement) Switch to Lease API
  • (Bugfix) Fix Member Terminating state discovery
  • (Bugfix) Fix CRD yaml (chart)
  • (Bugfix) (EE) Fix MemberMaintenance Context and ClusterMaintenance discovery
  • (Feature) Add proper Prometheus endpoint compression + 204 response code
  • (Feature) Reconciliation Loop Interval option
  • (Bugfix) Fix GZIP encoding in case of small responses
  • (Bugfix) Fix PVC Rotation Discovery
  • (Feature) Allow to pass EphemeralStorage Resource to the Pods
  • (Feature) Add basic metrics for ArangoDeploymentReplication CR
  • (Bugfix) Use ArangoMember as owner reference for syncmaster secrets instead of Deployment
  • (Improvement) Remove PodSchedulingFailure condition instead of setting to false, restart pod if it could not be scheduled
  • (Feature) Add ArangoMember overrides
  • (Feature) ArangoMember Removal Priority
  • (Feature) Add --deployment.feature.init-containers-copy-resources (default enabled)
  • (Feature) Add maxBackups option to ArangoBackupPolicy
  • (Improvement) Better detection for AllInSync condition for DC2DC sync status
  • (Bugfix) Fix resource propagation to InitContainers
kubernetes/ingress-nginx (ingress-nginx)

v4.8.3

Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer

prometheus-community/helm-charts (kube-prometheus-stack)

v52.1.0

Compare Source

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.

What's Changed

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-52.0.1...kube-prometheus-stack-52.1.0

v52.0.1

Compare Source

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.

What's Changed

New Contributors

Full Changelog: prometheus-community/helm-charts@prometheus-25.3.1...kube-prometheus-stack-52.0.1

v52.0.0

Compare Source

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.

What's Changed

Full Changelog: prometheus-community/helm-charts@prometheus-25.3.0...kube-prometheus-stack-52.0.0

stakater/Reloader (reloader)

v1.0.50

Compare Source

v1.0.49

Compare Source

v1.0.48

Compare Source

Changelog

  • 3ca7ec7 Added logging to diagnose CI build failures
  • be0d1dc Merge branch 'master' into master
  • 26a01ae Merge branch 'master' into master
  • 1e7507e Merge branch 'master' into master
  • c400662 Merge pull request #​532 from fheinecke/master
  • e18113a [skip-ci] Update artifacts

v1.0.47

Compare Source

Changelog

  • 6df09b2 Fix ubi push step
  • 34ecb8b Merge branch 'master' into add_ubi
  • 02210be Merge pull request #​550 from daniel-butler-irl/add_ubi
  • 6658996 Merge pull request #​557 from daniel-butler-irl/fix-extra-whitespace
  • 8a1c1f3 Merge pull request #​560 from stakater/fix-ubi
  • f1bef88 [skip-ci] Update artifacts
  • 08a774a add ubi dockerfile
  • fdcdcd8 fix gcr to ghcr
  • ccde739 fixes for ubi
  • 5535656 include platform in from builder image
  • 0377381 removing extra whitespace in builder image name
  • 7568cb3 removing linux/arm from ubi builds
  • eb8d215 update workflows to build and publish ubi images
hashicorp/terraform (terraform)

v1.6.3

Compare Source

1.6.3 (November 1, 2023)

ENHANCEMENTS:

  • backend/s3: Adds the parameter skip_s3_checksum to allow users to disable checksum on S3 uploads for compatibility with "S3-compatible" APIs. (#​34127)
gruntwork-io/terragrunt (terragrunt)

v0.53.1

Compare Source

Description

  • Updated aws-sdk to support SSO

Related links

v0.53.0

Compare Source

Description

Terraform 1.6 support: We are now testing Terragrunt against Terraform 1.6 and is confirmed to be working.

NOTE: Although this release is marked as backward incompatible, it is functionally compatible as nothing has been changed in Terragrunt internals. The minor version release is useful to mark the change in Terraform version that is being tested.

Related links

v0.52.7

Compare Source

Description

Updated google.golang.org/grpc dependency from 1.55.0 to 1.56.3

Related links

v0.52.6

Compare Source

Updated CLI args, config attributes and blocks

  • output-module-groups

Description

  • Updated output-module-groups to work like run-all from any subfolder within a Terragrunt configuration.
  • Improved output-module-groups performance by eliminating the need for init.
  • Introduced Terragrunt CLI option support for output-module-groups.
  • Added support for destroy subcommand for output-module-groups to generate a reversed dependency ordered stack list.

Migration Guide

Processes relying on init for output-module-groups must be updated to use an alternative method like terragrunt run-all init for the initialization.

Special thanks

Special thanks to @​bt-macole and @​evsl for their contribution!

Related links

v0.52.5

Compare Source

Updated CLI args, config attributes and blocks
  • read_tfvars_file
Description
  • Added read_tfvars_file function for parsing tfvar.tf or tfvar.json, returning JSON string.
Special thanks

Special thanks to @​alikhil for their contribution!

Related links
hashicorp/vault-helm (vault)

v0.26.1

Compare Source

Bugs:

  • Fix templating of server.ha.replicas when set via override file. The 0.26.0 chart would ignore server.ha.replicas and always deploy 3 server replicas when server.ha.enabled=true unless overridden by command line when issuing the helm command: --set server.ha.replicas=<some_number>. Fixed in GH-961

v0.26.0

Compare Source

Changes:

  • Default vault version updated to 1.15.1
  • Default vault-k8s version updated to 1.3.1
  • Default vault-csi-provider version updated to 1.4.1
  • Tested with Kubernetes versions 1.24-1.28
  • server: OpenShift default readiness probe returns 204 when uninitialized GH-966

Features:

  • server: Add support for dual stack clusters GH-833
  • server: Support hostAliases for the StatefulSet pods GH-955
  • server: Add server.service.active.annotations and server.service.standby.annotations GH-896
  • server: Add long-lived service account token option GH-923

Bugs:

  • csi: Add namespace field to csi-role and csi-rolebindings. GH-909

Improvements:

  • global: Add global.namespace to override the helm installation namespace. GH-909
  • server: use vault.fullname in Helm test GH-912
  • server: Allow scaling HA replicas to zero GH-943
vmware-tanzu/helm-charts (velero)

v5.1.3

Compare Source

A Helm chart for velero

What's Changed

New Contributors

Full Changelog: vmware-tanzu/helm-charts@velero-5.1.2...velero-5.1.3

v5.1.2

Compare Source

A Helm chart for velero

What's Changed
New Contributors

Full Changelog: vmware-tanzu/helm-charts@velero-5.1.1...velero-5.1.2

v5.1.1

Compare Source

A Helm chart for velero

What's Changed

Full Changelog: vmware-tanzu/helm-charts@velero-5.1.0...velero-5.1.1


Configuration

📅 Schedule: Branch creation - "before 5am every weekday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update Helm release external-secrets to v0.9.7 Update all dependencies Oct 24, 2023
@renovate renovate bot force-pushed the renovate/all branch 23 times, most recently from 7fd26de to ffb172c Compare October 31, 2023 15:15
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from d0b0600 to ed94e6d Compare November 1, 2023 22:16
@nolte nolte merged commit f6d3057 into master Nov 1, 2023
8 checks passed
@nolte nolte deleted the renovate/all branch November 1, 2023 22:23
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.

1 participant