File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ title: Release Notes
33owner : Sumo Logic
44---
55
6+ ## v1.0.7
7+
8+ ** Release Date:** December 12, 2025
9+
10+ Features included in this release:
11+
12+ * Upgraded Golang version to v1.24 and its dependencies to align with v10.2 GA requirements.
13+ * Updated Cloud Foundry stack to cflinuxfs4 for VMware Tanzu Application Service v10.2 GA compatibility.
14+
615## v1.0.6
716
817** Release Date:** April 18, 2024
Original file line number Diff line number Diff line change 11module github.com/SumoLogic/sumologic-cloudfoundry-nozzle
22
3- go 1.20
3+ go 1.24
44
55require (
66 github.com/boltdb/bolt v1.3.1
Original file line number Diff line number Diff line change 3636)
3737
3838var (
39- version = "1.0.6 "
39+ version = "1.0.7 "
4040)
4141
4242func main () {
Original file line number Diff line number Diff line change 11applications :
22- name : sumologic-cloudfoundry-nozzle
3+ stack : cflinuxfs4
34 health-check-type : none
45 no-route : true
56 buildpacks :
67 - go_buildpack
78 env :
89 API_ENDPOINT : ' '
9- GOVERSION : go1.13
10+ GOVERSION : go1.24
1011 SUMO_ENDPOINTS : ' [
1112 {
1213 "endpoint": "https://localhost1",
You can’t perform that action at this time.
0 commit comments