Skip to content

Commit

Permalink
docs: change log tranlation normalize (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
xidons authored Sep 13, 2024
1 parent 4e88776 commit 2443fcd
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apiserver/paasng/changelog/en/V0.1.0_2022-11-17.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# V0.1.0 Release Notes
### New Features
### Feature
- A brand new user interface has been designed to provide a more friendly experience
- Support for front-end and back-end separation development mode
- Support for custom background processes and startup commands
Expand Down
4 changes: 2 additions & 2 deletions apiserver/paasng/changelog/en/V0.1.4_2023-03-20.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# V0.1.4 Release Notes
### New Features
### Feature
- Support for GitHub and Gitee OAuth authorization to pull code
- Provide WebConsole functionality
- Add blueking APM enhancement service
Expand All @@ -9,7 +9,7 @@
- The initialization script of the application cluster supports setting tolerance and taint
- Application permissions migrated to bk-iam

### Bug Fixes
### Fixed
- The application name is not displayed when creating a Smart application
- The default access protocol for initializing clusters is https
- The code repository management has no content display
6 changes: 3 additions & 3 deletions apiserver/paasng/changelog/en/V1.1.0_2023-05-17.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# V1.1.0 Release Notes
### New Features
### Feature
- Architecture adjustment: workloads service merged into apiserver
- Support cloud-native applications (requires use with bkpaas-app-operator)

### Optimizations
### Improved
- Python buildpack, default Python version is 3.10
- Improved plugin query experience
- Top navigation style modified
- In the Python buildpack, priority of python version specification is now runtime.txt > buildpack default version > cached version

### Bug Fixes
### Fixed
- The image credential cannot enter more than 255 characters
- Error issues on overview page and process management page
- Some issues with log query
4 changes: 2 additions & 2 deletions apiserver/paasng/changelog/en/V1.2.0_2023-08-14.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# V1.2.0 Release Notes
### New Features
### Feature
- Sensitive Field Encryption: Added support for using the SM4 encryption algorithm

### Optimizations
### Improved
- Redesign Access Management feature
- Redesign Application Market feature
2 changes: 1 addition & 1 deletion apiserver/paasng/changelog/en/V1.3.0_2023-09-20.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# V1.3.0 Release Notes
### New Features
### Feature
- Support configuring health probes through the application description file
6 changes: 3 additions & 3 deletions apiserver/paasng/changelog/en/V1.4.1_2024-05-15.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# V1.4.1 Release Notes
### New Features
### Feature
- Introduced an application model to provide a cloud-native deployment experience with centralized module configuration interface and a global process view, adding new features such as mounting volumes, DNS configuration, and domain name resolution settings.
- Enhanced building capabilities: Added Dockerfile support, allowing more flexible application code building for various programming languages and direct deployment of pre-built images.
- Monitoring and alerts function (dependent on Blueking monitoring platform).
- Application logs can now be collected and queried from the Blueking log platform.
- Feature to change bk_app_secret.
- The credential information for Addons services supports toggle settings to control whether it is written into environment variables.

### Optimizations
### Improved
- Default timeout for code repository operations changed to: 10 minutes.
- S-mart application supports modification of Chinese names.
- Added renewal operations for expired cloud API permissions.
Expand All @@ -16,6 +16,6 @@
- Developers must apply for permissions before they can call any API registered to the API gateway.
- Upgrades to Python and Nodejs component dependencies.

### Bug Fixes
### Fixed
- Fixed an issue where image credentials could not be entered if they exceeded 255 characters.
- Fixed an error reported for undeclared modules in service discovery.
6 changes: 3 additions & 3 deletions apiserver/paasng/changelog/en/V1.5.0_2024-06-21.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# V1.5.0 Release Notes
### New Features
### Feature
- Support `specVersion: 3` version specification in `app_desc.yaml` (cloud-native apps)
- Render product's title/name/logo/footer resources through configuration
- Standardize interaction with other products' functionalities as per BlueKing specifications
Expand All @@ -8,12 +8,12 @@
- Track process restart counts and events
- Support customizing the maximum size of S-mart package uploads

### Optimizations
### Improved
- Allow entering port number in the image repository field when creating apps/modules.
- Enhanced error message prompts when uploading S-mart packages fails
- Display original package name of S-mart apps in package version management

### Bug Fixes
### Fixed
- Fixed issue where clicking Deploy on successful S-mart app creation page redirected incorrectly
- Fixed issue where clearing search box after searching by icon did not trigger search behavior
- Fixed issue with time sorting in access logs
Expand Down

0 comments on commit 2443fcd

Please sign in to comment.