Skip to content

Commit

Permalink
chore(deps): update config-no-service
Browse files Browse the repository at this point in the history
elastic-renovate-prod[bot] authored Jan 17, 2025
1 parent 7e38f9c commit 5856327
Showing 8 changed files with 1,749 additions and 989 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ JAEGERTRACING_IMAGE=jaegertracing/all-in-one:1.62.0
# must also update version field in src/grafana/provisioning/datasources/opensearch.yaml
OPENSEARCH_IMAGE=opensearchproject/opensearch:2.18.0
POSTGRES_IMAGE=postgres:17.0
PROMETHEUS_IMAGE=quay.io/prometheus/prometheus:v2.55.1
PROMETHEUS_IMAGE=quay.io/prometheus/prometheus:v3.1.0
VALKEY_IMAGE=valkey/valkey:8.0-alpine
TRACETEST_IMAGE=kubeshop/tracetest:${TRACETEST_IMAGE_VERSION}

2 changes: 1 addition & 1 deletion .github/workflows/component_build-images-elastic.yml
Original file line number Diff line number Diff line change
@@ -160,7 +160,7 @@ jobs:
max-parallelism = 2
- name: Matrix Build and push demo images
if: steps.check_changes.outputs.skip == 'false'
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v6.12.0
with:
context: ${{ matrix.file_tag.context }}
file: ${{ matrix.file_tag.file }}
4 changes: 2 additions & 2 deletions .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
@@ -15,11 +15,11 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Check for changed files
id: file_changes
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
with:
list-files: shell
filters: |
2 changes: 1 addition & 1 deletion .github/workflows/merge-upstream.yaml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
stale-pr-message: 'This PR was marked stale due to lack of activity. It will be closed in 7 days.'
close-pr-message: 'Closed as inactive. Feel free to reopen if this PR is still being worked on.'
4 changes: 2 additions & 2 deletions src/flagd-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

FROM node:20 AS builder
FROM node:23 AS builder

WORKDIR /app

@@ -15,7 +15,7 @@ RUN npm run build

# -----------------------------------------------------------------------------

FROM node:20-alpine
FROM node:23-alpine

WORKDIR /app

2,706 changes: 1,733 additions & 973 deletions src/flagd-ui/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions src/flagd-ui/package.json
Original file line number Diff line number Diff line change
@@ -11,18 +11,18 @@
"dependencies": {
"@vercel/otel": "^1.10.0",
"ajv": "^8.17.1",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18"
"next": "15.1.5",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/json5": "^2.2.0",
"@types/node": "^20",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint": "^9.0.0",
"eslint-config-next": "15.1.5",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",

0 comments on commit 5856327

Please sign in to comment.