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

Closed
renovate wants to merge 1 commits from renovate/all-minor-patch into main
Member

This PR contains the following updates:

Package Type Update Change
apprise minor ==1.3.0 -> ==1.4.5
base minor 1.17.2 -> 1.18.2
istiod minor 1.17.2 -> 1.18.2
kiali-server (source) minor 1.66.0 -> 1.72.0
prometheus-adapter (source) minor 4.1.1 -> 4.3.1
prometheus-pushgateway (source) minor 2.1.3 -> 2.4.0
python final minor 3.9-alpine3.16 -> 3.11-alpine3.16

Release Notes

caronc/apprise (apprise)

v1.4.5

Compare Source

Details

📣 New Notification Services:
💡 Features
  • Custom sound effects now supported by Pushover (pover://) (#​843)
  • Ntfy plugin (ntfy://) now correctly displays attached images inline (#​892)
  • Telegram attachments can now optionally be displayed before or after the provided text/body.
❤️ Life-Cycle Support
  • Use UTC Aware Timezones throughout code to eliminate (Naive Time Based) deprecation warnings for Python v3.12
🐛 Bugfixes
  • Matrix (matrix://) bugfix with the internal URL generation when a port is not provided. (#​900)
  • Telegram (tgram://) correctly places attachments in thread when specified (#​893)
Installation Instructions

Apprise is available on PyPI through pip:


### Install Apprise v1.4.5 from PyPI
pip install apprise==1.4.5

v1.4.0

Compare Source

Details

💡 Features
  • Apprise API apprise:// attachment support added! 🚀 . (#​873 and #​877)
    • That's right, if you have an Apprise API instance running, you can now post attachments to it and it will store them and relay them along to the endpoints that support it.
      apprise -vv -b "Test" "apprise://localhost/config_id" \
         --attach=/path/to/something.jpeg
      
  • Support custom field mappings for JSON, FORM and XML Services (#​842)
    • Up until now you could leverage :value=key and add data into the payload of the custom supported Apprise endpoints (JSON, FORM and XML). But now you can change the mapping of the fixed ones that were always present. Hence :message=body would cause the payload to no longer put the message passed by apprise in the hard-coded message field. In this example, the payload would appear under a new tag called body.

      You can also set the values to be empty if you want to strip them from the payload. For example :version= would eliminate the version (previously hard-coded) payload element from the response.
  • Apprise CLI Global Configuration Added (#​875)
    -/etc/apprise among other paths added to the default search for configuration files when the apprise CLI tool is used.
  • Telegram tgram:// Topic ID Support Added (#​854)
  • Better slack:// Channel Support (#​856)
    • Supports <!channel|desc> & <!channel>
❤️ Life-Cycle Support
  • Return target count from len(Service) calls #​874
    • This under-the-hood fix is just good for developers who wish to see how many targets (or endpoints) have been associated with one Apprise URL.
  • More async re-factoring improvements; the overhead of creating a thread-pool is now bypassed if it is detected that only one (1) notification is required to be sent. (#​846)
🐛 Bugfixes
  • Windows notifications: Correct WM_DESTROY return value (#​863)
  • Custom Plugins (.py files hand-written) handling improvements. No longer is every file found interpreted. It must be a .py file (#​853)
Installation Instructions

Apprise is available on PyPI through pip:


### Install Apprise v1.4.0 from PyPI
pip install apprise==1.4.0
istio/istio (base)

v1.18.2: Istio 1.18.2

Compare Source

Artifacts
Release Notes

v1.18.1: Istio 1.18.1

Compare Source

Artifacts
Release Notes

v1.18.0: Istio 1.18.0

Compare Source

Artifacts
Release Notes

v1.17.5: Istio 1.17.5

Compare Source

Artifacts
Release Notes

v1.17.4: Istio 1.17.4

Compare Source

Artifacts
Release Notes

v1.17.3: Istio 1.17.3

Compare Source

Artifacts
Release Notes

kiali/helm-charts (kiali-server)

v1.72.0

Compare Source

v1.71.0

Compare Source

v1.70.0

Compare Source

v1.69.0

Compare Source

v1.68.0

Compare Source

v1.67.1

Compare Source

v1.67.0

Compare Source

v1.66.1

Compare Source

prometheus-community/helm-charts (prometheus-adapter)

v4.3.1

Compare Source

A Helm chart for k8s prometheus adapter

What's Changed

  • prometheus-adapter] fix templating for dnsConfig  by [@&#8203;calvinbui](https://github.com/calvinbui) in https://github.com/prometheus-community/helm-charts/pull/3657
    
    

Full Changelog: https://github.com/prometheus-community/helm-charts/compare/prometheus-23.2.0...prometheus-adapter-4.3.1

v4.3.0

Compare Source

A Helm chart for k8s prometheus adapter

What's Changed

  • prometheus-adapter] Update prometheus adapter version and drop deprecated arg by [@&#8203;colinrgodsey](https://github.com/colinrgodsey) in https://github.com/prometheus-community/helm-charts/pull/3641
    
    

New Contributors

Full Changelog: https://github.com/prometheus-community/helm-charts/compare/alertmanager-1.1.0...prometheus-adapter-4.3.0

v4.2.0

Compare Source

A Helm chart for k8s prometheus adapter


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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [apprise](https://github.com/caronc/apprise) | | minor | `==1.3.0` -> `==1.4.5` | | [base](https://github.com/istio/istio) | | minor | `1.17.2` -> `1.18.2` | | [istiod](https://github.com/istio/istio) | | minor | `1.17.2` -> `1.18.2` | | [kiali-server](https://github.com/kiali/kiali) ([source](https://github.com/kiali/helm-charts)) | | minor | `1.66.0` -> `1.72.0` | | [prometheus-adapter](https://github.com/kubernetes-sigs/prometheus-adapter) ([source](https://github.com/prometheus-community/helm-charts)) | | minor | `4.1.1` -> `4.3.1` | | [prometheus-pushgateway](https://github.com/prometheus/pushgateway) ([source](https://github.com/prometheus-community/helm-charts)) | | minor | `2.1.3` -> `2.4.0` | | python | final | minor | `3.9-alpine3.16` -> `3.11-alpine3.16` | --- ### Release Notes <details> <summary>caronc/apprise (apprise)</summary> ### [`v1.4.5`](https://github.com/caronc/apprise/releases/tag/v1.4.5) [Compare Source](https://github.com/caronc/apprise/compare/v1.4.0...v1.4.5) #### Details ##### :mega: New Notification Services: - [WhatsApp](https://github.com/caronc/apprise/wiki/Notify_whatsapp) Support added. ([#&#8203;885](https://github.com/caronc/apprise/issues/885)) - [Burst SMS](https://github.com/caronc/apprise/wiki/Notify_burst_sms) Support added. ([#&#8203;898](https://github.com/caronc/apprise/issues/898)) ##### :bulb: Features - Custom sound effects now supported by Pushover (`pover://`) ([#&#8203;843](https://github.com/caronc/apprise/issues/843)) - Ntfy plugin (`ntfy://`) now correctly displays attached images inline ([#&#8203;892](https://github.com/caronc/apprise/issues/892)) - Telegram attachments can now optionally be displayed before or after the provided text/body. ##### :heart: Life-Cycle Support - Use UTC Aware Timezones throughout code to eliminate (Naive Time Based) deprecation warnings for Python v3.12 ##### :bug: Bugfixes - Matrix (`matrix://`) bugfix with the internal URL generation when a `port` is not provided. ([#&#8203;900](https://github.com/caronc/apprise/issues/900)) - Telegram (`tgram://`) correctly places attachments in thread when specified ([#&#8203;893](https://github.com/caronc/apprise/issues/893)) ##### Installation Instructions Apprise is available [on PyPI](https://pypi.org/project/apprise/) through *pip*: ```bash ### Install Apprise v1.4.5 from PyPI pip install apprise==1.4.5 ``` ### [`v1.4.0`](https://github.com/caronc/apprise/releases/tag/v1.4.0) [Compare Source](https://github.com/caronc/apprise/compare/v1.3.0...v1.4.0) #### Details ##### :bulb: Features - Apprise API `apprise://` attachment support added! :rocket: . ([#&#8203;873](https://github.com/caronc/apprise/issues/873) and [#&#8203;877](https://github.com/caronc/apprise/issues/877)) - That's right, if you have an Apprise API instance running, you can now post attachments to it and it will store them and relay them along to the endpoints that support it. ```bash apprise -vv -b "Test" "apprise://localhost/config_id" \ --attach=/path/to/something.jpeg ``` - Support custom field mappings for JSON, FORM and XML Services ([#&#8203;842](https://github.com/caronc/apprise/issues/842)) - Up until now you could leverage `:value=key` and add data into the payload of the custom supported Apprise endpoints (JSON, FORM and XML). But now you can change the mapping of the fixed ones that were always present. Hence `:message=body` would cause the payload to no longer put the `message` passed by apprise in the hard-coded `message` field. In this example, the payload would appear under a new tag called `body`. <br/><br/>You can also set the values to be empty if you want to strip them from the payload. For example `:version=` would eliminate the `version` (previously hard-coded) payload element from the response. - Apprise CLI Global Configuration Added ([#&#8203;875](https://github.com/caronc/apprise/issues/875)) \-`/etc/apprise` among other paths added to the default search for configuration files when the `apprise` CLI tool is used. - Telegram `tgram://` Topic ID Support Added ([#&#8203;854](https://github.com/caronc/apprise/issues/854)) - Better `slack://` Channel Support ([#&#8203;856](https://github.com/caronc/apprise/issues/856)) - Supports `<!channel|desc>` & `<!channel>` ##### :heart: Life-Cycle Support - Return target count from `len(Service)` calls [#&#8203;874](https://github.com/caronc/apprise/issues/874) - This under-the-hood fix is just good for developers who wish to see how many targets (or endpoints) have been associated with one Apprise URL. - More `async` re-factoring improvements; the overhead of creating a thread-pool is now bypassed if it is detected that only one (1) notification is required to be sent. ([#&#8203;846](https://github.com/caronc/apprise/issues/846)) ##### :bug: Bugfixes - Windows notifications: Correct WM_DESTROY return value ([#&#8203;863](https://github.com/caronc/apprise/issues/863)) - Custom Plugins (`.py` files hand-written) handling improvements. No longer is every file found interpreted. It must be a `.py` file ([#&#8203;853](https://github.com/caronc/apprise/issues/853)) ##### Installation Instructions Apprise is available [on PyPI](https://pypi.org/project/apprise/) through *pip*: ```bash ### Install Apprise v1.4.0 from PyPI pip install apprise==1.4.0 ``` </details> <details> <summary>istio/istio (base)</summary> ### [`v1.18.2`](https://github.com/istio/istio/releases/tag/1.18.2): Istio 1.18.2 [Compare Source](https://github.com/istio/istio/compare/1.18.1...1.18.2) [Artifacts](http://gcsweb.istio.io/gcs/istio-release/releases/1.18.2/) [Release Notes](https://istio.io/news/releases/1.18.x/announcing-1.18.2/) ### [`v1.18.1`](https://github.com/istio/istio/releases/tag/1.18.1): Istio 1.18.1 [Compare Source](https://github.com/istio/istio/compare/1.18.0...1.18.1) [Artifacts](http://gcsweb.istio.io/gcs/istio-release/releases/1.18.1/) [Release Notes](https://istio.io/news/releases/1.18.x/announcing-1.18.1/) ### [`v1.18.0`](https://github.com/istio/istio/releases/tag/1.18.0): Istio 1.18.0 [Compare Source](https://github.com/istio/istio/compare/1.17.5...1.18.0) [Artifacts](http://gcsweb.istio.io/gcs/istio-release/releases/1.18.0/) [Release Notes](https://istio.io/latest/news/releases/1.18.x/announcing-1.18/) ### [`v1.17.5`](https://github.com/istio/istio/releases/tag/1.17.5): Istio 1.17.5 [Compare Source](https://github.com/istio/istio/compare/1.17.4...1.17.5) [Artifacts](http://gcsweb.istio.io/gcs/istio-release/releases/1.17.5/) [Release Notes](https://istio.io/news/releases/1.17.x/announcing-1.17.5/) ### [`v1.17.4`](https://github.com/istio/istio/releases/tag/1.17.4): Istio 1.17.4 [Compare Source](https://github.com/istio/istio/compare/1.17.3...1.17.4) [Artifacts](http://gcsweb.istio.io/gcs/istio-release/releases/1.17.4/) [Release Notes](https://istio.io/news/releases/1.17.x/announcing-1.17.4/) ### [`v1.17.3`](https://github.com/istio/istio/releases/tag/1.17.3): Istio 1.17.3 [Compare Source](https://github.com/istio/istio/compare/1.17.2...1.17.3) [Artifacts](http://gcsweb.istio.io/gcs/istio-release/releases/1.17.3/) [Release Notes](https://istio.io/news/releases/1.17.x/announcing-1.17.3/) </details> <details> <summary>kiali/helm-charts (kiali-server)</summary> ### [`v1.72.0`](https://github.com/kiali/helm-charts/compare/v1.71.0...v1.72.0) [Compare Source](https://github.com/kiali/helm-charts/compare/v1.71.0...v1.72.0) ### [`v1.71.0`](https://github.com/kiali/helm-charts/compare/v1.70.0...v1.71.0) [Compare Source](https://github.com/kiali/helm-charts/compare/v1.70.0...v1.71.0) ### [`v1.70.0`](https://github.com/kiali/helm-charts/compare/v1.69.0...v1.70.0) [Compare Source](https://github.com/kiali/helm-charts/compare/v1.69.0...v1.70.0) ### [`v1.69.0`](https://github.com/kiali/helm-charts/compare/v1.68.0...v1.69.0) [Compare Source](https://github.com/kiali/helm-charts/compare/v1.68.0...v1.69.0) ### [`v1.68.0`](https://github.com/kiali/helm-charts/compare/v1.67.1...v1.68.0) [Compare Source](https://github.com/kiali/helm-charts/compare/v1.67.1...v1.68.0) ### [`v1.67.1`](https://github.com/kiali/helm-charts/compare/v1.67.0...v1.67.1) [Compare Source](https://github.com/kiali/helm-charts/compare/v1.67.0...v1.67.1) ### [`v1.67.0`](https://github.com/kiali/helm-charts/compare/v1.66.1...v1.67.0) [Compare Source](https://github.com/kiali/helm-charts/compare/v1.66.1...v1.67.0) ### [`v1.66.1`](https://github.com/kiali/helm-charts/compare/v1.66.0...v1.66.1) [Compare Source](https://github.com/kiali/helm-charts/compare/v1.66.0...v1.66.1) </details> <details> <summary>prometheus-community/helm-charts (prometheus-adapter)</summary> ### [`v4.3.1`](https://github.com/prometheus-community/helm-charts/releases/tag/prometheus-adapter-4.3.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/prometheus-adapter-4.3.0...prometheus-adapter-4.3.1) A Helm chart for k8s prometheus adapter #### What's Changed - \[prometheus-adapter] fix templating for dnsConfig by [@&#8203;calvinbui](https://github.com/calvinbui) in https://github.com/prometheus-community/helm-charts/pull/3657 **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-23.2.0...prometheus-adapter-4.3.1 ### [`v4.3.0`](https://github.com/prometheus-community/helm-charts/releases/tag/prometheus-adapter-4.3.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/prometheus-adapter-4.2.0...prometheus-adapter-4.3.0) A Helm chart for k8s prometheus adapter #### What's Changed - \[prometheus-adapter] Update prometheus adapter version and drop deprecated arg by [@&#8203;colinrgodsey](https://github.com/colinrgodsey) in https://github.com/prometheus-community/helm-charts/pull/3641 #### New Contributors - [@&#8203;colinrgodsey](https://github.com/colinrgodsey) made their first contribution in https://github.com/prometheus-community/helm-charts/pull/3641 **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/alertmanager-1.1.0...prometheus-adapter-4.3.0 ### [`v4.2.0`](https://github.com/prometheus-community/helm-charts/releases/tag/prometheus-adapter-4.2.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/prometheus-adapter-4.1.1...prometheus-adapter-4.2.0) A Helm chart for k8s prometheus adapter </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 becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4zMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate added the
renovate
label 2023-08-16 09:49:18 +00:00
renovate added 1 commit 2023-08-16 09:49:19 +00:00
renovate changed title from chore(deps): update all non-major dependencies to chore(deps): update all non-major dependencies - autoclosed 2023-08-16 09:56:31 +00:00
renovate closed this pull request 2023-08-16 09:56:31 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
renovate
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ZeroDownTime/RenovateTest#22
No description provided.