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 Helm release application to v2 #146

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
application major 1.1.14 -> 2.3.2

Release Notes

stakater/application (application)

v2.3.2

Compare Source

  • Feature: fix clusterIP null field introduced by PR-275 PR-295

v2.3.1

Compare Source

  • Feature: Allow loadbalancer service external IP PR-275
  • Feature: Allowing HPA behavior to be set PR-292

v2.3.0

Compare Source

  • Feature: allow multiple provided text types on secret creation: stringData, data and encodedData PR-282

v2.2.16

Compare Source

v2.2.15

Compare Source

v2.2.14

Compare Source

v2.2.13

Compare Source

v2.2.12

Compare Source

v2.2.11

Compare Source

v2.2.10

Compare Source

v2.2.9

Compare Source

v2.2.8

Compare Source

v2.2.7

Compare Source

v2.2.6

Compare Source

  • fix: allow multiple cronjobs PR-271

v2.2.5

Compare Source

  • fix: Namespace selector fixed for service monitor PR-270

v2.2.4

Compare Source

  • fix: Matchlabel fixed for service monitor PR-269

v2.2.3

Compare Source

  • feat: Add more properties to CronJob PR-265

v2.2.2

Compare Source

v2.2.1

Compare Source

  • fix: Matchlabel fixed for service monitor PR-267

v2.2.0

Compare Source

  • Fix: Reverts PR-240, It can already be configured via paths PR-247

v2.1.18

Compare Source

  • feat: Add vertical pod autoscaler template PR-249

v2.1.17

Compare Source

  • feat: allow overriding revisionHistoryLimit PR-257

    Caution: This PR changes the default value for revisionHistoryLimit from 10 to 2.

v2.1.16

Compare Source

  • fix: optional service account PR-213

v2.1.15

Compare Source

  • fix: allow setting arbitrary resource constraints PR-255

v2.1.14

Compare Source

  • feat: allow overriding clusterIP PR-258

v2.1.13

Compare Source

  • Fix: make deployment.image.tag and job.image.tag optional PR-234

v2.1.12

Compare Source

  • Update: Changelog updates. This release shouldnt have been made as the head commit had [skip ci]. PR-248

v2.1.11

Compare Source

  • Feature: Add topologySpreadConstraints PR-239

v2.1.10

Compare Source

  • Chore: Add some basic unit tests and update CI workflow PR-218

v2.1.9

Compare Source

  • Fix: Make servicePort var override possible with ingress hosts PR-243

v2.1.8

Compare Source

  • Update: Use new API versions for HPA and CronJob if available PR-221

v2.1.7

Compare Source

  • Fix: Add ingress path with default configuration if not specified at all. PR-240

v2.1.6

Compare Source

  • Fix: Qoute application version label in labels PR-238

v2.1.5

Compare Source

  • Fix: Repair ingress multiple paths definitions PR-233

v2.1.4

Compare Source

  • Update: Add MIT License PR-237

v2.1.3

Compare Source

  • Update: Improve enable conditions by adding capabilites, use _helpers.tpl properly, Move to common k8s labels and remove other labels PR-226
  • Feature: Make ingress path configurable PR-226
  • Fix: Add dependency for helm_resource on relevant helm_repo in tiltfile PR-231

v2.1.2

Compare Source

  • Update: Improve enable conditions by adding capabilites, use _helpers.tpl properly, Move to common k8s labels and remove other labels PR-226
  • Feature: Make ingress path configurable PR-226
  • Fix: Add dependency for helm_resource on relevant helm_repo in tiltfile PR-231

v2.1.1

Compare Source

  • feat: Add vertical pod autoscaler template PR-249

v2.1.0

Compare Source

  • Fix: added oauth proxy image template and test to ensure oauth deployment image is not added in default case

v2.0.1

Compare Source

v2.0.0

Compare Source

  • Update: Updating ExternalSecret from v1alpha1 to v1beta1

v1.4.0

Compare Source

v1.3.3

Compare Source

  • Feature: Uncomment liveness and readiness probes in default values. Set enabled:false in probes.

v1.3.2

Compare Source

  • Feature: Comment liveness and readiness probe in default values.

v1.3.1

Compare Source

  • Feature: Support for specifiying tcpSocket probe check mechanisms in probes.

v1.3.0

Compare Source

  • Feature: Support for adding Security Context at conatiner level in deployment.

v1.2.11

Compare Source

  • Feature: Use policy/v1/PodDisruptionBudget if supported by the target cluster.

v1.2.10

Compare Source

  • Feature: Add image.digest field to deployment and cronjob resources.

v1.2.9

Compare Source

  • Update: Update route template, add support for alternateBackends

v1.2.8

Compare Source

  • Update: Update route template, add support for alternateBackends

v1.2.7

Compare Source

  • Update: Update Certificate template from cert-manager.io/v1alpha3 to cert-manager.io/v1 in order to support cert-manager v1.7.

v1.2.6

Compare Source

  • Feature: add service type in service template.

v1.2.5

Compare Source

  • Feature: add name, volumeName and volumeMode in pvc template.

v1.2.4

Compare Source

  • Fix: namespace indentation for rolebinding

v1.2.3

Compare Source

  • Feature: add ingressClassName in ingress template.

v1.2.2

Compare Source

v1.2.1

Compare Source

  • Feature: Use policy/v1/PodDisruptionBudget if supported by the target cluster.

v1.2.0

Compare Source

  • Fix: remove probes key from deployment. Note: This is a breaking change. Applications need to update values file accordingly.

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 requested a review from a team as a code owner January 8, 2024 22:51
@renovate renovate bot force-pushed the renovate/application-2.x branch 3 times, most recently from c04d453 to c68145a Compare January 12, 2024 19:53
@rasheedamir rasheedamir merged commit f8ed1f8 into main Feb 2, 2024
3 checks passed
@rasheedamir rasheedamir deleted the renovate/application-2.x branch February 2, 2024 11:52
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