Releases: n3tuk/dashboard
0.2.9
dashboard v0.2.9
The following is the list of the fixes, updates, and new features, against dashboard since v0.2.8 (see v0.2.9 changes after v0.2.8 for the detailed changelog).
Updates
- Add support for HTTPRoute resource in the Helm Chart (#32, @jonathanio)
- Update dashboard to use the Pod IP as listening address (#21, @jonathanio)
Maintenance
4 changes
- go(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#26, @dependabot[bot])
- go(deps): bump github.com/prometheus/client_golang from 1.20.2 to 1.20.4 (#24, @dependabot[bot])
- go(deps): bump github.com/samber/slog-gin from 1.13.4 to 1.13.5 (#25, @dependabot[bot])
- go(deps): bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 (#22, @dependabot[bot])
0.2.8
dashboard v0.2.8
The following is the list of the fixes, updates, and new features, against dashboard since v0.2.7 (see v0.2.8 changes after v0.2.7 for the detailed changelog).
Bug Fixes
- Fix the port name for the
readinessProbe(#20, @jonathanio)
0.2.7
dashboard v0.2.7
The following is the list of the fixes, updates, and new features, against dashboard since v0.2.6 (see v0.2.7 changes after v0.2.6 for the detailed changelog).
Updates
- Support cluster name and remove state configuration (#19, @jonathanio)
Maintenance
- go(deps): bump github.com/prometheus/client_golang from 1.20.0 to 1.20.1 (#18, @dependabot)
- go(deps): bump github.com/samber/slog-gin from 1.13.3 to 1.13.4 (#17, @dependabot)
0.2.6
dashboard v0.2.6
The following is the list of the fixes, updates, and new features, against dashboard since v0.2.5 (see v0.2.6 changes after v0.2.5 for the detailed changelog).
Bug Fixes
- Rename
servicetoendpointdue to label conflicts (#16, @jonathanio) - Update
pathlabel to better handle 404 requests (#15, @jonathanio)
0.2.5
dashboard v0.2.5
The following is the list of the fixes, updates, and new features, against dashboard since v0.2.4 (see v0.2.5 changes after v0.2.4 for the detailed changelog).
Updates
- Refactor Prometheus Metrics (#14, @jonathanio)
0.2.4
dashboard v0.2.4
The following is the list of the fixes, updates, and new features, against dashboard since v0.2.3 (see v0.2.4 changes after v0.2.3 for the detailed changelog).
Maintenance
- go(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 (#11, @dependabot)
- Update GoReleaser config for v2.2 release (#13, @jonathanio)
- Add Go 1.23 release to testing matrix (#12, @jonathanio)
0.2.3
dashboard v0.2.3
The following is the list of the fixes, updates, and new features, against dashboard since v0.2.2 (see v0.2.3 changes after v0.2.2 for the detailed changelog).
Bug Fixes
- Restore
logger.Start()setup due to missing values (#10, @jonathanio)
0.2.2
dashboard v0.2.2
The following is the list of the fixes, updates, and new features, against dashboard since v0.2.1 (see v0.2.2 changes after v0.2.1 for the detailed changelog).
Bug Fixes
- Fix
webPortreference inIngressresource (#9, @jonathanio)
0.2.1
dashboard v0.2.1
The following is the list of the fixes, updates, and new features, against dashboard since v0.2.0 (see v0.2.1 changes after v0.2.0 for the detailed changelog).
Bug Fixes
- Fix
--versionerror in Helm Chart packaging step (#8, @jonathanio)
0.2.0
dashboard v0.2.0
The following is the list of the fixes, updates, and new features, against dashboard since v0.1.1 (see v0.2.0 changes after v0.1.1 for the detailed changelog).
Features
- Add a Helm Chart and CI Processes (#6, @jonathanio)
Updates
- Split the
webandmetricsservice endpoints (#7, @jonathanio)