Ayoub Mrini
3dcecabff6
Merge pull request #16434 from machine424/3.3.1
...
Prepare 3.3.1
v0.303.1
v3.3.1
2025-05-02 16:58:25 +02:00
Bryan Boreham
378b42bf0c
Top-level: move Go runtime params earlier in initialization
...
E.g. if a module starting up looks at GOMAXPROCS to size something, we
need to have set it already.
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2025-05-02 16:21:19 +02:00
Bryan Boreham
284914c8db
[BUGFIX] Top-level: Update GOGC before loading TSDB
...
We should use the configured value, or Prometheus' default of 75%, while
initializing and loading the WAL.
Since the Go default is 100%, most Prometheus users would experience
higher memory usage before the value is configured.
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2025-05-02 16:21:19 +02:00
machine424
a8a4b7ce69
chore: bump github.com/prometheus/common to 0.63.0 to get
...
https://github.com/prometheus/common/pull/746 in order to fix
https://github.com/prometheus/prometheus/issues/16466
it seems acceptable to get the other changes in 0.63.0
as well
Signed-off-by: machine424 <ayoubmrini424@gmail.com>
2025-05-02 16:21:17 +02:00
machine424
2499fc765d
Prepare v3.3.1
...
Signed-off-by: machine424 <ayoubmrini424@gmail.com>
2025-05-02 16:20:49 +02:00
Ayoub Mrini
3c49e69330
Prepare release 3.3.0 ( #16431 )
...
Signed-off-by: machine424 <ayoubmrini424@gmail.com>
v0.303.0
v3.3.0
2025-04-15 15:25:16 +02:00
machine424
46883e05ae
Prepare release 3.3.0
...
Signed-off-by: machine424 <ayoubmrini424@gmail.com>
2025-04-15 12:43:15 +02:00
Ayoub Mrini
293f0c9185
Merge pull request #16327 from machine424/3.3rc1
...
Prepare release 3.3.0-rc.1
v0.303.0-rc.1
v3.3.0-rc.1
2025-04-03 19:18:25 +02:00
machine424
0ffad22477
Prepare release 3.3.0-rc.1
...
Signed-off-by: machine424 <ayoubmrini424@gmail.com>
2025-03-26 15:21:01 +01:00
Bartlomiej Plotka
fb880081d8
golangci: Disable nolintlint due to known issues. ( #16204 )
...
Fixes: https://github.com/prometheus/prometheus/issues/16203
Details: https://github.com/golangci/golangci-lint/issues/3228
Signed-off-by: bwplotka <bwplotka@gmail.com>
2025-03-26 14:49:32 +01:00
Bryan Boreham
a82bb77178
[PERF] Remote-write: re-use memory to read WAL data ( #16197 )
...
The `:=` causes new variables to be created, which means the outer
slice stays at nil, and new memory is allocated every time round the
loop.
Extracted from https://github.com/prometheus/prometheus/pull/16182
Credit to @bwplotka.
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2025-03-26 14:49:10 +01:00
Charles Korn
a2aeb813af
promql: return NaN from irate() if second-last sample is NaN ( #16199 )
...
promql: return NaN from `irate()` if either of last two samples is NaN
Signed-off-by: Charles Korn <charles.korn@grafana.com>
---------
Signed-off-by: Charles Korn <charles.korn@grafana.com>
2025-03-26 14:47:58 +01:00
Mustafain Ali Khan
b7fc01df0e
Fix rules UI to display correct value for 'keepFiringFor'
...
Signed-off-by: Mustafain Ali Khan <mustalik@amazon.com>
2025-03-26 14:47:45 +01:00
György Krajcsovits
f71ec8d5d5
fix(scrape): skip native histogram series if ingestion is disabled
...
No need to validate, track, add sample, add exemplar if series isn't
going to be ingested. Basically this is the same as if this series was
dropped by relabelling.
Fixes #16217
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
2025-03-26 14:47:34 +01:00
machine424
12d37a86df
Prepare release 3.3.0-rc.0
...
Signed-off-by: machine424 <ayoubmrini424@gmail.com>
v0.303.0-rc.0
v3.3.0-rc.0
2025-03-26 13:44:25 +01:00
Bryan Boreham
e32d89af7f
[BUGFIX] Scraping: bump cache iteration after error ( #16174 )
...
We use the cache iteration number to detect when the same metric has
occurred twice in a scrape. We need to bump this number at the end of
every scrape, not just successful scrapes.
The `iter` number is also used:
* After a successful scrape, to delete older metrics and metadata.
* To detect when metadata changed in this scrape.
None of those additional cases is broken by incrementing the number
on error.
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2025-03-08 18:45:37 +00:00
dependabot[bot]
da0412a519
chore(deps): bump the go-opentelemetry-io group across 1 directory with 14 updates ( #16181 )
...
* chore(deps): bump the go-opentelemetry-io group across 1 directory with 14 updates
Bumps the go-opentelemetry-io group with 8 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [go.opentelemetry.io/collector/component](https://github.com/open-telemetry/opentelemetry-collector ) | `0.118.0` | `1.27.0` |
| [go.opentelemetry.io/collector/consumer](https://github.com/open-telemetry/opentelemetry-collector ) | `1.24.0` | `1.27.0` |
| [go.opentelemetry.io/collector/processor](https://github.com/open-telemetry/opentelemetry-collector ) | `0.118.0` | `0.121.0` |
| [go.opentelemetry.io/collector/semconv](https://github.com/open-telemetry/opentelemetry-collector ) | `0.118.0` | `0.121.0` |
| [go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace](https://github.com/open-telemetry/opentelemetry-go-contrib ) | `0.59.0` | `0.60.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go ) | `1.34.0` | `1.35.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go ) | `1.34.0` | `1.35.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go ) | `1.34.0` | `1.35.0` |
Updates `go.opentelemetry.io/collector/component` from 0.118.0 to 1.27.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-collector/compare/v0.118.0...pdata/v1.27.0 )
Updates `go.opentelemetry.io/collector/consumer` from 1.24.0 to 1.27.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-collector/compare/pdata/v1.24.0...pdata/v1.27.0 )
Updates `go.opentelemetry.io/collector/pdata` from 1.24.0 to 1.27.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-collector/compare/pdata/v1.24.0...pdata/v1.27.0 )
Updates `go.opentelemetry.io/collector/processor` from 0.118.0 to 0.121.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-collector/compare/v0.118.0...v0.121.0 )
Updates `go.opentelemetry.io/collector/semconv` from 0.118.0 to 0.121.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-collector/compare/v0.118.0...v0.121.0 )
Updates `go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace` from 0.59.0 to 0.60.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.59.0...zpages/v0.60.0 )
Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.59.0 to 0.60.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.59.0...zpages/v0.60.0 )
Updates `go.opentelemetry.io/otel` from 1.34.0 to 1.35.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.34.0...v1.35.0 )
Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.34.0 to 1.35.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.34.0...v1.35.0 )
Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.34.0 to 1.35.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.34.0...v1.35.0 )
Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.34.0 to 1.35.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.34.0...v1.35.0 )
Updates `go.opentelemetry.io/otel/metric` from 1.34.0 to 1.35.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.34.0...v1.35.0 )
Updates `go.opentelemetry.io/otel/sdk` from 1.34.0 to 1.35.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.34.0...v1.35.0 )
Updates `go.opentelemetry.io/otel/trace` from 1.34.0 to 1.35.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.34.0...v1.35.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector/component
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/collector/consumer
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/collector/pdata
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/collector/processor
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/collector/semconv
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/otel
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/otel/metric
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/otel/sdk
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/otel/trace
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Update github.com/open-telemetry/opentelemetry-collector-contrib/processor/deltatocumulativeprocessor
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Fix creating of metrics processor
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2025-03-07 18:05:32 +01:00
github-actions[bot]
4a544dab2c
Merge pull request #16148 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/codemirror/state-6.5.2
...
chore(deps): bump @codemirror/state from 6.5.0 to 6.5.2 in /web/ui/react-app
2025-03-07 16:30:57 +00:00
dependabot[bot]
4e6605bf3d
chore(deps): bump @codemirror/state in /web/ui/react-app
...
Bumps [@codemirror/state](https://github.com/codemirror/state ) from 6.5.0 to 6.5.2.
- [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/state/compare/6.5.0...6.5.2 )
---
updated-dependencies:
- dependency-name: "@codemirror/state"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 16:08:45 +00:00
dependabot[bot]
604800e0c5
chore(deps-dev): bump eslint-config-prettier in /web/ui/react-app ( #16143 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 9.1.0 to 10.0.2.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.2 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 15:49:59 +00:00
github-actions[bot]
cd32d0544d
Merge pull request #16151 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/codemirror/autocomplete-6.18.6
...
chore(deps): bump @codemirror/autocomplete from 6.18.4 to 6.18.6 in /web/ui/react-app
2025-03-07 15:49:49 +00:00
github-actions[bot]
754f730b80
Merge pull request #16147 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/ts-jest-29.2.6
...
chore(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 in /web/ui/react-app
2025-03-07 15:49:37 +00:00
dependabot[bot]
575bfc8031
chore(deps-dev): bump eslint-config-prettier in /web/ui ( #16102 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 9.1.0 to 10.0.2.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.2 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 15:49:18 +00:00
github-actions[bot]
642fdb3163
Merge pull request #16150 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/prometheus-io/codemirror-promql-0.302.1
...
chore(deps): bump @prometheus-io/codemirror-promql from 0.300.1 to 0.302.1 in /web/ui/react-app
2025-03-07 15:30:43 +00:00
dependabot[bot]
d1c405754f
chore(deps): bump @codemirror/autocomplete in /web/ui/react-app
...
Bumps [@codemirror/autocomplete](https://github.com/codemirror/autocomplete ) from 6.18.4 to 6.18.6.
- [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/autocomplete/compare/6.18.4...6.18.6 )
---
updated-dependencies:
- dependency-name: "@codemirror/autocomplete"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 15:08:52 +00:00
dependabot[bot]
2ea7caa1f5
chore(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 in /web/ui/react-app
...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 29.2.5 to 29.2.6.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.2.5...v29.2.6 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 15:02:12 +00:00
github-actions[bot]
d053ed6726
Merge pull request #16141 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/codemirror/search-6.5.10
...
chore(deps): bump @codemirror/search from 6.5.8 to 6.5.10 in /web/ui/react-app
2025-03-07 15:51:25 +01:00
dependabot[bot]
60a2dacef1
chore(deps-dev): bump vitest from 2.1.8 to 3.0.7 in /web/ui ( #16107 )
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 2.1.8 to 3.0.7.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.7/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 15:49:49 +01:00
github-actions[bot]
514d88269c
Merge pull request #16146 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/codemirror/view-6.36.3
...
chore(deps): bump @codemirror/view from 6.36.1 to 6.36.3 in /web/ui/react-app
2025-03-07 15:49:22 +01:00
github-actions[bot]
bb57640c3b
Merge pull request #16144 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/sass-1.85.1
...
chore(deps): bump sass from 1.83.0 to 1.85.1 in /web/ui/react-app
2025-03-07 15:49:07 +01:00
github-actions[bot]
dabb3e898d
Merge pull request #16142 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/types/sinon-17.0.4
...
chore(deps-dev): bump @types/sinon from 17.0.3 to 17.0.4 in /web/ui/react-app
2025-03-07 15:48:56 +01:00
github-actions[bot]
e18f462a3e
Merge pull request #16097 from prometheus/dependabot/npm_and_yarn/web/ui/eslint-plugin-react-refresh-0.4.19
...
chore(deps-dev): bump eslint-plugin-react-refresh from 0.4.16 to 0.4.19 in /web/ui
2025-03-07 15:48:26 +01:00
dependabot[bot]
d63437af38
chore(deps-dev): bump eslint-plugin-prettier in /web/ui ( #15938 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 5.2.1 to 5.2.3.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.1...v5.2.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 15:47:27 +01:00
dependabot[bot]
6934817b72
chore(deps): bump @prometheus-io/codemirror-promql in /web/ui/react-app
...
Bumps [@prometheus-io/codemirror-promql](https://github.com/prometheus/prometheus ) from 0.300.1 to 0.302.1.
- [Release notes](https://github.com/prometheus/prometheus/releases )
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/prometheus/compare/v0.300.1...v0.302.1 )
---
updated-dependencies:
- dependency-name: "@prometheus-io/codemirror-promql"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 14:47:05 +00:00
dependabot[bot]
a41fdb874b
chore(deps): bump @testing-library/react in /web/ui ( #15937 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 16.1.0 to 16.2.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v16.1.0...v16.2.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 15:47:05 +01:00
dependabot[bot]
55d122130f
chore(deps): bump moment-timezone in /web/ui/react-app ( #15936 )
...
Bumps [moment-timezone](https://github.com/moment/moment-timezone ) from 0.5.46 to 0.5.47.
- [Release notes](https://github.com/moment/moment-timezone/releases )
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md )
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.46...0.5.47 )
---
updated-dependencies:
- dependency-name: moment-timezone
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 15:46:36 +01:00
dependabot[bot]
41cf977d05
chore(deps): bump @codemirror/commands in /web/ui/react-app ( #15927 )
...
Bumps [@codemirror/commands](https://github.com/codemirror/commands ) from 6.7.1 to 6.8.0.
- [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/commands/compare/6.7.1...6.8.0 )
---
updated-dependencies:
- dependency-name: "@codemirror/commands"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 15:46:32 +01:00
dependabot[bot]
c36c96beca
chore(deps-dev): bump eslint-plugin-prettier in /web/ui/react-app ( #15925 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 5.2.1 to 5.2.3.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.1...v5.2.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 15:45:36 +01:00
github-actions[bot]
a9950a359a
Merge pull request #16099 from prometheus/dependabot/npm_and_yarn/web/ui/typescript-eslint/parser-8.25.0
...
chore(deps-dev): bump @typescript-eslint/parser from 8.20.0 to 8.25.0 in /web/ui
2025-03-07 15:45:24 +01:00
github-actions[bot]
b89d42b90e
Merge pull request #16104 from prometheus/dependabot/npm_and_yarn/web/ui/eslint/js-9.21.0
...
chore(deps-dev): bump @eslint/js from 9.18.0 to 9.21.0 in /web/ui
2025-03-07 15:45:11 +01:00
github-actions[bot]
d44397d9aa
Merge pull request #16140 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/prettier-3.5.2
...
chore(deps-dev): bump prettier from 3.4.2 to 3.5.2 in /web/ui/react-app
2025-03-07 15:44:49 +01:00
dependabot[bot]
6f9f29542e
chore(deps): bump github.com/docker/docker ( #16118 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.5.1+incompatible to 28.0.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.5.1...v28.0.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 15:40:29 +01:00
dependabot[bot]
2019007089
chore(deps): bump esbuild and vite in /web/ui ( #16186 )
...
Bumps [esbuild](https://github.com/evanw/esbuild ) to 0.25.0 and updates ancestor dependency [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ). These dependencies need to be updated together.
Updates `esbuild` from 0.24.2 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.2...v0.25.0 )
Updates `vite` from 6.0.7 to 6.2.1
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.2.1/packages/vite )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: indirect
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 14:30:06 +00:00
dependabot[bot]
de784ce6e0
chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 ( #16129 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](65c4c4a1dd...4cec3d8aa0 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 15:05:03 +01:00
github-actions[bot]
e028d63c9e
Merge pull request #16183 from prometheus/dependabot/npm_and_yarn/web/ui/vitest-2.1.9
...
chore(deps-dev): bump vitest from 2.1.8 to 2.1.9 in /web/ui
2025-03-07 15:04:20 +01:00
github-actions[bot]
5a377b3482
Merge pull request #16184 from prometheus/dependabot/go_modules/github.com/golang/glog-1.2.4
...
chore(deps): bump github.com/golang/glog from 1.2.3 to 1.2.4
2025-03-07 13:34:04 +00:00
dependabot[bot]
08f1625eba
chore(deps): bump the k8s-io group across 1 directory with 3 updates ( #16114 )
...
Bumps the k8s-io group with 2 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api ) and [k8s.io/client-go](https://github.com/kubernetes/client-go ).
Updates `k8s.io/api` from 0.31.3 to 0.32.2
- [Commits](https://github.com/kubernetes/api/compare/v0.31.3...v0.32.2 )
Updates `k8s.io/apimachinery` from 0.31.3 to 0.32.2
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.3...v0.32.2 )
Updates `k8s.io/client-go` from 0.31.3 to 0.32.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.31.3...v0.32.2 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 14:14:39 +01:00
dependabot[bot]
da08701f3a
chore(deps-dev): bump vitest from 2.1.8 to 2.1.9 in /web/ui
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 2.1.8 to 2.1.9.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 13:00:18 +00:00
dependabot[bot]
fe23d67a01
chore(deps): bump github.com/golang/glog from 1.2.3 to 1.2.4
...
Bumps [github.com/golang/glog](https://github.com/golang/glog ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/golang/glog/releases )
- [Commits](https://github.com/golang/glog/compare/v1.2.3...v1.2.4 )
---
updated-dependencies:
- dependency-name: github.com/golang/glog
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 13:00:18 +00:00
github-actions[bot]
3fe32ba4b1
Merge pull request #16161 from prometheus/dependabot/npm_and_yarn/web/ui/tanstack/react-query-5.67.1
...
chore(deps): bump @tanstack/react-query from 5.62.11 to 5.67.1 in /web/ui
2025-03-07 13:43:57 +01:00