File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.1.0-alpha02] - 2024-03-21
7+ ## [ 0.1.0-alpha02] - 2025-04-03
88Second alpha release of App Sizer with Kotlin Multiplatform support and bug fixes.
99
1010### Added
@@ -19,7 +19,9 @@ Second alpha release of App Sizer with Kotlin Multiplatform support and bug fixe
1919- Updated sample build script
2020- Improved documentation and configuration options
2121
22- [ 0.1.0-alpha02 ] : https://github.com/grab/app-sizer/releases/tag/0.1.0-alpha02
22+ [ 0.1.0-alpha02] :
23+ https://github.com/grab/app-sizer/releases/tag/0.1.0-alpha02
24+ https://github.com/grab/app-sizer/releases/tag/v0.1.0-alpha02
2325
2426## [ 0.1.0-alpha01] - 2024-11-29
2527Initial release of App Sizer as an open-source project.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ docker run -d \
4747 -p 8086:8086 \
4848 -v /path/for/influxdb:/var/lib/influxdb \
4949 -v /path/for/grafana:/var/lib/grafana \
50- mikenguyen/sizer-influx-grafana:latest
50+ mikenguyen/sizer-influx-grafana:SNAPSHOT
5151```
5252
5353## Mapped Ports
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ docker run -d \
4949 -p 8086:8086 \
5050 -v /path/for/influxdb:/var/lib/influxdb \
5151 -v /path/for/grafana:/var/lib/grafana \
52- mikenguyen/sizer-influx-grafana:latest
52+ mikenguyen/sizer-influx-grafana:SNAPSHOT
5353```
5454
5555## Mapped Ports
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ docker run -d \
2020 -p 8086:8086 \
2121 -v /path/for/influxdb:/var/lib/influxdb \
2222 -v /path/for/grafana:/var/lib/grafana \
23- mikenguyen/sizer-influx-grafana:latest
23+ mikenguyen/sizer-influx-grafana:SNAPSHOT
2424```
2525
2626For more details on the Docker setup, see our [ Docker guide] [ grafana_docker_doc ] .
You can’t perform that action at this time.
0 commit comments