Skip to content

Releases: mindvalley/wukong-cli

2.1.2

07 Oct 09:31
2e490e4
Compare
Choose a tag to compare
Merge pull request #230 from mindvalley/chore/bump-version-2.1.2

Bump version of the cli and update to latest dependencies

2.1.1

03 Sep 07:07
747cef0
Compare
Choose a tag to compare
Merge pull request #227 from mindvalley/chore/bump-version-2.1.1

chore/bump version 2.1.1

2.1.0

21 Mar 06:29
575341b
Compare
Choose a tag to compare

What's Changed

  • PXP-638: [CLI] Implement new config by @mfauzaan in #183
  • chore(deps): bump h2 from 0.3.19 to 0.3.24 in /sdk by @dependabot in #187
  • PXP-659 feat: add cloud sql instances and metric clients from google protobuf… by @Fadhil in #191
  • PXP-644 feat: add application init command by @mfauzaan in #192
  • PXP-664 refactor: replace global init with inquire library by @mfauzaan in #193
  • Fix: Apply new clippy changes for for rust version (1.26.0) by @mfauzaan in #194
  • chore(github): update github actions by @leylmordor in #195
  • Fix/handle broken google cloud welcome screen on tui by @mfauzaan in #197
  • PXP-650: [CLI] Develop a panel on the TUI to display AppSignal data by @jk-gan in #196
  • PXP-672: [CLI] Include .yaml file types in application init workflow list by @mfauzaan in #199
  • PXP-676: [CLI] Skip workflow step on application init if empty by @mfauzaan in #203
  • PXP-675: [CLI] Make canary flag enabled by default by @jk-gan in #201
  • chore(deps): bump mio from 0.8.8 to 0.8.11 in /sdk by @dependabot in #200
  • PXP-660 feat: add cloudsql database metrics panel by @Fadhil in #202
  • PXP-670: [CLI] Implement the AppSignal integration to the deployment status command by @jk-gan in #198
  • chore(deps): bump mio from 0.8.10 to 0.8.11 by @dependabot in #204
  • deps: upgrade dependencies to patch security warnings by @jk-gan in #207
  • PXP-671: [CLI] Implement the CloudSQL integration to the deployment status command by @jk-gan in #206
  • PXP-678: [CLI] Integrate application init name validation by @mfauzaan in #205
  • chore: add telemetry for deployment status command by @jk-gan in #208
  • PXP-685: [CLI] Improve the warning when CloudSQL integration is not enabled by @jk-gan in #209
  • chore: cleanup dependencies and use workspace dependencies for share … by @jk-gan in #210
  • Bump version and dependencies by @onimsha in #211

New Contributors

Full Changelog: 2.0.2...2.1.0

2.0.2

22 Jan 09:18
e5cb8c5
Compare
Choose a tag to compare

What's Changed

  • Update CHANGELOG by @onimsha in #171
  • Update README to add installation steps by @onimsha in #172
  • PXP-617: [CLI] Logs Panel: Support line wrapping by @jk-gan in #170
  • PXP-639: [CLI] Ctrl-e stopped working on the latest codebase by @jk-gan in #175
  • PXP-635: [CLI] Terminate the TUI when there is a panic on TUI by @mfauzaan in #174
  • PXP-640: [CLI] Log panel panic when the start index out of bound by @jk-gan in #176
  • PXP-634: [CLI] Add welcome before showing TUI panels by @mfauzaan in #173
  • PXP-636: [CLI] Support a hotkey to force reload the TUI by @jk-gan in #179
  • chore(deps): bump openssl from 0.10.55 to 0.10.60 in /sdk by @dependabot in #177
  • chore(deps): bump openssl from 0.10.59 to 0.10.60 by @dependabot in #178
  • PXP-633: Better error handling if there is failure on JSON decode by @mfauzaan in #180
  • PXP-641: Handle event sender panic by @mfauzaan in #181
  • PXP-638: [CLI] Reached API limits on Google Logging by @jk-gan in #182
  • PXP-663: [CLI] Depreciate old error handling by @mfauzaan in #185
  • PXP-662 fix: pipeline status request does not need builds by @Fadhil in #184
  • Update tests and dependencies by @onimsha in #186
  • Update upload-artifact action to v4 by @onimsha in #188
  • Fix a typo in the download action by @onimsha in #189
  • Add artifact download path to release workflow by @onimsha in #190

Full Changelog: 2.0.1...2.0.2

2.0.1

06 Nov 14:16
6a4e147
Compare
Choose a tag to compare

