Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-beta.1 (2024-12-17)

### Bug Fixes

* add container_name in docker compose for tests ([913223d](913223d))
* add lib/ in package ([7cce18f](7cce18f))
* app:scaffold command description ([#175](#175)) ([bb02647](bb02647))
* **appScaffold / start-services:** fix colors and bold for commands ([8ff9a06](8ff9a06))
* attempt to cleanly finish dumping PaaS ES documents if dumping failed ([16fad0f](16fad0f))
* ci cd files ([ba8493b](ba8493b))
* ci is passing locally ([216acb8](216acb8))
* doctor.ts type error ([d2122ce](d2122ce))
* impersonate test ([29f0e2f](29f0e2f))
* It should now use the proper GH_TOKEN ([6b4b949](6b4b949))
* Remove --omit=dev in release ([294ed81](294ed81))
* return a unique color for each pod in the PaaS logs ([efaeb41](efaeb41))
* scaffold command should delete .git folder ([f83717b](f83717b))
* semantic release file had the wrong name ([5acf769](5acf769))
* working tests ([09a166d](09a166d))

### Features

* add command for dumping an Elasticsearch instance in the PaaS ([935f210](935f210))
* add flag to the PaaS ES dump command to configure the document batch size ([edd3440](edd3440))
* add nicer result logs for PaaS snapshot commands ([#207](#207)) ([937c921](937c921))
* Add semantic release ([633e242](633e242))
* check the batch size ([0c64151](0c64151))
* implement PaaS logs follow ([757baf7](757baf7))
* implement streamed HTTP queries ([481c202](481c202))
* **paas:** Update paas snapshot api call ([a103dd4](a103dd4))
* retrieve the PaaS logs using a streamed query ([d0ffd6e](d0ffd6e))
* store dumped PaaS ES documents in a single JSONL file ([8b0cd2c](8b0cd2c))
* support changing the NPM registry hostname ([fc4346e](fc4346e))
* support displaying PaaS logs timestamps ([89e4138](89e4138))
* support limiting the PaaS logs amount ([3247ea1](3247ea1))
* support selecting which pod to get PaaS logs from ([3647eb5](3647eb5))
* support specifying a starting time for PaaS logs ([657aa8f](657aa8f))
* support specifying an ending time for PaaS logs ([95d7018](95d7018))
  • Loading branch information
semantic-release-bot committed Dec 17, 2024
1 parent 6b4b949 commit 13b70a2
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 4 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# 1.0.0-beta.1 (2024-12-17)


### Bug Fixes

* add container_name in docker compose for tests ([913223d](https://github.com/kuzzleio/kourou/commit/913223d4adef23c456e11d750c418b77093a8e90))
* add lib/ in package ([7cce18f](https://github.com/kuzzleio/kourou/commit/7cce18f65326ccd4643431f08e3de70bea84dfe5))
* app:scaffold command description ([#175](https://github.com/kuzzleio/kourou/issues/175)) ([bb02647](https://github.com/kuzzleio/kourou/commit/bb0264794cc5fc627ed358fb4d19bab765d22416))
* **appScaffold / start-services:** fix colors and bold for commands ([8ff9a06](https://github.com/kuzzleio/kourou/commit/8ff9a060a1184450bd79d02b8757d595d00c9b88))
* attempt to cleanly finish dumping PaaS ES documents if dumping failed ([16fad0f](https://github.com/kuzzleio/kourou/commit/16fad0f479dc05ae622d29b923ecf38b4ceaffd9))
* ci cd files ([ba8493b](https://github.com/kuzzleio/kourou/commit/ba8493be80aa21436abc3508720d0040aedb4209))
* ci is passing locally ([216acb8](https://github.com/kuzzleio/kourou/commit/216acb87d581aaadbf47c71942e4d275a41db280))
* doctor.ts type error ([d2122ce](https://github.com/kuzzleio/kourou/commit/d2122ce6aa0eab2e780843a0287f106b3fba3b07))
* impersonate test ([29f0e2f](https://github.com/kuzzleio/kourou/commit/29f0e2f78d08d29cd11c2b57db1f0da1de41eff9))
* It should now use the proper GH_TOKEN ([6b4b949](https://github.com/kuzzleio/kourou/commit/6b4b949b7f1c4e5564174bc9cc5d505c850c16ed))
* Remove --omit=dev in release ([294ed81](https://github.com/kuzzleio/kourou/commit/294ed81b2f9d11cbbd6716823c2b69d2924f5acd))
* return a unique color for each pod in the PaaS logs ([efaeb41](https://github.com/kuzzleio/kourou/commit/efaeb41a56a5347c06bead6413acb97cd4f5cedd))
* scaffold command should delete .git folder ([f83717b](https://github.com/kuzzleio/kourou/commit/f83717bb7c7be8ff6fe481127af1d563b12806ac))
* semantic release file had the wrong name ([5acf769](https://github.com/kuzzleio/kourou/commit/5acf769ff8daf0d3d775aa61379594fcd4d40c49))
* working tests ([09a166d](https://github.com/kuzzleio/kourou/commit/09a166d34bee56023badcd0e2feda0a6e64ad1b8))


### Features

* add command for dumping an Elasticsearch instance in the PaaS ([935f210](https://github.com/kuzzleio/kourou/commit/935f21006681fe62481ebf01bfafed57f87e9b5d))
* add flag to the PaaS ES dump command to configure the document batch size ([edd3440](https://github.com/kuzzleio/kourou/commit/edd34404bc0aa9571a411604fbe14c40e9cf65b4))
* add nicer result logs for PaaS snapshot commands ([#207](https://github.com/kuzzleio/kourou/issues/207)) ([937c921](https://github.com/kuzzleio/kourou/commit/937c921929c4f4d0add02c75547900ccec9f210e))
* Add semantic release ([633e242](https://github.com/kuzzleio/kourou/commit/633e242d2bbf1c5e136dd7412c89325742e3e1e8))
* check the batch size ([0c64151](https://github.com/kuzzleio/kourou/commit/0c64151bd6b46abaa9ae73fd26704aee5061dfc2))
* implement PaaS logs follow ([757baf7](https://github.com/kuzzleio/kourou/commit/757baf7eddd9554155b97f1e6d72233116aca133))
* implement streamed HTTP queries ([481c202](https://github.com/kuzzleio/kourou/commit/481c20239d20dd5934982f0fb638d259a63786c1))
* **paas:** Update paas snapshot api call ([a103dd4](https://github.com/kuzzleio/kourou/commit/a103dd4215b5a1c5a62ed31c5e036d0beba293cf))
* retrieve the PaaS logs using a streamed query ([d0ffd6e](https://github.com/kuzzleio/kourou/commit/d0ffd6ebe983e46e4e18e03fd3cdddbf4cd86949))
* store dumped PaaS ES documents in a single JSONL file ([8b0cd2c](https://github.com/kuzzleio/kourou/commit/8b0cd2ce18c75f7c6db0737a5d7c2892721c0e42))
* support changing the NPM registry hostname ([fc4346e](https://github.com/kuzzleio/kourou/commit/fc4346e03a5f5ba603ad43ad0209e92552f2c24e))
* support displaying PaaS logs timestamps ([89e4138](https://github.com/kuzzleio/kourou/commit/89e4138ad2458570c1d5c77ee3588b41798122e5))
* support limiting the PaaS logs amount ([3247ea1](https://github.com/kuzzleio/kourou/commit/3247ea117a5bfa3a5ca38f14a608d46855ebe7a4))
* support selecting which pod to get PaaS logs from ([3647eb5](https://github.com/kuzzleio/kourou/commit/3647eb52717020eee330841251cf750a2d687c5a))
* support specifying a starting time for PaaS logs ([657aa8f](https://github.com/kuzzleio/kourou/commit/657aa8fd16af78a850606660ca07c83be6fab292))
* support specifying an ending time for PaaS logs ([95d7018](https://github.com/kuzzleio/kourou/commit/95d7018d67f66eb3980e6d932b5b80484929afd2))
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ npm install -g kourou
$ kourou COMMAND
running command...
$ kourou (-v|--version|version)
kourou/0.28.1 darwin-arm64 node-v20.10.0
kourou/1.0.0-beta.1 linux-x64 node-v22.12.0
$ kourou --help [COMMAND]
USAGE
$ kourou COMMAND
Expand Down Expand Up @@ -806,6 +806,8 @@ OPTIONS
--help show CLI help
```

_See code: [lib/commands/es/snapshot/restore.js](lib/commands/es/snapshot/restore.js)_

## `kourou file:decrypt FILE`

Decrypts an encrypted file.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kourou",
"description": "The CLI that helps you manage your Kuzzle instances",
"version": "0.28.1",
"version": "1.0.0-beta.1",
"author": "The Kuzzle Team <[email protected]>",
"bin": {
"kourou": "./bin/run"
Expand Down

0 comments on commit 13b70a2

Please sign in to comment.