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 lmierzwa/karma docker tag to v0.120 #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2023

This PR contains the following updates:

Package Update Change
lmierzwa/karma minor v0.79 -> v0.120

Release Notes

prymitive/karma (lmierzwa/karma)

v0.120

Compare Source

Changed
  • Karma no longer uses alertmanager api/v2/status to discover cluster peers.
    It will only rely on cluster field configuration options set in karma config
    file.

v0.119

Compare Source

Fixed
  • silenceForm.strip.labels did't strip labels that are in the filter bar #​5817.

v0.118

Compare Source

Fixed
  • Fixed listen:prefix handling that was broken in v0.117 - #​5623.

v0.117

Compare Source

Changed
  • Migrated project from Create React App to Vite.

v0.116

Compare Source

Added
  • Added headers option to history:rewrite config block. This allows to set
    custom headers passed to Prometheus when sending history query requests.

v0.115

Compare Source

Fixed
  • Improved memory usage.

v0.114

Compare Source

Fixed
  • Fixed silcen form crashes when silenceForm:defaultAlertmanagers config option
    is not set.

v0.113

Compare Source

Added

v0.112

Compare Source

Fixed
  • Upgraded project dependencies.

v0.111

Compare Source

Fixed
  • Fixed duplicated @receiver labels showing both on the alert and in the footer.

v0.110

Compare Source

Fixed
  • Alert group footer was always hidden when displaying only one alert,
    even if there were shared labels or annotations to display - #​4892.

v0.109

Compare Source

Added
  • Added ability to delete multiple silences from the silence browser modal - #​4618.
  • Added build_info metric - #​4764.
Fixed
  • Managing silences for alertmanager instances with / in the name was failing.
    This release adds a workaround for it - #​4674.

v0.108

Compare Source

Fixed
  • Fixed CSS glitches on Google Chrome 105.

v0.107

Compare Source

Changed
  • Don't show fatal error page if configured health checks are failing but
    alertmanager is still showing alerts. A popup message with will still
    be visible.

v0.106

Compare Source

Added
Changed

v0.105

Compare Source

Added
  • Allow to copy alert payload from alerts dropdown menu #​4378.
  • Clicking on a label while holding Shift will now copy its value
    to clipboard #​4378.
Changed
  • Change max value of alertsPerGroup to 25 #​4420.

v0.104

Compare Source

Added
  • Added @inhibited and @inhibited_by filters #​4397.
Changed
  • Dropped support for alertmanager older than 0.22.0.

v0.103

Compare Source

Fixed
  • Fixed a regression in alert history queries.

v0.102

Compare Source

Fixed
  • Correctly set filter history.
  • Correctly escape label values when quering Prometheus for alert history.

v0.101

Compare Source

Fixed
  • Don't crash on autocomplete errors.

v0.100

Compare Source

Changed
  • silences:expired option no longer takes alerts age into account.
  • Moved silence progress bar to the bottom of the silence block.
  • Removed sentry support to reduce application size.
    sentry:private and sentry:public config options are no longer valid.

v0.99

Compare Source

Fixed
  • Fixed regexp escaping when editing silences #​3936.
Changed
  • Don't render @cluster labels if there's only one cluster configured #​3994.
  • Show ! on favicon badge if there's any alertmanager upstream with errors #​3987.

v0.98

Compare Source

Fixed
  • Fixed regexp escaping for auto-populated silence matchers #​3936.
Changed

v0.97

Compare Source

Fixed
  • Fix escaping regex values in when editing silences #​3936.
  • Fix UI handling of 401 errors #​3942.

v0.96

Compare Source

Fixed
  • Fix escaping regex values in silence form #​3936.

v0.95

Compare Source

Fixed
  • Messages are now logged correctly when both --log.format=json and
    --log.timestamp=true flags are set #​3822.
  • Escape label values in silence form #​3866.
  • Some silenced were showing incorrect alerts count #​3909.
Changed
  • Show a placeholder message if no alertmanager server is configured, instead of
    failing to start.

v0.94

Compare Source

Added
  • tls options to history:rewrite rules, allowing customising TLS options
    for requests made by karma to Prometheus servers when querying alert
    history, #​3707.
  • Unsilenced alerts will now show recently expired silences if they are old enough.
    By default silences expired in the last 10 minutes will be shown, this can be
    configured by setting silences:expired option or --silences.expired flag.
    Setting this value to 5m will show silences if they expired in the last 5
    minutes but only if the alert started firing at least 5 minutes ago.
  • alertAcknowledgement:comment will replace %NOWLOC% string with a timestamp
    formatted using local time zone, use %NOW% for timestamps using UTC timezone,
    #​3704.

v0.93

Compare Source

Fixed
  • Toast popup messages didn't respond to clicks.
  • Alertmanager with brackets in the name wasn't able to create, edit
    or delete silences #​3651.
Added
  • Loading user groups from HTTP headers, #​3361 (@​supertassu).
  • Added labels:keep_re, labels:strip_re and labels:valueOnly_re config
    options #​3659 (@​aalexk).
  • labels:order config option to allow customising order of labels #​3500.
Changed
  • Refactored internal APIs.
  • Overview modal won't show label name for every value to save screen space.
  • Retry failed requests when collecting alerts and silences from alertmanager.

v0.92

Compare Source

Fixed
  • Overview modal could show incorrect counters for @state labels.

v0.91

Compare Source

Fixed
  • Alert history rewrite rule wouldn't work unless they had a / suffix in
    source field, this is now fixed and rewrite rules works as documented.
  • Clicking Silence this group could generate duplicated label matchers
    #​3509.

v0.90

Compare Source

