Skip to content

Commit 682873b

Browse files
chore: Bump version and update changelog
* Add LJAD lab in the list of adopters * Fix publish job in release workflow * Bump go version in release workflow
1 parent 5a52f34 commit 682873b

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Install Go
8888
uses: actions/setup-go@v6
8989
with:
90-
go-version: 1.24.x
90+
go-version: 1.25.x
9191

9292
- name: Install promu
9393
run: |

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.12.0 / 2025-11-08
4+
5+
- [FEAT] System level logging for `cacct` [#436](https://github.com/mahendrapaipuri/ceems/pull/436) ([@mahendrapaipuri](https://github.com/mahendrapaipuri))
6+
- [BUGFIX] bug(fix): Use configured time zone when SLURM does not include time offsets [#433](https://github.com/mahendrapaipuri/ceems/pull/433) ([@mahendrapaipuri](https://github.com/mahendrapaipuri))
7+
- [MAINT] Make multiple update calls to eBPF coll in unit tests [#424](https://github.com/mahendrapaipuri/ceems/pull/424) ([@mahendrapaipuri](https://github.com/mahendrapaipuri))
8+
- [MAINT] chore: Update go to 1.25.x [#420](https://github.com/mahendrapaipuri/ceems/pull/420) ([@mahendrapaipuri](https://github.com/mahendrapaipuri))
9+
- [MAINT] Always return error responses in JSON for CEEMS LB [#414](https://github.com/mahendrapaipuri/ceems/pull/414) ([@mahendrapaipuri](https://github.com/mahendrapaipuri))
10+
- [MAINT] Bump dependencies [#412](https://github.com/mahendrapaipuri/ceems/pull/412), [#415](https://github.com/mahendrapaipuri/ceems/pull/415), [#416](https://github.com/mahendrapaipuri/ceems/pull/416), [#417](https://github.com/mahendrapaipuri/ceems/pull/417), [#419](https://github.com/mahendrapaipuri/ceems/pull/419), [#421](https://github.com/mahendrapaipuri/ceems/pull/421), [#422](https://github.com/mahendrapaipuri/ceems/pull/422), [#423](https://github.com/mahendrapaipuri/ceems/pull/423), [#425](https://github.com/mahendrapaipuri/ceems/pull/425), [#426](https://github.com/mahendrapaipuri/ceems/pull/426), [#427](https://github.com/mahendrapaipuri/ceems/pull/427), [#428](https://github.com/mahendrapaipuri/ceems/pull/428), [#429](https://github.com/mahendrapaipuri/ceems/pull/429), [#430](https://github.com/mahendrapaipuri/ceems/pull/430), [#434](https://github.com/mahendrapaipuri/ceems/pull/434) ([@dependabot](https://github.com/dependabot))
11+
312
## 0.11.2 / 2025-09-12
413

514
- [MAINT] Update static emission factors for OWID and world average [#411](https://github.com/mahendrapaipuri/ceems/pull/411) ([@mahendrapaipuri](https://github.com/mahendrapaipuri))

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ cacct --starttime="2025-01-01" --endtime="2025-03-22"
166166

167167
- Currently CEEMS is running on [Jean Zay HPC](http://www.idris.fr/eng/jean-zay/jean-zay-presentation-eng.html)
168168
platform that has a daily job churn rate of around 25k jobs with a scrape interval of 10s.
169+
- [LJAD](https://math.univ-cotedazur.fr) lab from [Université Côte d'Azur](https://univ-cotedazur.fr/)
170+
is using CEEMS on their SLURM cluster for monitoring the energy consumption of user jobs.
169171

170172
## 👍 Contributing
171173

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.2
1+
0.12.0

website/cspell.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@
8080
"kubeconfig",
8181
"kubeflow",
8282
"myrules",
83-
"elist"
83+
"elist",
84+
"LJAD",
85+
"Université",
86+
"Côte",
87+
"d'Azur"
8488
],
8589
// flagWords - list of words to be always considered incorrect
8690
// This is useful for offensive words and common spelling errors.

website/md-link-check.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
},
2222
{
2323
"pattern": "https://isdm.umontpellier.fr/mesolr"
24-
}
24+
},
25+
{
26+
"pattern": "https://math.univ-cotedazur.fr"
27+
}
2528
],
2629
"replacementPatterns": [
2730
{

0 commit comments

Comments
 (0)