Commit Graph

3334 Commits

Author SHA1 Message Date
Ben Kochie 4d86090bf8
Merge pull request #3966 from prometheus/dependabot/go_modules/golang.org/x/net-0.28.0
Bump golang.org/x/net from 0.27.0 to 0.28.0
2024-08-21 20:30:42 +02:00
dependabot[bot] cd9f803aaf
Bump mdi-material-ui from 7.8.0 to 7.9.1 in /ui/react-app
Bumps [mdi-material-ui](https://github.com/TeamWertarbyte/mdi-material-ui) from 7.8.0 to 7.9.1.
- [Release notes](https://github.com/TeamWertarbyte/mdi-material-ui/releases)
- [Commits](https://github.com/TeamWertarbyte/mdi-material-ui/compare/v7.8.0...v7.9.1)

---
updated-dependencies:
- dependency-name: mdi-material-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 16:32:34 +00:00
dependabot[bot] f73bf9769c
Bump @typescript-eslint/parser from 5.53.0 to 5.62.0 in /ui/react-app
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.53.0 to 5.62.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 16:31:59 +00:00
dependabot[bot] 15c30b9953
Bump golang.org/x/net from 0.27.0 to 0.28.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.27.0 to 0.28.0.
- [Commits](https://github.com/golang/net/compare/v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 16:31:13 +00:00
dependabot[bot] 39e88c105f
Bump eslint-plugin-jsx-a11y from 6.7.1 to 6.9.0 in /ui/react-app
Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.7.1 to 6.9.0.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.7.1...v6.9.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 16:30:40 +00:00
Ben Kochie 4a41256417
Merge pull request #3970 from prometheus/dependabot/go_modules/github.com/prometheus/client_golang-1.20.1
Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1
2024-08-21 18:29:44 +02:00
Ben Kochie 05415c28bf
Merge pull request #3974 from prometheus/superq/more_PRs
Increase dependabot open PR limit
2024-08-21 18:29:32 +02:00
SuperQ 60a03588a4
Increase dependabot open PR limit
Increase the dependabot open PR limit to allow for more dependency
updates at a time.

Signed-off-by: SuperQ <superq@gmail.com>
2024-08-21 18:13:45 +02:00
Ethan Hunter 3e6356b4c9
bugfix: fix leaking of Silences matcherCache entries (#3930)
* fix leaking of matcher cache entries

Signed-off-by: Ethan Hunter <ehunter@hudson-trading.com>

* improve clock logic in TestSilenceGCOverTime

Signed-off-by: Ethan Hunter <ehunter@hudson-trading.com>

* remove TestSilencesGc

Signed-off-by: Ethan Hunter <ehunter@hudson-trading.com>

* make table driven test more idiomatic

Signed-off-by: Ethan Hunter <ehunter@hudson-trading.com>

* replace test with one suggested by grobinson-grafana

Signed-off-by: Ethan Hunter <ehunter@hudson-trading.com>

* replace require.Len with require.Empty where needed

Signed-off-by: Ethan Hunter <ehunter@hudson-trading.com>

---------

Signed-off-by: Ethan Hunter <ehunter@hudson-trading.com>
Co-authored-by: gotjosh <josue.abreu@gmail.com>
2024-08-21 17:10:15 +01:00
dependabot[bot] 0714d62789
Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.1 to 1.20.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.1/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.19.1...v1.20.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 16:09:49 +00:00
Ben Kochie 76527e9ada
Merge pull request #3965 from prometheus/superq/fatalf
Fix up linting issue
2024-08-21 18:08:36 +02:00
gotjosh 4904704121
Merge branch 'main' into superq/fatalf 2024-08-21 16:56:38 +01:00
Simon Pasquier f65137ac2d
Use pinned version of juice for assets generation (#3972)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-08-21 16:49:10 +01:00
SuperQ e2c4e1e5cf
Fix up linting issue
Fix `govet` linting issue: `printf: non-constant format string`.

Signed-off-by: SuperQ <superq@gmail.com>
2024-08-21 14:08:59 +02:00
prombot 5f995a85b9 Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-08-19 17:47:59 +00:00
Simon Pasquier 17afd4c021
Merge pull request #3951 from prometheus/superq/update_go
Update build
2024-08-14 13:38:52 +02:00
Simon Pasquier 9214cbac82
Merge pull request #3952 from prometheus/superq/cleanup_notice
Cleanup NOTICE file
2024-08-14 13:38:12 +02:00
SuperQ b762a19287
Update build
* Update Go to 1.22.
* Update various actions.
* Update CircleCI dependencies.

Signed-off-by: SuperQ <superq@gmail.com>
2024-08-14 09:52:59 +02:00
SuperQ 145d01a046
Cleanup NOTICE file
Remove unused bootstrap-datepicker.js entry.

Signed-off-by: SuperQ <superq@gmail.com>
2024-08-14 09:52:32 +02:00
Ben Kochie b233fe1816
Merge pull request #3954 from simonpasquier/fix-assets
Fix assets generation
2024-08-14 09:51:09 +02:00
Simon Pasquier 9fb440d239
Fix assets generation
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-08-13 16:57:41 +02:00
Ben Kochie 2aa9fcd231
Merge pull request #3950 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
2024-08-12 10:23:00 +02:00
prombot 4c7422469a Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-08-09 17:47:58 +00:00
Simon Pasquier 27b6eb7ce0
Merge pull request #3948 from dongjiang1989/update-golangci-lint-action
chore: update golangci-lint-action version
2024-08-07 11:37:43 +02:00
dongjiang 44c8d504c8
Merge branch 'main' into update-golangci-lint-action 2024-08-07 17:06:47 +08:00
Simon Pasquier ac8c6a8160
Merge pull request #3931 from simonpasquier/clean-up-jira-notifier
chore: refactor the JIRA notifier
2024-08-07 10:49:00 +02:00
dongjiang1989 040b8a88ca
update golangci-lint-action version
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
2024-08-07 11:34:30 +08:00
Simon Pasquier 22bfc8ac69
Merge pull request #3934 from prometheus/dependabot/go_modules/golang.org/x/tools-0.23.0
Bump golang.org/x/tools from 0.22.0 to 0.23.0
2024-08-02 11:12:19 +02:00
dependabot[bot] 7ef0abc843
Bump golang.org/x/tools from 0.22.0 to 0.23.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 09:06:22 +00:00
Simon Pasquier ce28afc508
Merge pull request #3935 from prometheus/dependabot/go_modules/golang.org/x/net-0.27.0
Bump golang.org/x/net from 0.26.0 to 0.27.0
2024-08-02 11:05:12 +02:00
Simon Pasquier 4ec2db7cbb
Merge pull request #3938 from prometheus/dependabot/npm_and_yarn/ui/react-app/eslint-plugin-import-2.29.1
Bump eslint-plugin-import from 2.27.5 to 2.29.1 in /ui/react-app
2024-08-02 11:00:41 +02:00
dependabot[bot] 7254b369b0
Bump eslint-plugin-import from 2.27.5 to 2.29.1 in /ui/react-app
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.29.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.29.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 08:55:06 +00:00
Simon Pasquier ffa00c209d
Merge pull request #3942 from prometheus/dependabot/npm_and_yarn/ui/react-app/webpack-dev-server-5.0.4
Bump webpack-dev-server from 4.11.1 to 5.0.4 in /ui/react-app
2024-08-02 10:54:06 +02:00
dependabot[bot] 77b5cd5291
Bump golang.org/x/net from 0.26.0 to 0.27.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.27.0.
- [Commits](https://github.com/golang/net/compare/v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 08:42:57 +00:00
Simon Pasquier 0c1a85c690
Merge pull request #3936 from prometheus/dependabot/go_modules/golang.org/x/mod-0.19.0
Bump golang.org/x/mod from 0.18.0 to 0.19.0
2024-08-02 10:41:40 +02:00
Simon Pasquier 79431c6ec6
Merge pull request #3937 from prometheus/dependabot/go_modules/github.com/aws/aws-sdk-go-1.55.5
Bump github.com/aws/aws-sdk-go from 1.54.11 to 1.55.5
2024-08-02 10:41:26 +02:00
Simon Pasquier f8091fb380
Merge pull request #3939 from prometheus/dependabot/npm_and_yarn/ui/react-app/style-loader-4.0.0
Bump style-loader from 3.3.4 to 4.0.0 in /ui/react-app
2024-08-02 10:40:57 +02:00
dependabot[bot] 9dbeac1773
Bump webpack-dev-server from 4.11.1 to 5.0.4 in /ui/react-app
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.11.1 to 5.0.4.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v5.0.4)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 15:53:17 +00:00
dependabot[bot] e81f0841c7
Bump style-loader from 3.3.4 to 4.0.0 in /ui/react-app
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.4 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v3.3.4...v4.0.0)

---
updated-dependencies:
- dependency-name: style-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 15:52:44 +00:00
dependabot[bot] 6183aba390
Bump github.com/aws/aws-sdk-go from 1.54.11 to 1.55.5
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.54.11 to 1.55.5.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.54.11...v1.55.5)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 15:25:30 +00:00
dependabot[bot] 122abda6c4
Bump golang.org/x/mod from 0.18.0 to 0.19.0
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/mod/compare/v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 15:25:21 +00:00
Simon Pasquier acebbedd10
chore: refactor the JIRA notifier
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-08-01 15:35:12 +02:00
Jan-Otto Kröpke a509c14b10
jira integration (#3590)
* Initial jira integration

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de>
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
Co-authored-by: Ben Kochie <superq@gmail.com>
2024-07-31 17:15:26 +02:00
Simon Pasquier cad5fa5801
Merge pull request #3922 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
2024-07-23 11:15:13 +02:00
prombot 70748e193f Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-07-14 17:50:59 +00:00
dongjiang eb8369ec51
feat(env): Add automatic memory limit handling (#3895)
* add auto gomemlimit
---------

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Signed-off-by: dongjiang <dongjiang1989@126.com>
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
2024-07-03 11:47:41 +02:00
Simon Pasquier 69362b4797
Merge pull request #3916 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
2024-07-03 11:34:54 +02:00
prombot d3e8d5562e Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-07-02 17:48:11 +00:00
Jonathan Ballet dc3f841da2
docs: document the Opsgenie "teams" responder type behavior (#3205)
* docs: document the Opsgenie "teams" responder type behavior

It has been changed in #2685 but the behavior is not really documented:

* `teams` supports a comma-separated list of teams, through the `name`
  fields only
* if the list of teams is empty, no team responders are sent to Opsgenie


---------

Signed-off-by: Jonathan Ballet <jon@multani.info>
2024-07-02 17:52:35 +02:00
Simon Pasquier d48dab39a5
Merge pull request #3890 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
2024-07-02 16:52:16 +02:00