-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into release/1.53
* main: fix(analytics)!: use rfc 3339 for dates (#3695) chore(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 (#3697) chore(deps-dev): bump prettier from 3.3.3 to 3.4.2 in /ui (#3698) chore(deps): bump lucide-react from 0.460.0 to 0.468.0 in /ui (#3700) chore(deps): bump @dnd-kit/core from 6.1.0 to 6.3.1 in /ui (#3702) chore(deps-dev): bump dotenv from 16.4.5 to 16.4.7 in /ui (#3699) chore(deps): bump yup from 1.4.0 to 1.5.0 in /ui (#3701) chore(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0 in /_tools (#3708) chore(deps): bump github.com/testcontainers/testcontainers-go (#3707) chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp (#3706) chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 (#3704) chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#3705) chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 (#3703) chore(deps): bump alpine from 3.20.3 to 3.21.0 in /build (#3696) fix(analytics): prevent panic with clickhouse setup (#3694) chore: Update devenv (#3693) chore: update README with new dashboard image (#3691) chore: prep 1.53 release (#3689)
- Loading branch information
Showing
18 changed files
with
201 additions
and
223 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
ARG BINARY=flipt | ||
|
||
FROM alpine:3.20.3 | ||
FROM alpine:3.21.0 | ||
|
||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.name="flipt" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.