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

chore(deps): update all non-major dependencies #59

Merged
merged 2 commits into from
May 14, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 14, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Pygments (source, changelog) ==2.11.2 -> ==2.12.0 age adoption passing confidence minor
alpine 3.8 -> 3.15 age adoption passing confidence minor
argo-cd 4.5.4 -> 4.6.0 age adoption passing confidence minor
cloudflare (source) ~> 3.11.0 -> ~> 3.14.0 age adoption passing confidence required_provider minor
kubernetes (source) ~> 2.9.0 -> ~> 2.11.0 age adoption passing confidence required_provider minor

Release Notes

pygments/pygments

v2.12.0

Compare Source

(released April 24th, 2022)

  • Added lexers:

  • Updated lexers:

    • Agda: Update keyword list (#​2017)

    • C family: Fix identifiers after case statements (#​2084)

    • Clojure: Highlight ratios (#​2042)

    • Csound: Update to 6.17 (#​2064)

    • CSS: Update the list of properties (#​2113)

    • Elpi:

    • Futhark: Add missing tokens (#​2118)

    • Gherkin: Add But (#​2046)

    • Inform6: Update to 6.36 (#​2050)

    • JSON: Support C comments in JSON (#​2049). Note: This doesn't mean the JSON parser now supports JSONC or JSON5 proper, just that it doesn't error out when seeing a /* */ or // style comment. If you need proper comment handling, consider using the JavaScript lexer.

    • LilyPond:

      • Fix incorrect lexing of names containing a built-in (#​2071)
      • Fix properties containing dashes (#​2099)
    • PHP: Update builtin function and keyword list (#​2054, #​2056)

    • Scheme: Various improvements (#​2060)

    • Spice: Update the keyword list, add new types (#​2063, #​2067)

    • Terraform:

  • Add plugins argument to get_all_lexers().

  • Bump minimal Python version to 3.6 (#​2059)

  • Fix multiple lexers marking whitespace as Text (#​2025)

  • Remove various redundant uses of re.UNICODE (#​2058)

  • Associate .resource with the Robot framework (#​2047)

  • Associate .cljc with Clojure (#​2043)

  • Associate .tpp with C++ (#​2031)

  • Remove traces of Python 2 from the documentation (#​2039)

  • The native style was updated to meet the WCAG AAA contrast guidelines (#​2038)

  • Fix various typos (#​2030)

  • Fix Groff formatter not inheriting token styles correctly (#​2024)

  • Various improvements to the CI (#​2036)

  • The Ada lexer has been moved to a separate file (#​2117)

  • When linenos=table is used, the <table> itself is now wrapped with a <div class="highlight"> tag instead of placing it inside the <td class="code"> cell (#​632.) With this change, the output matches the documented behavior.

.. note::

If you have subclassed HtmlFormatter.wrap, you may have to adjust the logic.

argoproj/argo-helm

v4.6.0

Compare Source

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

v4.5.12

Compare Source

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

v4.5.11

Compare Source

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

v4.5.10

Compare Source

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

v4.5.9

Compare Source

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

v4.5.8

Compare Source

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

v4.5.7

Compare Source

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

v4.5.6

Compare Source

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

v4.5.5

Compare Source

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

cloudflare/terraform-provider-cloudflare

v3.14.0

Compare Source

FEATURES:

  • New Resource: cloudflare_tunnel_route (#​1572)

ENHANCEMENTS:

  • resource/cloudflare_certificate_pack: add support for new option (wait_for_active_status) to block creation until certificate pack is active (#​1567)
  • resource/cloudflare_notification_policy: Add slo to notification policy filters (#​1573)
  • resource/cloudflare_teams_list: Add support for IP type (#​1550)

BUG FIXES:

  • cloudflare_tunnel_routes: Fix reads matching routers with larger CIDRs (#​1581)
  • resource/cloudflare_access_group: allow github access groups to be created without a list of teams (#​1589)
  • resource/cloudflare_logpush_job: make ownership challenge check for https not required (#​1588)
  • resource/cloudflare_tunnel_route: Fix importing resource (#​1580)
  • resource/cloudflare_zone: update plan identifier for professional rate plans (#​1583)

v3.13.0

Compare Source

NOTES:

  • resource/cloudflare_byo_ip_prefix: now requires an explicit account_id parameter instead of implicitly relying on client.AccountID (#​1563)
  • resource/cloudflare_ip_list: no longer sets client.AccountID internally for resources (#​1563)
  • resource/cloudflare_magic_firewall_ruleset: no longer sets client.AccountID internally for resources (#​1563)
  • resource/cloudflare_static_route: no longer sets client.AccountID internally for resources (#​1563)
  • resource/cloudflare_worker_cron_trigger: now requires an explicit account_id parameter instead of implicitly relying on client.AccountID (#​1563)

ENHANCEMENTS:

  • resource/cloudflare_custom_pages: add support for managed_challenge action (#​1478)
  • resource/cloudflare_ruleset: add support for rule logging (#​1538)

v3.12.2

Compare Source

ENHANCEMENTS:

  • resource/cloudflare_ruleset: Setting description to Optional to better reflect API requirements (#​1556)

v3.12.1

Compare Source

BUG FIXES:

  • resource/cloudflare_zone: don't get stuck in endless loop for partner zone rate plans (#​1547)

v3.12.0

Compare Source

NOTES:

  • resource/cloudflare_healthcheck: notification_suspended and notification_email_addresses attributes are being deprecated in favour of cloudflare_notification_policy resource instead. (#​1529)

FEATURES:

  • New Resource: cloudflare_access_bookmark (#​1539)

ENHANCEMENTS:

  • resource/cloudflare_access_application: Add service_auth_401_redirect field. (#​1540)

BUG FIXES:

  • resource/cloudflare_api_token: ignore ordering changes in permission_groups (#​1545)
  • resource/cloudflare_notification_policy: Fix unexpected crashes when using cloudflare_notification_policy with a filters attribute (#​1542)
  • resource/cloudflare_zone_dnssec: don't try to enable DNSSEC when state is "pending" (#​1530)
hashicorp/terraform-provider-kubernetes

v2.11.0

Compare Source

NEW:

  • Add a new resource kubernetes_horizontal_pod_autoscaler_v2 (#​1674)

IMPROVEMENTS:

  • Add ip_families and ip_family_policy attributes to kubernetes_service (#​1662)
  • Handle x-kubernetes-preserve-unknown-fields type annotation from OpenAPI: changes to attributes of this type trigger whole resource recreation. (#​1646)
  • Upgrade terraform-plugin-mux to v0.6.0 (#​1686)
  • Add GitHub action for EKS acceptance tests (#​1656)
  • Add github action for acceptance tests using kind (#​1691)

BUG FIXES:

  • Fix conversion of big.Float to float64 in kubernetes_manifest (#​1661)
  • Fix identification of int-or-string type attributes to include 3rd party types defined by aggregated APIs (#​1640)
  • Fix not handling multiple cluster_role_selectors of kubernetes_cluster_role(_v1) (#​1360)

v2.10.0

Compare Source

NEW:

  • Resource kubernetes_labels (#​692)
  • Resource kubernetes_annotations (#​692)
  • Resource kubernetes_config_map_v1_data (#​723)
  • Block wait with attribute rollout of kubernetes_manifest (#​1549)
  • Data source and resource attributes app_protocol of kubernetes_service (#​1554)
  • Attribute container_resource of resource kubernetes_horizontal_pod_autoscaler_v2beta2 (#​1637)

IMPROVEMENTS:

  • Deprecate wait_for attribute in favor of wait block in kubernetes_manifest (#​1549)
  • Make attribute rule optional of kubernetes_validating_webhook_configuration(_v1) and kubernetes_mutating_webhook_configuration(_v1) (#​1618, #​1643)
  • Update documentation and correct some errors (#​1622, #​1628, #​1657, #​1681)

BUG FIXES:

  • Fix crash when multiple match_expression are used in kubernetes_resource_quota (#​1561)
  • Fix issue when in some circumstances changes of seLinuxOptions.Type doesn't reflect in the state file (#​1650)
  • Ignore service account volumes with kube-api-access prefix (#​1663)

Configuration

📅 Schedule: 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.


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

@locmai locmai merged commit 320d65c into main May 14, 2022
@renovate renovate bot deleted the renovate-all-minor-patch branch May 14, 2022 18:35
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