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

Bump github.com/Masterminds/semver/v3 from 3.1.1 to 3.2.1 #30

Open
wants to merge 274 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2023

Bumps github.com/Masterminds/semver/v3 from 3.1.1 to 3.2.1.

Release notes

Sourced from github.com/Masterminds/semver/v3's releases.

v3.2.1

Changed

  • #198: Improved testing around pre-release names
  • #200: Improved code scanning with addition of CodeQL
  • #201: Testing now includes Go 1.20. Go 1.17 has been dropped
  • #202: Migrated Fuzz testing to Go built-in Fuzzing. CI runs daily
  • #203: Docs updated for security details

Fixed

  • #199: Fixed issue with range transformations

Full Changelog: Masterminds/semver@v3.2.0...v3.2.1

v3.2.0

Added

Changed

Fixed

  • #186: Fixing issue where validation of constraint section gave false positives
  • #176: Fix constraints check with *-0 (thanks @​mtt0)
  • #181: Fixed Caret operator (^) gives unexpected results when the minor version in constraint is 0 (thanks @​arshchimni)
  • #161: Fixed godoc (thanks @​afirth)
Changelog

Sourced from github.com/Masterminds/semver/v3's changelog.

3.2.1 (2023-04-10)

Changed

  • #198: Improved testing around pre-release names
  • #200: Improved code scanning with addition of CodeQL
  • #201: Testing now includes Go 1.20. Go 1.17 has been dropped
  • #202: Migrated Fuzz testing to Go built-in Fuzzing. CI runs daily
  • #203: Docs updated for security details

Fixed

  • #199: Fixed issue with range transformations

3.2.0 (2022-11-28)

Added

Changed

Fixed

  • #186: Fixing issue where validation of constraint section gave false positives
  • #176: Fix constraints check with *-0 (thanks @​mtt0)
  • #181: Fixed Caret operator (^) gives unexpected results when the minor version in constraint is 0 (thanks @​arshchimni)
  • #161: Fixed godoc (thanks @​afirth)
Commits
  • e06051f Merge pull request #203 from mattfarina/update-readme-fuzz
  • 36ea773 Updating docs for security, fuzz, codeql, gosec
  • e683c4b Merge pull request #202 from mattfarina/move-fuzz
  • e485a0d Migrating Fuzz testing to Go built-in testing
  • 4e0f582 Merge pull request #201 from mattfarina/bump-go-1.20
  • 0605d1d Updating Go for 1.20
  • cc17577 Merge pull request #200 from mattfarina/codeql
  • bf2d190 Adding CodeQL scanning
  • 2c5535b Merge pull request #199 from mattfarina/bug-197
  • b1bb761 Fix issue with - ranges being transformed to something imparsible
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

