mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Add e2e-tests-server as dependencies on steps that publish packages (#38059)
* Add e2e-tests-server as dependencies on steps that publish packages * Sign drone yaml
This commit is contained in:
committed by
GitHub
parent
e124167d05
commit
64cb000d37
36
.drone.yml
36
.drone.yml
@@ -176,6 +176,7 @@ steps:
|
|||||||
- cp dist/*.tar.gz* packaging/docker/
|
- cp dist/*.tar.gz* packaging/docker/
|
||||||
depends_on:
|
depends_on:
|
||||||
- package
|
- package
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: build-docker-images
|
- name: build-docker-images
|
||||||
image: grafana/drone-grafana-docker:0.3.2
|
image: grafana/drone-grafana-docker:0.3.2
|
||||||
@@ -185,6 +186,7 @@ steps:
|
|||||||
edition: oss
|
edition: oss
|
||||||
depends_on:
|
depends_on:
|
||||||
- copy-packages-for-docker
|
- copy-packages-for-docker
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: postgres-integration-tests
|
- name: postgres-integration-tests
|
||||||
image: grafana/build-container:1.4.1
|
image: grafana/build-container:1.4.1
|
||||||
@@ -473,6 +475,7 @@ steps:
|
|||||||
- cp dist/*.tar.gz* packaging/docker/
|
- cp dist/*.tar.gz* packaging/docker/
|
||||||
depends_on:
|
depends_on:
|
||||||
- package
|
- package
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: build-docker-images
|
- name: build-docker-images
|
||||||
image: grafana/drone-grafana-docker:0.3.2
|
image: grafana/drone-grafana-docker:0.3.2
|
||||||
@@ -484,6 +487,7 @@ steps:
|
|||||||
from_secret: docker_user
|
from_secret: docker_user
|
||||||
depends_on:
|
depends_on:
|
||||||
- copy-packages-for-docker
|
- copy-packages-for-docker
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: build-docker-images-ubuntu
|
- name: build-docker-images-ubuntu
|
||||||
image: grafana/drone-grafana-docker:0.3.2
|
image: grafana/drone-grafana-docker:0.3.2
|
||||||
@@ -496,6 +500,7 @@ steps:
|
|||||||
from_secret: docker_user
|
from_secret: docker_user
|
||||||
depends_on:
|
depends_on:
|
||||||
- copy-packages-for-docker
|
- copy-packages-for-docker
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: postgres-integration-tests
|
- name: postgres-integration-tests
|
||||||
image: grafana/build-container:1.4.1
|
image: grafana/build-container:1.4.1
|
||||||
@@ -539,6 +544,7 @@ steps:
|
|||||||
from_secret: github_package_token
|
from_secret: github_package_token
|
||||||
depends_on:
|
depends_on:
|
||||||
- end-to-end-tests
|
- end-to-end-tests
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: upload-packages
|
- name: upload-packages
|
||||||
image: grafana/grafana-ci-deploy:1.3.1
|
image: grafana/grafana-ci-deploy:1.3.1
|
||||||
@@ -550,6 +556,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- package
|
- package
|
||||||
- end-to-end-tests
|
- end-to-end-tests
|
||||||
|
- end-to-end-tests-server
|
||||||
- mysql-integration-tests
|
- mysql-integration-tests
|
||||||
- postgres-integration-tests
|
- postgres-integration-tests
|
||||||
|
|
||||||
@@ -905,6 +912,7 @@ steps:
|
|||||||
- cp dist/*.tar.gz* packaging/docker/
|
- cp dist/*.tar.gz* packaging/docker/
|
||||||
depends_on:
|
depends_on:
|
||||||
- package
|
- package
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: build-docker-images
|
- name: build-docker-images
|
||||||
image: grafana/drone-grafana-docker:0.3.2
|
image: grafana/drone-grafana-docker:0.3.2
|
||||||
@@ -916,6 +924,7 @@ steps:
|
|||||||
from_secret: docker_user
|
from_secret: docker_user
|
||||||
depends_on:
|
depends_on:
|
||||||
- copy-packages-for-docker
|
- copy-packages-for-docker
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: build-docker-images-ubuntu
|
- name: build-docker-images-ubuntu
|
||||||
image: grafana/drone-grafana-docker:0.3.2
|
image: grafana/drone-grafana-docker:0.3.2
|
||||||
@@ -928,6 +937,7 @@ steps:
|
|||||||
from_secret: docker_user
|
from_secret: docker_user
|
||||||
depends_on:
|
depends_on:
|
||||||
- copy-packages-for-docker
|
- copy-packages-for-docker
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: postgres-integration-tests
|
- name: postgres-integration-tests
|
||||||
image: grafana/build-container:1.4.1
|
image: grafana/build-container:1.4.1
|
||||||
@@ -982,6 +992,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- package
|
- package
|
||||||
- end-to-end-tests
|
- end-to-end-tests
|
||||||
|
- end-to-end-tests-server
|
||||||
- mysql-integration-tests
|
- mysql-integration-tests
|
||||||
- postgres-integration-tests
|
- postgres-integration-tests
|
||||||
|
|
||||||
@@ -1308,6 +1319,7 @@ steps:
|
|||||||
- cp dist/*.tar.gz* packaging/docker/
|
- cp dist/*.tar.gz* packaging/docker/
|
||||||
depends_on:
|
depends_on:
|
||||||
- package
|
- package
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: build-docker-images
|
- name: build-docker-images
|
||||||
image: grafana/drone-grafana-docker:0.3.2
|
image: grafana/drone-grafana-docker:0.3.2
|
||||||
@@ -1319,6 +1331,7 @@ steps:
|
|||||||
from_secret: docker_user
|
from_secret: docker_user
|
||||||
depends_on:
|
depends_on:
|
||||||
- copy-packages-for-docker
|
- copy-packages-for-docker
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: build-docker-images-ubuntu
|
- name: build-docker-images-ubuntu
|
||||||
image: grafana/drone-grafana-docker:0.3.2
|
image: grafana/drone-grafana-docker:0.3.2
|
||||||
@@ -1331,6 +1344,7 @@ steps:
|
|||||||
from_secret: docker_user
|
from_secret: docker_user
|
||||||
depends_on:
|
depends_on:
|
||||||
- copy-packages-for-docker
|
- copy-packages-for-docker
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: postgres-integration-tests
|
- name: postgres-integration-tests
|
||||||
image: grafana/build-container:1.4.1
|
image: grafana/build-container:1.4.1
|
||||||
@@ -1407,6 +1421,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- package
|
- package
|
||||||
- end-to-end-tests
|
- end-to-end-tests
|
||||||
|
- end-to-end-tests-server
|
||||||
- mysql-integration-tests
|
- mysql-integration-tests
|
||||||
- postgres-integration-tests
|
- postgres-integration-tests
|
||||||
- redis-integration-tests
|
- redis-integration-tests
|
||||||
@@ -1472,6 +1487,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- package-enterprise2
|
- package-enterprise2
|
||||||
- end-to-end-tests-enterprise2
|
- end-to-end-tests-enterprise2
|
||||||
|
- end-to-end-tests-server
|
||||||
- mysql-integration-tests
|
- mysql-integration-tests
|
||||||
- postgres-integration-tests
|
- postgres-integration-tests
|
||||||
- redis-integration-tests
|
- redis-integration-tests
|
||||||
@@ -1868,6 +1884,7 @@ steps:
|
|||||||
- cp dist/*.tar.gz* packaging/docker/
|
- cp dist/*.tar.gz* packaging/docker/
|
||||||
depends_on:
|
depends_on:
|
||||||
- package
|
- package
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: build-docker-images
|
- name: build-docker-images
|
||||||
image: grafana/drone-grafana-docker:0.3.2
|
image: grafana/drone-grafana-docker:0.3.2
|
||||||
@@ -1876,6 +1893,7 @@ steps:
|
|||||||
edition: oss
|
edition: oss
|
||||||
depends_on:
|
depends_on:
|
||||||
- copy-packages-for-docker
|
- copy-packages-for-docker
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: build-docker-images-ubuntu
|
- name: build-docker-images-ubuntu
|
||||||
image: grafana/drone-grafana-docker:0.3.2
|
image: grafana/drone-grafana-docker:0.3.2
|
||||||
@@ -1885,6 +1903,7 @@ steps:
|
|||||||
ubuntu: true
|
ubuntu: true
|
||||||
depends_on:
|
depends_on:
|
||||||
- copy-packages-for-docker
|
- copy-packages-for-docker
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: postgres-integration-tests
|
- name: postgres-integration-tests
|
||||||
image: grafana/build-container:1.4.1
|
image: grafana/build-container:1.4.1
|
||||||
@@ -1939,6 +1958,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- package
|
- package
|
||||||
- end-to-end-tests
|
- end-to-end-tests
|
||||||
|
- end-to-end-tests-server
|
||||||
- mysql-integration-tests
|
- mysql-integration-tests
|
||||||
- postgres-integration-tests
|
- postgres-integration-tests
|
||||||
|
|
||||||
@@ -2260,6 +2280,7 @@ steps:
|
|||||||
- cp dist/*.tar.gz* packaging/docker/
|
- cp dist/*.tar.gz* packaging/docker/
|
||||||
depends_on:
|
depends_on:
|
||||||
- package
|
- package
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: build-docker-images
|
- name: build-docker-images
|
||||||
image: grafana/drone-grafana-docker:0.3.2
|
image: grafana/drone-grafana-docker:0.3.2
|
||||||
@@ -2268,6 +2289,7 @@ steps:
|
|||||||
edition: enterprise
|
edition: enterprise
|
||||||
depends_on:
|
depends_on:
|
||||||
- copy-packages-for-docker
|
- copy-packages-for-docker
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: build-docker-images-ubuntu
|
- name: build-docker-images-ubuntu
|
||||||
image: grafana/drone-grafana-docker:0.3.2
|
image: grafana/drone-grafana-docker:0.3.2
|
||||||
@@ -2277,6 +2299,7 @@ steps:
|
|||||||
ubuntu: true
|
ubuntu: true
|
||||||
depends_on:
|
depends_on:
|
||||||
- copy-packages-for-docker
|
- copy-packages-for-docker
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: postgres-integration-tests
|
- name: postgres-integration-tests
|
||||||
image: grafana/build-container:1.4.1
|
image: grafana/build-container:1.4.1
|
||||||
@@ -2353,6 +2376,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- package
|
- package
|
||||||
- end-to-end-tests
|
- end-to-end-tests
|
||||||
|
- end-to-end-tests-server
|
||||||
- mysql-integration-tests
|
- mysql-integration-tests
|
||||||
- postgres-integration-tests
|
- postgres-integration-tests
|
||||||
- redis-integration-tests
|
- redis-integration-tests
|
||||||
@@ -2418,6 +2442,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- package-enterprise2
|
- package-enterprise2
|
||||||
- end-to-end-tests-enterprise2
|
- end-to-end-tests-enterprise2
|
||||||
|
- end-to-end-tests-server
|
||||||
- mysql-integration-tests
|
- mysql-integration-tests
|
||||||
- postgres-integration-tests
|
- postgres-integration-tests
|
||||||
- redis-integration-tests
|
- redis-integration-tests
|
||||||
@@ -2810,6 +2835,7 @@ steps:
|
|||||||
- cp dist/*.tar.gz* packaging/docker/
|
- cp dist/*.tar.gz* packaging/docker/
|
||||||
depends_on:
|
depends_on:
|
||||||
- package
|
- package
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: build-docker-images
|
- name: build-docker-images
|
||||||
image: grafana/drone-grafana-docker:0.3.2
|
image: grafana/drone-grafana-docker:0.3.2
|
||||||
@@ -2818,6 +2844,7 @@ steps:
|
|||||||
edition: oss
|
edition: oss
|
||||||
depends_on:
|
depends_on:
|
||||||
- copy-packages-for-docker
|
- copy-packages-for-docker
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: build-docker-images-ubuntu
|
- name: build-docker-images-ubuntu
|
||||||
image: grafana/drone-grafana-docker:0.3.2
|
image: grafana/drone-grafana-docker:0.3.2
|
||||||
@@ -2827,6 +2854,7 @@ steps:
|
|||||||
ubuntu: true
|
ubuntu: true
|
||||||
depends_on:
|
depends_on:
|
||||||
- copy-packages-for-docker
|
- copy-packages-for-docker
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: postgres-integration-tests
|
- name: postgres-integration-tests
|
||||||
image: grafana/build-container:1.4.1
|
image: grafana/build-container:1.4.1
|
||||||
@@ -2881,6 +2909,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- package
|
- package
|
||||||
- end-to-end-tests
|
- end-to-end-tests
|
||||||
|
- end-to-end-tests-server
|
||||||
- mysql-integration-tests
|
- mysql-integration-tests
|
||||||
- postgres-integration-tests
|
- postgres-integration-tests
|
||||||
|
|
||||||
@@ -3180,6 +3209,7 @@ steps:
|
|||||||
- cp dist/*.tar.gz* packaging/docker/
|
- cp dist/*.tar.gz* packaging/docker/
|
||||||
depends_on:
|
depends_on:
|
||||||
- package
|
- package
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: build-docker-images
|
- name: build-docker-images
|
||||||
image: grafana/drone-grafana-docker:0.3.2
|
image: grafana/drone-grafana-docker:0.3.2
|
||||||
@@ -3188,6 +3218,7 @@ steps:
|
|||||||
edition: enterprise
|
edition: enterprise
|
||||||
depends_on:
|
depends_on:
|
||||||
- copy-packages-for-docker
|
- copy-packages-for-docker
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: build-docker-images-ubuntu
|
- name: build-docker-images-ubuntu
|
||||||
image: grafana/drone-grafana-docker:0.3.2
|
image: grafana/drone-grafana-docker:0.3.2
|
||||||
@@ -3197,6 +3228,7 @@ steps:
|
|||||||
ubuntu: true
|
ubuntu: true
|
||||||
depends_on:
|
depends_on:
|
||||||
- copy-packages-for-docker
|
- copy-packages-for-docker
|
||||||
|
- end-to-end-tests-server
|
||||||
|
|
||||||
- name: postgres-integration-tests
|
- name: postgres-integration-tests
|
||||||
image: grafana/build-container:1.4.1
|
image: grafana/build-container:1.4.1
|
||||||
@@ -3273,6 +3305,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- package
|
- package
|
||||||
- end-to-end-tests
|
- end-to-end-tests
|
||||||
|
- end-to-end-tests-server
|
||||||
- mysql-integration-tests
|
- mysql-integration-tests
|
||||||
- postgres-integration-tests
|
- postgres-integration-tests
|
||||||
- redis-integration-tests
|
- redis-integration-tests
|
||||||
@@ -3338,6 +3371,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- package-enterprise2
|
- package-enterprise2
|
||||||
- end-to-end-tests-enterprise2
|
- end-to-end-tests-enterprise2
|
||||||
|
- end-to-end-tests-server
|
||||||
- mysql-integration-tests
|
- mysql-integration-tests
|
||||||
- postgres-integration-tests
|
- postgres-integration-tests
|
||||||
- redis-integration-tests
|
- redis-integration-tests
|
||||||
@@ -3542,6 +3576,6 @@ get:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 4a159392af19a0f4dd9b507c2a1d5da0397ed2448d43cb93116110c7823a7aec
|
hmac: 6749d86d569d62f93921aa7151a29af34fd26764657754cc5dcbf220ff57cc16
|
||||||
|
|
||||||
...
|
...
|
||||||
|
43
CHANGELOG.md
43
CHANGELOG.md
@@ -1,37 +1,36 @@
|
|||||||
|
|
||||||
<!-- 8.1.2 START -->
|
<!-- 8.1.2 START -->
|
||||||
|
|
||||||
# 8.1.2 (2021-08-19)
|
# 8.1.2 (2021-08-19)
|
||||||
|
|
||||||
### Features and enhancements
|
### Features and enhancements
|
||||||
|
|
||||||
* **AzureMonitor:** Add support for PostgreSQL and MySQL Flexible Servers. [#38075](https://github.com/grafana/grafana/pull/38075), [@joshhunt](https://github.com/joshhunt)
|
- **AzureMonitor:** Add support for PostgreSQL and MySQL Flexible Servers. [#38075](https://github.com/grafana/grafana/pull/38075), [@joshhunt](https://github.com/joshhunt)
|
||||||
* **Datasource:** Change HTTP status code for failed datasource health check to 400. [#37895](https://github.com/grafana/grafana/pull/37895), [@stephaniehingtgen](https://github.com/stephaniehingtgen)
|
- **Datasource:** Change HTTP status code for failed datasource health check to 400. [#37895](https://github.com/grafana/grafana/pull/37895), [@stephaniehingtgen](https://github.com/stephaniehingtgen)
|
||||||
* **Explore:** Add span duration to left panel in trace viewer. [#37806](https://github.com/grafana/grafana/pull/37806), [@connorlindsey](https://github.com/connorlindsey)
|
- **Explore:** Add span duration to left panel in trace viewer. [#37806](https://github.com/grafana/grafana/pull/37806), [@connorlindsey](https://github.com/connorlindsey)
|
||||||
* **Plugins:** Use file extension allowlist when serving plugin assets instead of checking for UNIX executable. [#37688](https://github.com/grafana/grafana/pull/37688), [@wbrowne](https://github.com/wbrowne)
|
- **Plugins:** Use file extension allowlist when serving plugin assets instead of checking for UNIX executable. [#37688](https://github.com/grafana/grafana/pull/37688), [@wbrowne](https://github.com/wbrowne)
|
||||||
* **Profiling:** Add support for binding pprof server to custom network interfaces. [#36580](https://github.com/grafana/grafana/pull/36580), [@cinaglia](https://github.com/cinaglia)
|
- **Profiling:** Add support for binding pprof server to custom network interfaces. [#36580](https://github.com/grafana/grafana/pull/36580), [@cinaglia](https://github.com/cinaglia)
|
||||||
* **Search:** Make search icon keyboard navigable. [#37865](https://github.com/grafana/grafana/pull/37865), [@tskarhed](https://github.com/tskarhed)
|
- **Search:** Make search icon keyboard navigable. [#37865](https://github.com/grafana/grafana/pull/37865), [@tskarhed](https://github.com/tskarhed)
|
||||||
* **Template variables:** Keyboard navigation improvements. [#38001](https://github.com/grafana/grafana/pull/38001), [@tskarhed](https://github.com/tskarhed)
|
- **Template variables:** Keyboard navigation improvements. [#38001](https://github.com/grafana/grafana/pull/38001), [@tskarhed](https://github.com/tskarhed)
|
||||||
* **Tooltip:** Display ms within minute time range. [#37569](https://github.com/grafana/grafana/pull/37569), [@nikki-kiga](https://github.com/nikki-kiga)
|
- **Tooltip:** Display ms within minute time range. [#37569](https://github.com/grafana/grafana/pull/37569), [@nikki-kiga](https://github.com/nikki-kiga)
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
* **Alerting:** Fix saving LINE contact point. [#37744](https://github.com/grafana/grafana/pull/37744), [@xy-man](https://github.com/xy-man)
|
- **Alerting:** Fix saving LINE contact point. [#37744](https://github.com/grafana/grafana/pull/37744), [@xy-man](https://github.com/xy-man)
|
||||||
* **Alerting:** Fix saving LINE contact point. [#37718](https://github.com/grafana/grafana/pull/37718), [@xy-man](https://github.com/xy-man)
|
- **Alerting:** Fix saving LINE contact point. [#37718](https://github.com/grafana/grafana/pull/37718), [@xy-man](https://github.com/xy-man)
|
||||||
* **Annotations:** Fix alerting annotation coloring. [#37412](https://github.com/grafana/grafana/pull/37412), [@kylebrandt](https://github.com/kylebrandt)
|
- **Annotations:** Fix alerting annotation coloring. [#37412](https://github.com/grafana/grafana/pull/37412), [@kylebrandt](https://github.com/kylebrandt)
|
||||||
* **Annotations:** Alert annotations are now visible in the correct Panel. [#37959](https://github.com/grafana/grafana/pull/37959), [@hugohaggmark](https://github.com/hugohaggmark)
|
- **Annotations:** Alert annotations are now visible in the correct Panel. [#37959](https://github.com/grafana/grafana/pull/37959), [@hugohaggmark](https://github.com/hugohaggmark)
|
||||||
* **Auth:** Hide SigV4 config UI and disable middleware when its config flag is disabled. [#37293](https://github.com/grafana/grafana/pull/37293), [@wbrowne](https://github.com/wbrowne)
|
- **Auth:** Hide SigV4 config UI and disable middleware when its config flag is disabled. [#37293](https://github.com/grafana/grafana/pull/37293), [@wbrowne](https://github.com/wbrowne)
|
||||||
* **Dashboard:** Prevent incorrect panel layout by comparing window width against theme breakpoints. [#37868](https://github.com/grafana/grafana/pull/37868), [@ashharrison90](https://github.com/ashharrison90)
|
- **Dashboard:** Prevent incorrect panel layout by comparing window width against theme breakpoints. [#37868](https://github.com/grafana/grafana/pull/37868), [@ashharrison90](https://github.com/ashharrison90)
|
||||||
* **Elasticsearch:** Fix metric names for alert queries. [#37871](https://github.com/grafana/grafana/pull/37871), [@dsotirakis](https://github.com/dsotirakis)
|
- **Elasticsearch:** Fix metric names for alert queries. [#37871](https://github.com/grafana/grafana/pull/37871), [@dsotirakis](https://github.com/dsotirakis)
|
||||||
* **Explore:** Fix showing of full log context. [#37442](https://github.com/grafana/grafana/pull/37442), [@ivanahuckova](https://github.com/ivanahuckova)
|
- **Explore:** Fix showing of full log context. [#37442](https://github.com/grafana/grafana/pull/37442), [@ivanahuckova](https://github.com/ivanahuckova)
|
||||||
* **PanelEdit:** Fix 'Actual' size by passing the correct panel size to Das…. [#37885](https://github.com/grafana/grafana/pull/37885), [@ashharrison90](https://github.com/ashharrison90)
|
- **PanelEdit:** Fix 'Actual' size by passing the correct panel size to Das…. [#37885](https://github.com/grafana/grafana/pull/37885), [@ashharrison90](https://github.com/ashharrison90)
|
||||||
* **Plugins:** Fix TLS datasource settings. [#37797](https://github.com/grafana/grafana/pull/37797), [@wbrowne](https://github.com/wbrowne)
|
- **Plugins:** Fix TLS datasource settings. [#37797](https://github.com/grafana/grafana/pull/37797), [@wbrowne](https://github.com/wbrowne)
|
||||||
* **Variables:** Fix issue with empty drop downs on navigation. [#37776](https://github.com/grafana/grafana/pull/37776), [@hugohaggmark](https://github.com/hugohaggmark)
|
- **Variables:** Fix issue with empty drop downs on navigation. [#37776](https://github.com/grafana/grafana/pull/37776), [@hugohaggmark](https://github.com/hugohaggmark)
|
||||||
* **Variables:** Fix URL util converting `false` into `true`. [#37402](https://github.com/grafana/grafana/pull/37402), [@simPod](https://github.com/simPod)
|
- **Variables:** Fix URL util converting `false` into `true`. [#37402](https://github.com/grafana/grafana/pull/37402), [@simPod](https://github.com/simPod)
|
||||||
|
|
||||||
### Plugin development fixes & changes
|
### Plugin development fixes & changes
|
||||||
|
|
||||||
* **Toolkit:** Fix matchMedia not found error. [#37643](https://github.com/grafana/grafana/pull/37643), [@zoltanbedi](https://github.com/zoltanbedi)
|
- **Toolkit:** Fix matchMedia not found error. [#37643](https://github.com/grafana/grafana/pull/37643), [@zoltanbedi](https://github.com/zoltanbedi)
|
||||||
|
|
||||||
<!-- 8.1.2 END -->
|
<!-- 8.1.2 END -->
|
||||||
<!-- 8.1.1 START -->
|
<!-- 8.1.1 START -->
|
||||||
|
@@ -10,31 +10,30 @@ list = false
|
|||||||
|
|
||||||
### Features and enhancements
|
### Features and enhancements
|
||||||
|
|
||||||
* **AzureMonitor:** Add support for PostgreSQL and MySQL Flexible Servers. [#38075](https://github.com/grafana/grafana/pull/38075), [@joshhunt](https://github.com/joshhunt)
|
- **AzureMonitor:** Add support for PostgreSQL and MySQL Flexible Servers. [#38075](https://github.com/grafana/grafana/pull/38075), [@joshhunt](https://github.com/joshhunt)
|
||||||
* **Datasource:** Change HTTP status code for failed datasource health check to 400. [#37895](https://github.com/grafana/grafana/pull/37895), [@stephaniehingtgen](https://github.com/stephaniehingtgen)
|
- **Datasource:** Change HTTP status code for failed datasource health check to 400. [#37895](https://github.com/grafana/grafana/pull/37895), [@stephaniehingtgen](https://github.com/stephaniehingtgen)
|
||||||
* **Explore:** Add span duration to left panel in trace viewer. [#37806](https://github.com/grafana/grafana/pull/37806), [@connorlindsey](https://github.com/connorlindsey)
|
- **Explore:** Add span duration to left panel in trace viewer. [#37806](https://github.com/grafana/grafana/pull/37806), [@connorlindsey](https://github.com/connorlindsey)
|
||||||
* **Plugins:** Use file extension allowlist when serving plugin assets instead of checking for UNIX executable. [#37688](https://github.com/grafana/grafana/pull/37688), [@wbrowne](https://github.com/wbrowne)
|
- **Plugins:** Use file extension allowlist when serving plugin assets instead of checking for UNIX executable. [#37688](https://github.com/grafana/grafana/pull/37688), [@wbrowne](https://github.com/wbrowne)
|
||||||
* **Profiling:** Support binding pprof server to custom network interfaces. [#36580](https://github.com/grafana/grafana/pull/36580), [@cinaglia](https://github.com/cinaglia)
|
- **Profiling:** Support binding pprof server to custom network interfaces. [#36580](https://github.com/grafana/grafana/pull/36580), [@cinaglia](https://github.com/cinaglia)
|
||||||
* **Search:** Make search icon keyboard navigable. [#37865](https://github.com/grafana/grafana/pull/37865), [@tskarhed](https://github.com/tskarhed)
|
- **Search:** Make search icon keyboard navigable. [#37865](https://github.com/grafana/grafana/pull/37865), [@tskarhed](https://github.com/tskarhed)
|
||||||
* **Template variables:** Keyboard navigation improvements. [#38001](https://github.com/grafana/grafana/pull/38001), [@tskarhed](https://github.com/tskarhed)
|
- **Template variables:** Keyboard navigation improvements. [#38001](https://github.com/grafana/grafana/pull/38001), [@tskarhed](https://github.com/tskarhed)
|
||||||
* **Tooltip:** Display milliseconds (ms) within minute time range. [#37569](https://github.com/grafana/grafana/pull/37569), [@nikki-kiga](https://github.com/nikki-kiga)
|
- **Tooltip:** Display milliseconds (ms) within minute time range. [#37569](https://github.com/grafana/grafana/pull/37569), [@nikki-kiga](https://github.com/nikki-kiga)
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
* **Alerting:** Fix saving LINE contact point. [#37744](https://github.com/grafana/grafana/pull/37744), [@xy-man](https://github.com/xy-man)
|
- **Alerting:** Fix saving LINE contact point. [#37744](https://github.com/grafana/grafana/pull/37744), [@xy-man](https://github.com/xy-man)
|
||||||
* **Alerting:** Fix saving LINE contact point. [#37718](https://github.com/grafana/grafana/pull/37718), [@xy-man](https://github.com/xy-man)
|
- **Alerting:** Fix saving LINE contact point. [#37718](https://github.com/grafana/grafana/pull/37718), [@xy-man](https://github.com/xy-man)
|
||||||
* **Annotations:** Fix alerting annotation coloring. [#37412](https://github.com/grafana/grafana/pull/37412), [@kylebrandt](https://github.com/kylebrandt)
|
- **Annotations:** Fix alerting annotation coloring. [#37412](https://github.com/grafana/grafana/pull/37412), [@kylebrandt](https://github.com/kylebrandt)
|
||||||
* **Annotations:** Fixes so alert annotations are visible in the correct Panel. [#37959](https://github.com/grafana/grafana/pull/37959), [@hugohaggmark](https://github.com/hugohaggmark)
|
- **Annotations:** Fixes so alert annotations are visible in the correct Panel. [#37959](https://github.com/grafana/grafana/pull/37959), [@hugohaggmark](https://github.com/hugohaggmark)
|
||||||
* **Auth:** Hide SigV4 config UI and disable middleware when its config flag is disabled. [#37293](https://github.com/grafana/grafana/pull/37293), [@wbrowne](https://github.com/wbrowne)
|
- **Auth:** Hide SigV4 config UI and disable middleware when its config flag is disabled. [#37293](https://github.com/grafana/grafana/pull/37293), [@wbrowne](https://github.com/wbrowne)
|
||||||
* **Dashboard:** Prevent incorrect panel layout by comparing window width against theme breakpoints. [#37868](https://github.com/grafana/grafana/pull/37868), [@ashharrison90](https://github.com/ashharrison90)
|
- **Dashboard:** Prevent incorrect panel layout by comparing window width against theme breakpoints. [#37868](https://github.com/grafana/grafana/pull/37868), [@ashharrison90](https://github.com/ashharrison90)
|
||||||
* **Elasticsearch:** Fix metric names for alert queries. [#37871](https://github.com/grafana/grafana/pull/37871), [@dsotirakis](https://github.com/dsotirakis)
|
- **Elasticsearch:** Fix metric names for alert queries. [#37871](https://github.com/grafana/grafana/pull/37871), [@dsotirakis](https://github.com/dsotirakis)
|
||||||
* **Explore:** Fix showing of full log context. [#37442](https://github.com/grafana/grafana/pull/37442), [@ivanahuckova](https://github.com/ivanahuckova)
|
- **Explore:** Fix showing of full log context. [#37442](https://github.com/grafana/grafana/pull/37442), [@ivanahuckova](https://github.com/ivanahuckova)
|
||||||
* **PanelEdit:** Fix 'Actual' size by passing the correct panel size to Das…. [#37885](https://github.com/grafana/grafana/pull/37885), [@ashharrison90](https://github.com/ashharrison90)
|
- **PanelEdit:** Fix 'Actual' size by passing the correct panel size to Das…. [#37885](https://github.com/grafana/grafana/pull/37885), [@ashharrison90](https://github.com/ashharrison90)
|
||||||
* **Plugins:** Fix TLS data source settings. [#37797](https://github.com/grafana/grafana/pull/37797), [@wbrowne](https://github.com/wbrowne)
|
- **Plugins:** Fix TLS data source settings. [#37797](https://github.com/grafana/grafana/pull/37797), [@wbrowne](https://github.com/wbrowne)
|
||||||
* **Variables:** Fix issue with empty drop downs on navigation. [#37776](https://github.com/grafana/grafana/pull/37776), [@hugohaggmark](https://github.com/hugohaggmark)
|
- **Variables:** Fix issue with empty drop downs on navigation. [#37776](https://github.com/grafana/grafana/pull/37776), [@hugohaggmark](https://github.com/hugohaggmark)
|
||||||
* **Variables:** Fix URL util converting `false` into `true`. [#37402](https://github.com/grafana/grafana/pull/37402), [@simPod](https://github.com/simPod)
|
- **Variables:** Fix URL util converting `false` into `true`. [#37402](https://github.com/grafana/grafana/pull/37402), [@simPod](https://github.com/simPod)
|
||||||
|
|
||||||
### Plugin development fixes & changes
|
### Plugin development fixes & changes
|
||||||
|
|
||||||
* **Toolkit:** Fix matchMedia not found error. [#37643](https://github.com/grafana/grafana/pull/37643), [@zoltanbedi](https://github.com/zoltanbedi)
|
- **Toolkit:** Fix matchMedia not found error. [#37643](https://github.com/grafana/grafana/pull/37643), [@zoltanbedi](https://github.com/zoltanbedi)
|
||||||
|
|
||||||
|
@@ -709,6 +709,7 @@ def copy_packages_for_docker_step():
|
|||||||
'image': build_image,
|
'image': build_image,
|
||||||
'depends_on': [
|
'depends_on': [
|
||||||
'package',
|
'package',
|
||||||
|
'end-to-end-tests-server',
|
||||||
],
|
],
|
||||||
'commands': [
|
'commands': [
|
||||||
'ls dist/*.tar.gz*',
|
'ls dist/*.tar.gz*',
|
||||||
@@ -738,7 +739,7 @@ def build_docker_images_step(edition, ver_mode, archs=None, ubuntu=False, publis
|
|||||||
return {
|
return {
|
||||||
'name': 'build-docker-images' + ubuntu_sfx,
|
'name': 'build-docker-images' + ubuntu_sfx,
|
||||||
'image': grafana_docker_image,
|
'image': grafana_docker_image,
|
||||||
'depends_on': ['copy-packages-for-docker'],
|
'depends_on': ['copy-packages-for-docker', 'end-to-end-tests-server'],
|
||||||
'settings': settings,
|
'settings': settings,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -833,6 +834,7 @@ def release_canary_npm_packages_step(edition):
|
|||||||
'image': build_image,
|
'image': build_image,
|
||||||
'depends_on': [
|
'depends_on': [
|
||||||
'end-to-end-tests',
|
'end-to-end-tests',
|
||||||
|
'end-to-end-tests-server',
|
||||||
],
|
],
|
||||||
'environment': {
|
'environment': {
|
||||||
'GITHUB_PACKAGE_TOKEN': from_secret('github_package_token'),
|
'GITHUB_PACKAGE_TOKEN': from_secret('github_package_token'),
|
||||||
@@ -882,6 +884,7 @@ def upload_packages_step(edition, ver_mode, is_downstream=False):
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
'package' + enterprise2_sfx(edition),
|
'package' + enterprise2_sfx(edition),
|
||||||
'end-to-end-tests' + enterprise2_sfx(edition),
|
'end-to-end-tests' + enterprise2_sfx(edition),
|
||||||
|
'end-to-end-tests-server',
|
||||||
'mysql-integration-tests',
|
'mysql-integration-tests',
|
||||||
'postgres-integration-tests',
|
'postgres-integration-tests',
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user