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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 0.1.0-alpha02] - 2024-03-21
7
+ ## [ 0.1.0-alpha02] - 2025-04-03
8
8
Second alpha release of App Sizer with Kotlin Multiplatform support and bug fixes.
9
9
10
10
### Added
@@ -19,7 +19,9 @@ Second alpha release of App Sizer with Kotlin Multiplatform support and bug fixe
19
19
- Updated sample build script
20
20
- Improved documentation and configuration options
21
21
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
23
25
24
26
## [ 0.1.0-alpha01] - 2024-11-29
25
27
Initial 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 \
47
47
-p 8086:8086 \
48
48
-v /path/for/influxdb:/var/lib/influxdb \
49
49
-v /path/for/grafana:/var/lib/grafana \
50
- mikenguyen/sizer-influx-grafana:latest
50
+ mikenguyen/sizer-influx-grafana:SNAPSHOT
51
51
```
52
52
53
53
## Mapped Ports
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ docker run -d \
49
49
-p 8086:8086 \
50
50
-v /path/for/influxdb:/var/lib/influxdb \
51
51
-v /path/for/grafana:/var/lib/grafana \
52
- mikenguyen/sizer-influx-grafana:latest
52
+ mikenguyen/sizer-influx-grafana:SNAPSHOT
53
53
```
54
54
55
55
## Mapped Ports
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ docker run -d \
20
20
-p 8086:8086 \
21
21
-v /path/for/influxdb:/var/lib/influxdb \
22
22
-v /path/for/grafana:/var/lib/grafana \
23
- mikenguyen/sizer-influx-grafana:latest
23
+ mikenguyen/sizer-influx-grafana:SNAPSHOT
24
24
```
25
25
26
26
For 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