grafanabot and others added 30 commits January 31, 2023 14:41
Azure Monitor: Return query error for metrics (#62570)

(cherry picked from commit 13f8ea2)

Co-authored-by: Andres Martinez Gotor <[email protected]>
…(#62588)

Navigation: add event tracking for dashboard save as events (#62568)

* add event tracking for dashboard save as events

* emit a grafana_dashboard_copied event instead

(cherry picked from commit 029253d)

Co-authored-by: Ashley Harrison <[email protected]>
…593)

Co-authored-by: Gilles De Mey <[email protected]>
Co-authored-by: George Robinson <[email protected]>
CI: Add `artifacts publish` build command (#62445)

* CI: Add `artifacts publish` build command

* Lint release.star

(cherry picked from commit f23be41)

Co-authored-by: Horst Gutmann <[email protected]>
TopNav: Fix right padding on signin link (#62537)

* TopNav: Fix right padding on signin link

* revert yarn lock

* Update package.json

* Update

(cherry picked from commit c0f0c3d)

Co-authored-by: Torkel Ödegaard <[email protected]>
…2618)

MySQL: Quote identifiers that include special characters (#61135)

* SQL: toRawSQL required and escape table

* Fix autocomplete for MySQL

* Change the way we escape for builder

* Rework escape ident to be smart instead

* Fix A11y for alias

* Add first e2e test

* Add test for code editor

* Add doc

* Review comments

* Move functions to sqlUtil

(cherry picked from commit 62c30de)

Co-authored-by: Zoltán Bedi <[email protected]>
… (#62615)

Transformations: Selectively apply transformation to queries (#61735)

(cherry picked from commit bba80b6)

Co-authored-by: Ryan McKinley <[email protected]>
TestData: Remove references to TestData "DB" (#62603)

* remove refs testdatadb

* fix trailing semi-colon

* remove pluginName completely

(cherry picked from commit e7bfc4e)

Co-authored-by: Will Browne <[email protected]>
…r locally (#62621)

Use requires_buildifier build tag to avoid needing buildifier locally (#62597)

Signed-off-by: Jack Baldry <[email protected]>
(cherry picked from commit fdb1a47)

Co-authored-by: Jack Baldry <[email protected]>
…622)

Expressions: Fixes the issue showing expressions editor (#62510)

* Use suggested value for uid

* update the snapshot

* use __expr__

* replace all -100 with __expr__

* update snapshot

* more changes

* revert redundant change

* Use expr.DatasourceUID where it's possible

* generate files

(cherry picked from commit 91221bc)

Co-authored-by: ismail simsek <[email protected]>
…writing observed values to annotations (#62637)

Alerting: Fix handling of special floating-point cases when writing observed values to annotations (#61074)

* Fix json serialization of state values

* Simplify two of the tests

* Fix linter complaint

* Don't return error if we fail to look up dashboard, just log it and move on

* Address linter complaint

(cherry picked from commit 03f3fbe)

Co-authored-by: Alexander Weaver <[email protected]>
Transforms: Fix schema definition (#62619)

(cherry picked from commit 4186871)

Co-authored-by: Ryan McKinley <[email protected]>
Geomap: Ensure options work while in table view (#62632)

(cherry picked from commit cf6952a)

Co-authored-by: Drew Slobodnjak <[email protected]>
…509) (#62573)

TemplateVariables: Fix custom variable function support (#62509)

Validate query values

(cherry picked from commit 3ac97dd)

# Conflicts:
#	public/app/features/query/state/runRequest.ts
… (#62654)

PanelChrome: Adds display mode to support transparent option (#62647)

* PanelChrome: Add transparent displayMode

* Remove comment

* Fixes to storybook and new example

* no background on TitleItem

---------

Co-authored-by: polinaboneva <[email protected]>
(cherry picked from commit 533c8e4)

Co-authored-by: Torkel Ödegaard <[email protected]>
…blishing to dockerhub repo (#62653)

CI: Replace `grafana/grafana-oss` with `grafana-oss` when publishing to dockerhub repo (#62651)

Replace grafana/grafana-oss with grafana-oss

(cherry picked from commit 1a5b54c)

Co-authored-by: Dimitris Sotirakis <[email protected]>
…lder in case of empty options. (#62665)

Alerting: Show 'start typing' message in evaluation group folder in case of empty options. (#62611)

Show start typing message in evaluation group folder in case of empty options

(cherry picked from commit c0865c8)

Co-authored-by: Sonia Aguilar <[email protected]>
Alerting: Allow alert rule pausing from API (#62326)

* Add is_paused attr to the POST alert rule group endpoint

* Add is_paused to alerting API POST alert rule group

* Fixed tests

* Add is_paused to alerting gettable endpoints

* Fix integration tests

* Alerting: allow to pause existing rules (#62401)

* Display Pause Rule switch in Editing Rule form

* add isPaused property to form interface and dto

* map isPaused prop with is_paused value from DTO

Also update test snapshots

* Append '(Paused)' text on alert list state column when appropriate

* Change Switch styles according to discussion with UX

Also adding a tooltip with info what this means

* Adjust styles

* Fix alignment and isPaused type definition

Co-authored-by: gillesdemey <[email protected]>

* Fix test

* Fix test

* Fix RuleList test

---------

Co-authored-by: gillesdemey <[email protected]>

* wip

* Fix tests and add comments to clarify AlertRuleWithOptionals

* Fix one more test

* Fix tests

* Fix typo in comment

* Fix alert rule(s) cannot be paused via API

* Add integration tests for alerting api pausing flow

* Remove duplicated integration test

---------

Co-authored-by: Virginia Cepeda <[email protected]>
Co-authored-by: gillesdemey <[email protected]>
Co-authored-by: George Robinson <[email protected]>
(cherry picked from commit 53945af)

Co-authored-by: Alex Moreno <[email protected]>
Command palette: section styling tweaks (#62671)

section styling tweaks

(cherry picked from commit 8d7e769)

Co-authored-by: Ashley Harrison <[email protected]>
Alerting: Add Copy action to templates table (#62135)

* Add duplicate action to templates table

Co-authored-by: Virginia Cepeda <[email protected]>

* Move duplicate icon, and remove provenance when rendering TemplateForm

* Create generic generateCopiedName method to avoid duplication and use it also in the CloneRuleEditor

* Use 'Copy' for duplicating templates and cloning alert rules

* Improve updating the template content with new unique define values when copying

Co-authored-by: Konrad Lalik <[email protected]>

* Fix typo

---------

Co-authored-by: Virginia Cepeda <[email protected]>
Co-authored-by: Konrad Lalik <[email protected]>
(cherry picked from commit 151e57d)

Co-authored-by: Sonia Aguilar <[email protected]>
…2687)

Loki: Fix label filter expression treating int as string (#62496)

* fix: label filter expression treats int as string

* refactor: labelFilterRenderer

* test: add tests to labelFilterRenderer

* refactor: use backticks based on the operator not the value

* test: labelFilterRenderer uses the correct value type based on the operator

* test: use it.every rather than having multiple repetitive tests

(cherry picked from commit 42f8f5a)

Co-authored-by: Gareth Dawson <[email protected]>
…nRow` for responsiveness (#62692)

Navigation: wrap dashboard settings actions in `ToolbarButtonRow` for responsiveness (#62475)

wrap dashboard actions in toolbarbuttonrow for responsiveness

(cherry picked from commit 0a780d9)

Co-authored-by: Ashley Harrison <[email protected]>
Tempo: Remove tempoApmTable feature flag (#62499)

Remove tempoApmTable feature flag

(cherry picked from commit 5e1506d)

Co-authored-by: Andre Pereira <[email protected]>
Alerting docs: adds declare incident (#62681)

* Alerting docs: adds declare incident

* adds alert detail view option

(cherry picked from commit 9d07b77)

Co-authored-by: brendamuir <[email protected]>
Explore: Fix graph not updating when changing config (#62473)

* Explore: Fix graph not updating when changing config

* move useStructureRev to a seprate hook and add specific tests

(cherry picked from commit 6b6b733)

Co-authored-by: Giordano Ricci <[email protected]>
docs: fix broken elasticsearch metrics play link (#62715)

fix broken elastic search play link

(cherry picked from commit 1225e8d)

Co-authored-by: Isabel <[email protected]>
Cloudwatch: Fix log group variable interpolation (#62640)

(cherry picked from commit 1f09508)

Co-authored-by: Isabella Siu <[email protected]>
grafanabot and others added 27 commits March 10, 2023 06:29
…tle (#64596)

Alerting: Fix contact point name being URL-encoded in the title (#64590)

Fix contact point name being encoded in the title text

(cherry picked from commit 4c8855e)

Co-authored-by: Sonia Aguilar <[email protected]>
… New (#64588)

Docs: Remove Alertmanager configuration rollback from What's New (#64564)

* Docs: Remove Alertmanager configuration rollback from What's New

* Trigger Build

---------

Co-authored-by: Jack Baldry <[email protected]>
(cherry picked from commit d21d498)

Co-authored-by: Santiago <[email protected]>
…ers/{id} (#64607)

Co-authored-by: Virginia Cepeda <[email protected]>
fix users call 403 by calling /user instead of /users/{id} (#64544)
… Metrics Code Builder (#64508)

Cloudwatch: Add expression field to interpolate variables in Metrics Code Builder (#64288)

(cherry picked from commit 1c8ad04)

Co-authored-by: Ida Štambuk <[email protected]>
Docs: Changes to angular deprecation announcement (#63928)

Adjusting the content to reflect latest discussions. This page can now be used as reference for all things about angular deprecation.

(cherry picked from commit 9ca53d9)

Co-authored-by: Timur Olzhabayev <[email protected]>
Update page labels to better reflect contents (#64606)

* Set correct products labels on Grafana Cloud and Enterprise pages

Signed-off-by: Jack Baldry <[email protected]>

* Add cloud label to all alerting docs

Signed-off-by: Jack Baldry <[email protected]>

---------

Signed-off-by: Jack Baldry <[email protected]>
(cherry picked from commit 72e5043)

Co-authored-by: Jack Baldry <[email protected]>
… (#64624)

Docs: Minor wording changes for plugin signing docs (#64615)

Minor wording changes

(cherry picked from commit f9b9041)
…multiple variables (#64631)

Cloudwatch Logs: Fix log group names not interpolating with multiple variables (#64567)

* Cloudwatch Logs: Fix log group names not interpolating with multiple variables

* fix test

(cherry picked from commit 75f89e6)

Co-authored-by: Kevin Yu <[email protected]>
…: interface {} is nil (#64623)

InfluxDB: Fix type assertion panics for interface conversion: interface {} is nil (#64556)

* fix type assertions

* fix chk

* add nil and fix tests

* add test for null bool and strings in the JSON response to be parsed as nil in Go

* reduce complexity

* reduce complexity

* reduce complexity again

* switch case for valTypes

(cherry picked from commit 50ef183)

Co-authored-by: Brendan O'Handley <[email protected]>
…perly (#64674)

TimeSeries: fix time comparer not comparing date strings properly (#64622)

* fix time comparer not comparing times properly

* move isDateTime last as it's probably the most expensive check

(cherry picked from commit 3a1862f)

Co-authored-by: Ashley Harrison <[email protected]>
…678)

Navigation: Remove duplicate header on user invite page (#64677)

remove duplicated header in old navigation

(cherry picked from commit caf9810)

Co-authored-by: Ashley Harrison <[email protected]>
…railing slash (#64608)

Frontend: Fix broken links in /plugins when pathname has a trailing slash (#64348)

Fix broken links in /plugins when pathname has a trailing slash

(cherry picked from commit a05cb1e)

Co-authored-by: William Assis <[email protected]>
…4684)

Dashboards: Filter out expressions when going to Explore (#64654)

* Filter out expressions when going from dashboard to explore

* Move expression UID constant to types

(cherry picked from commit c363a81)

Co-authored-by: Kristina <[email protected]>
…istory connection test fails (#64719)

Alerting: Log error but don't fail initialization if state history connection test fails (#64699)

Don't return init error if ping fails, add tests

(cherry picked from commit faef3a8)

Co-authored-by: Alexander Weaver <[email protected]>
* chore: upgrade faro-core and faro-web-sdk to 1.0.2 (#64407)

With v1.0.2 Faro explicitly closes fetch requests.
This fixes an issue were (headless) chrome browser
still considers those requests as open  which lead to timeouts.

(cherry picked from commit d8a497e)

* fix: add missing setView and getView mocks
…nously (#64707)

CloudWatch Logs: Queries in an expression should run synchronously (#64443)

(cherry picked from commit 74436d3)

Co-authored-by: Isabella Siu <[email protected]>
Packaging: Dockerfile copy local folder (#64766)

Dockerfile copy local folder

(cherry picked from commit dfee424)

Co-authored-by: Kevin Minehart <[email protected]>
…67) (#64772)

* Display last & next rule eval date plus eval duration

* Show next evaluation date in a humanized format

Full date still visible on hover

* Only show next evaluation column is group has an interval

(cherry picked from commit 6b95b3f)
… (#64780)

Alerting: Update scheduler to get updates only from database (#64635)

* stop using the scheduler's Update and Delete methods all communication must be via the database
* update scheduler's registry to calculate diff before re-setting the cache
* update fetcher to return the diff generated by registry
* update processTick to update rule eval routine if the rule was updated and it is not going to be evaluated at this tick.
* remove references to the scheduler from api package
* remove unused methods in the scheduler

(cherry picked from commit 85a954c)

# Conflicts:
#	pkg/services/ngalert/schedule/schedule.go
#	pkg/services/ngalert/schedule/schedule_unit_test.go
* Put feature toggle back

* Influxdb: Re-introduce backend migration feature toggle (#64829)

* Revert "Influxdb: Remove backend migration feature toggle (#61308)"

This reverts commit 67c02f6

* Put feature toggle back

(cherry picked from commit 0823672)
…d in Grafana Cloud (#64836)

Fix website build errors both for Grafana and content mounted in Grafana Cloud (#64794)

* Fix reference to Grafana CLI

- Make relref for relative permalink
- Use relative path for unambiguous resolution

Signed-off-by: Jack Baldry <[email protected]>

* Fix alerting relref anchor format

Signed-off-by: Jack Baldry <[email protected]>

* Avoid ambiguous relref lookups by forcing relative resolution

Signed-off-by: Jack Baldry <[email protected]>

* Remove reference to non-existent shared page

Signed-off-by: Jack Baldry <[email protected]>

* Fix links broken in Grafana Cloud using absolute relrefs

By resolving the relref absolutely, it refers to the same location
regardless of mounted directory.

Signed-off-by: Jack Baldry <[email protected]>

* Remove trailing slash for bundle independent resolution

Signed-off-by: Jack Baldry <[email protected]>

* Fix typo

Signed-off-by: Jack Baldry <[email protected]>

* For now, avoid Hugo checking cross repository /docs/grafana-cloud link

The path is unlikely to change in the short term and this makes CI
completely green for now.

Signed-off-by: Jack Baldry <[email protected]>

* No need to specify path for in page anchors

Signed-off-by: Jack Baldry <[email protected]>

* Fix prose

Co-authored-by: Christopher Moyer <[email protected]>

---------

Signed-off-by: Jack Baldry <[email protected]>
Co-authored-by: Christopher Moyer <[email protected]>
(cherry picked from commit ebb54ae)

Co-authored-by: Jack Baldry <[email protected]>
"Release: Updated versions in package to 9.4.6"
Fix xss in Graphite functions tooltip (#804)

(cherry picked from commit 87aad3f11836f810ee1fdfee27827e746ef36055)

Co-authored-by: Ludovic Viaud <[email protected]>
"Release: Updated versions in package to 9.4.7"
Signed-off-by: Jasti Sri Radhe Shyam <[email protected]>
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.1.1 to 3.2.1.
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](Masterminds/semver@v3.1.1...v3.2.1)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/semver/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.