What's Changed

  • PXP-627: [CLI] Key binding is incorrect for the logs panel by @jk-gan in #157
  • PXP-610: [CLI] Panel Expand by @jk-gan in #158
  • PXP-626: [CLI] Remove the tick-based canvas refresh by @jk-gan in #155
  • chore(deps): bump rustix from 0.37.20 to 0.37.25 in /sdk by @dependabot in #159
  • PXP-625: [CLI] Report the Wukong version to telemetry by @jk-gan in #161
  • PXP-599: [CLI] Logs panel: Support time filtering (Reopen to base on the main branch) by @jk-gan in #162
  • PXP-628: [CLI]: Collect debug logs to a file by @mfauzaan in #163
  • PXP-631: [CLI] The header layout is broken on big screen by @jk-gan in #166
  • PXP-630: [CLI]: fix ctrl+e panic by @mfauzaan in #165
  • PXP-632: [CLI] Okta tokens did not being updated after refresh by @jk-gan in #167
  • Bump version of the cli by @onimsha in #168
  • PXP-628: [CLI]: Display new release info banner by @mfauzaan in #164
  • Bump CLI version to 2.0.1 by @onimsha in #169

Full Changelog: 2.0.0-alpha2...2.0.1

2.0.0-alpha2

17 Oct 02:50
d108e7c
Compare
Choose a tag to compare

What's Changed

  • Update CHANGELOG by @onimsha in #143
  • PXP-600: Display data from different version using hotkey by @mfauzaan in #146
  • PXP-596: Optimize the logs rendering on tui by @mfauzaan in #145
  • PXP-613: Update API calls order by @mfauzaan in #147
  • PXP-611: add error logs filter on tui by @mfauzaan in #149
  • PXP-598: Add log tailing hotkey by @mfauzaan in #148
  • PXP-583: [CLI] New Error Codes handling by @jk-gan in #144
  • PXP-616: [CLI] Log Entries is not reset after a new namespace or a new version is selected by @jk-gan in #152
  • PXP-597: [CLI] Logs panel: Support search / filter for logs by @jk-gan in #151
  • chore(deps): bump webpki from 0.22.1 to 0.22.2 by @dependabot in #154
  • chore(deps): bump webpki from 0.22.0 to 0.22.2 in /sdk by @dependabot in #153
  • PXP-608: Make panels selectable by @mfauzaan in #150
  • Bump version and update latest dependencies by @onimsha in #156

Full Changelog: 2.0.0-alpha1...2.0.0-alpha2

2.0.0-alpha1

06 Sep 07:11
366fd84
Compare
Choose a tag to compare
2.0.0-alpha1 Pre-release
Pre-release

What's Changed

  • chore(deps): bump openssl from 0.10.54 to 0.10.55 in /sdk by @dependabot in #128
  • PXP-559: [CLI] Update the Github Actions workflows by @jk-gan in #129
  • PXP-577: [CLI] Implement the command by @jk-gan in #130
  • PXP-578: [CLI] Implement the headers section by @jk-gan in #131
  • PXP-584: [CLI] Implement the hotkeys by @jk-gan in #132
  • PXP-581: [CLI] Implement the deployment section by @jk-gan in #134
  • PXP-580: [CLI] Implement the build artifact section by @jk-gan in #133
  • chore(deps): bump rustls-webpki from 0.100.1 to 0.100.2 in /sdk by @dependabot in #136
  • PXP-579: [CLI] Implement the logs section by @jk-gan in #137
  • PXP-594: Find a solution to support a canary api in the CLI by @jk-gan in #139
  • chore(deps): bump rustls-webpki from 0.100.1 to 0.100.2 by @dependabot in #135
  • PXP-595: integrate github pipeline while fetching builds by @mfauzaan in #138
  • PXP-604: handle permission error for the TUI by @mfauzaan in #140
  • fix: fix errors from the latest dependencies by @jk-gan in #142
  • Bump version and update to latest dependencies by @onimsha in #141

Full Changelog: 1.2.0...2.0.0-alpha1

1.2.0

06 Sep 07:08
Compare
Choose a tag to compare

What's Changed

  • PXP-572: Handle blue/green deployment failure on deployment by @mfauzaan in #127
  • PXP-555: Refactoring code by @jk-gan in #126

Full Changelog: 1.1.1...1.2.0

1.1.1

21 Jul 08:38
20d05e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

20 Jul 06:44
bb464c5
Compare
Choose a tag to compare

What's Changed

  • PXP-567: [CLI] Crash when entering interactive session too long by @jk-gan in #119
  • PXP-568: [CLI] Make the application instances connect interactive by @mfauzaan in #118
  • Bump version to 1.1.0 by @onimsha in #121
  • Update README.md by @onimsha in #122

Full Changelog: 1.0.3...1.1.0