Fixed
  • Alert history will now correctly handle Prometheus servers with
    --web.external-url containing sub-uri, see
    #​3387.
  • Alert history queries didn't include grid labels as those got
    removed from alert groups in #​3222, this is now fixed.
Changed
  • Reduced CSS bundle size by removing unused CSS rules with
    PurgeCSS.
  • Upgraded bootstrap to 5.1

v0.89

Compare Source

Fixed
  • API could error if multiple alertmanager upstreams belonging to the
    same cluster were configured, but cluster option was unset
    #​3372 (@​valihanov).

v0.88

Compare Source

Added
  • Added a dedicated API endpoint for silence previews.
  • Added a dedicated API endpoint for overview modal.
  • Individual alert details are now lazy-loaded to improve performance
    when dealing with a huge number of alerts per group.
  • Added /version endpoint returning karma and Go runtime version #​3332.
  • Added labels:valueOnly config option, see #​3221.
Changed
  • Refactored internal APIs.
  • Grid labels are no longer shown on alert groups #​3222.
    To ensure that those labrls are always visible swimlanes are now using
    position: sticky.

v0.87

Compare Source

Added
  • Use uber-go/automaxprocs
    to automatically adjust GOMAXPROCS to match Linux container CPU quota.
    Runtime value of GOMAXPROCS is now exported as a go_max_procs metric.
  • API will now return only first 40 alert groups by default, the rest can
    be loaded when user clicks on the Load more button.
    grid:groupLimit config option was added to customise how many groups
    are returned and displayed in the UI by default.
Changed
  • Automatic grid label selection logic was tweaked to avoid splitting
    alert groups.

v0.86

Compare Source

Added
  • Added support for alertmanager v0.22.0
    negative matchers
    when creating/editing silences and in ACL rules.
  • Silence ACL rules no longer default isRegex to be false for filters
    and matchers, see ACL rules for updated docs.
Changed

v0.85

Compare Source

Fixed
  • History queries were always failing due to wrong Prometheus API usage.
  • URI handling for silence requests when proxy is used #​3060.
Added
  • Ability to rewrite source URIs for alert history via history:rewrite
    config section #​3064.

v0.84

Compare Source

Added
  • Added grid:auto config section for fine tuning automatic label selection
    for multi-grid, when multi-grid is configured to Automatic selection
    in the UI or when ui:multiGridLabel config section is set to @auto.
  • Added alert history estimation, see README.md
    and docs/CONFIGURATION.md for details.
Changed
  • karma will no longer fail to start if config file contains multiple alertmanager
    instances with different name but identical URI #​3024.
  • Minor UI tweaks.

v0.83

Compare Source

Added
  • Added a new option on the list of labels used for multi-grid.
    When set in the UI to Automatic selection selection or @auto in
    ui:multiGridLabel config option karma will try to select the best
    grid label based on current alerts.

v0.82

Compare Source

Fixed
  • Header values are now sanitised before logging when log:config is
    enabled #​2930.
  • Fixed a deadlock issue that could cause karma to hang #​2944 (@​jonaz).
Added
  • listen:timeout:read and listen:timeout:write config options for
    setting HTTP server request read and response write timeouts.
  • annotations:enableInsecureHTML config option #​2886.

v0.81

Compare Source

Fixed
  • Fixed a deadlock issue that could cause karma to hang #​2888.
Added
  • annotations:actions option allowing to move some annotations
    to alert dropdown menu #​2596.
  • proxy_url alertmanager option to use when a proxy sever needs to be
    used for requests from karma to alertmanager API #​2903 (@​mhrabovcin).
Changed
  • Multi-grid label dropdown will only show label names from visible alerts.

v0.80

Compare Source

Added
  • Add /robots.txt to block search engine crawlers.
  • Easily change multi-grid source label via quick access dropdown on the grid
    header.
Changed
  • Reworked how notifications are displayed.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/lmierzwa-karma-0.x branch from 75e0224 to 906985c Compare July 28, 2023 13:33
@renovate renovate bot changed the title chore(deps): update lmierzwa/karma docker tag to v0.114 chore(deps): update lmierzwa/karma docker tag to v0.115 Jul 28, 2023
@renovate renovate bot changed the title chore(deps): update lmierzwa/karma docker tag to v0.115 chore(deps): update lmierzwa/karma docker tag to v0.116 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/lmierzwa-karma-0.x branch from 906985c to 2ef4e6e Compare September 19, 2023 13:27
@renovate renovate bot force-pushed the renovate/lmierzwa-karma-0.x branch from 2ef4e6e to 74bcea9 Compare December 1, 2023 16:36
@renovate renovate bot changed the title chore(deps): update lmierzwa/karma docker tag to v0.116 chore(deps): update lmierzwa/karma docker tag to v0.117 Dec 1, 2023
@renovate renovate bot force-pushed the renovate/lmierzwa-karma-0.x branch from 74bcea9 to bc7b2b4 Compare December 7, 2023 14:22
@renovate renovate bot changed the title chore(deps): update lmierzwa/karma docker tag to v0.117 chore(deps): update lmierzwa/karma docker tag to v0.118 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/lmierzwa-karma-0.x branch from bc7b2b4 to e9e5802 Compare March 8, 2024 13:42
@renovate renovate bot changed the title chore(deps): update lmierzwa/karma docker tag to v0.118 chore(deps): update lmierzwa/karma docker tag to v0.119 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/lmierzwa-karma-0.x branch from e9e5802 to 02f5a33 Compare April 3, 2024 18:47
@renovate renovate bot changed the title chore(deps): update lmierzwa/karma docker tag to v0.119 chore(deps): update lmierzwa/karma docker tag to v0.120 Apr 3, 2024
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.

0 participants