Skip to content

Releases: TencentBlueKing/blueking-paas

v1.4.0-beta.2

29 Dec 03:01
0593562
Compare
Choose a tag to compare

What's Changed

  • fix: 挂载卷路径正则修改,创建云原生应用、模块页面文案修改,进程配置镜像应用显示逻辑调整, by @leafage-collb in #1065

Full Changelog: v1.4.0-beta.1...v1.4.0-beta.2

v1.4.0-beta.1

28 Dec 09:23
6a5b09c
Compare
Choose a tag to compare

What's Changed

  • 实现蓝盾流水线相关接口的 Client by @shabbywu in #690
  • bugfix: 修复搜索页无法正常展示应用的问题 by @shabbywu in #692
  • enhance: 增加特性开关控制是否允许从源码构建镜像(云原生应用); 镜像仓库列表API对腾讯镜像源做额外的提示适配 by @shabbywu in #696
  • 云原生应用前端功能 by @jiayuan929 in #698
  • 创建模块区分普通应用和云原生应用 by @jiayuan929 in #701
  • bugfix: 实现将增强服务配置注入到 bkapp manifest 的逻辑 by @shabbywu in #700
  • Fix develop wmh by @leafage-collb in #702
  • bugfix: 修复 EventSource 未正常关闭则打开下一个 EventSource 的问题 by @shabbywu in #704
  • fix: 修复 ImageParser 解析出的 dockerhub endpoint 无法连接的问题 by @shabbywu in #705
  • fix: envOverlay autoscaling json inline bug by @narasux in #706
  • minor: 补充 EnvOverLay.Autoscaling 的集成测试 by @shabbywu in #708
  • Fix develop wmh by @leafage-collb in #709
  • Dev wmh by @leafage-collb in #711
  • fix: 修复构建配置展示问题、修复开启阔缩容进程状态的判断、 修复无法拉取到镜像时,把错误信息展示到页面 by @huangpeng0428 in #712
  • Dev wmh by @leafage-collb in #713
  • fix: 修复传参错误导致 webconsole API 异常 by @jiayuan929 in #707
  • fix: 创建应用扩缩容无需获取 Feature Flag by @leafage-collb in #718
  • fix: 创建应用->进程配置与钩子命令无需判断应用类型 by @leafage-collb in #719
  • feature: 实现日志采集配置项 API by @shabbywu in #714
  • Add import-linter to pre-commit of apiserver directory by @piglei in #716
  • WIP: 支持更换密钥 by @jiayuan929 in #667
  • apply alert rules in an incremental update manner by @jamesgetx in #679
  • feat:挂载卷接口实现 by @SheepSheepChen in #699
  • Re-organize the modules by layers and enhance import-linter config file by @piglei in #721
  • fix:fix the unit test after re-organize the modules by @SheepSheepChen in #723
  • enhance: 构建历史接口增加模块, 环境字段 by @shabbywu in #725
  • 云原生体验提单修复 by @leafage-collb in #722
  • Fix dev wmh by @leafage-collb in #730
  • minor: 云原生应用的 ProcessSpec 添加 autoscaling 字段 by @shabbywu in #729
  • Fix: add migration script for the spec_cls attr of SourceTypeSpecConfig by @piglei in #726
  • Fix dev wmh by @leafage-collb in #732
  • fix: select add allow-create by @huangpeng0428 in #728
  • fix: 修复创建云原生应用正则错误 by @huangpeng0428 in #717
  • fix: 进程配置编辑态下,镜像仓库添加编辑入口 by @leafage-collb in #733
  • fix:分支拉取超时时间,分支名正则 by @SheepSheepChen in #724
  • fix: Release 脏数据导致的进程查询失败问题 by @SheepSheepChen in #735
  • fix: 创建模块使用FeatureFlag属性错误 by @leafage-collb in #740
  • feat: 添加批量解绑增强服务的脚本(原mr冲突太多新建了一个) by @jiayuan929 in #741
  • fix: 修复云原生应用获取不到已部署的 BKPAAS_APP_SECRET 问题 by @jiayuan929 in #738
  • refactor: cleaning up invalid modules in import-linter by @jamesgetx in #736
  • Add API: Get bk_app model manifest by @piglei in #731
  • feat:支持更换密钥 by @ceufa in #720
  • fix: mypy static type check when run unit test by @jamesgetx in #745
  • fix: 应用logo信息tooltips优化 by @leafage-collb in #742
  • refactor: move class EnvItem to appropriate reference location(entities) by @jamesgetx in #747
  • feat: support collect and record application resources used state by @narasux in #603
  • fix: k8s configmap 资源删除错误 和 source_config_date 校验 by @SheepSheepChen in #744
  • refactor: rename alert rule display name by @jamesgetx in #749
  • feature: 增加 ModuleProcessSpec 模型; 扩展 ProcessSpec 模型, 增加更多进程相关的字段 by @shabbywu in #737
  • fix: 改进 volume mount_path 正则 by @SheepSheepChen in #739
  • feature: ModuleProcessSpec 的保存逻辑 by @shabbywu in #751
  • feat: smart 应用ID 长度支持 20 个字符 by @jiayuan929 in #746
  • Secret develop by @ceufa in #755
  • feat: support ImagePullPolicy options when deploy cnative app by @jamesgetx in #743
  • fix: update custom domain not affect domaingroupmapping in cluster by @narasux in #763
  • Secret develop by @ceufa in #765
  • fix: 修改外部来源默认值 & 修复扩缩容进程状态bug by @huangpeng0428 in #762
  • fix:云原生应用迁移脚本等问题修复 by @jiayuan929 in #758
  • fix: 增强服务配置信息展示有误 by @SheepSheepChen in #753
  • feat:部署支持镜像拉取策略 by @leafage-collb in #766
  • fix: 删除密钥前检查密钥个数 by @jiayuan929 in #770
  • feat: support cnative app build with dockerfile by @jamesgetx in #759
  • WIP: Deploy cnative with app desc (#757) by @shabbywu in #760
  • feature: 提供 ModuleProcessSpec 模型的查询和保存接口 by @shabbywu in #773
  • fix: 修复相同 module&environment 下,存在同名 mount 的问题 by @SheepSheepChen in #761
  • Feature: allow import application manifest(only include the env vars) by @piglei in #772
  • feature: BuildConfig API 支持保存仅镜像的配置信息 by @shabbywu in #774
  • fix: 修复没有默认密钥导致显示不出应用密钥的bug by @huangpeng0428 in #780
  • feature: Add model ModuleDeployHook by @shabbywu in #775
  • fix: tooltips 虚线规范、不支持源码应用在页面上配置进程,改为提供指引 by @leafage-collb in #771
  • feat: 镜像管理 by @leafage-collb in #779
  • refactor: rename modules in paas_wl.workloads by @jamesgetx in #777
  • enhance: 日志平台自定义采集项增加 retain_extra_json 参数 by @shabbywu in #727
  • Manifest importing support Mounts & envOverlay.replicas & manifest add replicas overlay by @piglei in #776
  • Fix exception when saas disc use a non-existent module name by @piglei in #784
  • fix: 更替markdown渲染插件解决兼容性问题 by @leafage-collb in #785
  • fix: use metadata.creationTimestamp instead of pod.status.startTime by @jamesgetx in #782
  • bug:云原生体验bug修复 by @leafage-collb in #787
  • feature: handle spec.build && spec.hooks && spec.processes && spec.envOverlay.resQuotas && spec.envOverlay.autoscaling by @shabbywu in #781
  • fix: 修复云原生应用的若干问题 by @shabbywu in #790
  • fix: update environment_name for config_var not work by @jamesgetx in #791
  • feat: 添加查看部署历史 YAML 的 API by @jiayuan929 in #764
  • fix: update environment_name for config_var not work by @jamesgetx in #792
  • fix: 修复云原生应用的若干问题 by @shabbywu in #794
  • Misc enhancements on git client: list branches and touch operations speed up. by @piglei in #789
  • fix: 产品文档链接替换为环境变量 by @leafage-collb in #796
  • feat: add ...
Read more

v1.3.0-beta.12

12 Dec 08:59
9540c6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0-beta.11...v1.3.0-beta.12

v1.3.0-beta.11

29 Nov 07:14
136d75f
Compare
Choose a tag to compare
fix: bugfix (#943)

v1.3.0-beta.10

29 Nov 05:14
d2594bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0-beta.9...v1.3.0-beta.10

v1.3.0-beta.9

24 Nov 03:20
440d59e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0-beta.8...v1.3.0-beta.9

v1.3.0-beta.8

22 Nov 09:09
343c505
Compare
Choose a tag to compare

What's Changed

  • bugfix: 修复 s-mart 应用 get_processes 函数会丢失 plan, replicas 等信息 by @shabbywu in #912
  • feat: 更新产品文档地址 by @jiayuan929 in #915

Full Changelog: v1.3.0-beta.7...v1.3.0-beta.8

v1.3.0-beta.7

15 Nov 11:19
e751bc1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0-beta.6...v1.3.0-beta.7

v1.3.0-beta.6

07 Nov 08:13
d5a21c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0-beta.5...v1.3.0-beta.6

v1.3.0-beta.5

24 Oct 10:40
6adca5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0-beta.4...v1.3.0-beta.5