Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated ChangeLog and package.json for release 1.0.36 #124

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
k2hr3-api (1.0.36) unstable; urgency=low

* Updated k2hr3-init.sh.templ - #123

-- Takeshi Nakatani <[email protected]> Mon, 09 Dec 2024 12:52:55 +0900

k2hr3-api (1.0.35) unstable; urgency=low

* Fixed bugs about defunct processes and mis-coding - #121
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "k2hr3-api",
"version": "1.0.35",
"version": "1.0.36",
"dependencies": {
"@kubernetes/client-node": "^0.22.3",
"body-parser": "^1.20.3",
Expand Down
Loading