Skip to content

Commit 10e6731

Browse files
chore(main): release 0.2.0
1 parent 6300eaf commit 10e6731

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.0"}
1+
{".":"0.2.0"}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/iExecBlockchainComputing/conker-base/compare/v0.1.0...v0.2.0) (2025-10-29)
4+
5+
6+
### Features
7+
8+
* create cvm service, and config ([#21](https://github.com/iExecBlockchainComputing/conker-base/issues/21)) ([2f1843f](https://github.com/iExecBlockchainComputing/conker-base/commit/2f1843fbec0637e2c02a9939fd143d8dd53d47e8))
9+
* create internal package ([#20](https://github.com/iExecBlockchainComputing/conker-base/issues/20)) ([6374d5a](https://github.com/iExecBlockchainComputing/conker-base/commit/6374d5af6de66f47b664ab0f8f099c8f3ede24e2))
10+
* create pkg package and remove unused code ([#19](https://github.com/iExecBlockchainComputing/conker-base/issues/19)) ([cb650f6](https://github.com/iExecBlockchainComputing/conker-base/commit/cb650f64375b5976e4baac10685a810adaaf8a74))
11+
* Improvement of the network cvm assistant ([#28](https://github.com/iExecBlockchainComputing/conker-base/issues/28)) ([0ec9bab](https://github.com/iExecBlockchainComputing/conker-base/commit/0ec9babc23bd672ecdc32d9caa0509f0c4a289b4))
12+
* prevent multiple apps ([#22](https://github.com/iExecBlockchainComputing/conker-base/issues/22)) ([6b41e5c](https://github.com/iExecBlockchainComputing/conker-base/commit/6b41e5c8f9ffc20f44c3a7d44a3c8e02e0c6abe5))
13+
* refactor API and add application orchestrator ([#24](https://github.com/iExecBlockchainComputing/conker-base/issues/24)) ([04aedda](https://github.com/iExecBlockchainComputing/conker-base/commit/04aeddadc494f2f6b9f24b8258b713eee95f2352))
14+
* switch firewall assistant to bash script ([#32](https://github.com/iExecBlockchainComputing/conker-base/issues/32)) ([6300eaf](https://github.com/iExecBlockchainComputing/conker-base/commit/6300eaf7e7c7d71bf05cd62b8800d58bbf8ad520))
15+
* update go version to 1.24 ([#18](https://github.com/iExecBlockchainComputing/conker-base/issues/18)) ([454ac1d](https://github.com/iExecBlockchainComputing/conker-base/commit/454ac1d62ec84bb9d7ee68d1d122fd6d05f1f4d8))
16+
17+
18+
### Bug Fixes
19+
20+
* change default config path ([#25](https://github.com/iExecBlockchainComputing/conker-base/issues/25)) ([ff96755](https://github.com/iExecBlockchainComputing/conker-base/commit/ff9675551b654431f014b3c88f56f0c4672da093))
21+
* clean memory or resource leaks detected during analyses ([#8](https://github.com/iExecBlockchainComputing/conker-base/issues/8)) ([9b46f35](https://github.com/iExecBlockchainComputing/conker-base/commit/9b46f35333167ec2ab8df810e7996ca51cb73f36))
22+
* correct short and long options for getopt_long ([#7](https://github.com/iExecBlockchainComputing/conker-base/issues/7)) ([a54973e](https://github.com/iExecBlockchainComputing/conker-base/commit/a54973e9cc4b78e80c9432c7ef7c75af752b33b6))
23+
* error on check preventing multiple apps ([#26](https://github.com/iExecBlockchainComputing/conker-base/issues/26)) ([1b853be](https://github.com/iExecBlockchainComputing/conker-base/commit/1b853be4e36992c02674ec1e9712f141522a2832))
24+
* issues in several logging statements ([#6](https://github.com/iExecBlockchainComputing/conker-base/issues/6)) ([89dc001](https://github.com/iExecBlockchainComputing/conker-base/commit/89dc0017866399884bf8a53c5ad509bc33710900))
25+
* potential buffer overflows ([#9](https://github.com/iExecBlockchainComputing/conker-base/issues/9)) ([8c5e2ba](https://github.com/iExecBlockchainComputing/conker-base/commit/8c5e2bad262da56156a4335212b9012a9b39f9f6))

0 commit comments

Comments
 (0)