Releases: bkdevops-projects/devops-framework
Releases · bkdevops-projects/devops-framework
v0.0.9
v0.0.8
⭐ New Features
- feat: 增加common模块,支持国密 #186 #191
- feat: swagger支持basic auth #180 #190
- 支持国密 #186
- feat: 发布插件signingkey支持读取文件 #182 #185
- Swagger支持认证 #180
- feat: 新增gradle release插件 #175 #176
- 使用bk-ci机器人 #173
- chore: 基于Trunk-Based Development模式的工作流调整 #162 #163
- 基于Trunk-Based Development模式的工作流调整 #162
- devops-publish-gradle-plugin插件优化 #86
🐞 Bug Fixes
- Sample示例程序启动报错 #188
- chore: 去掉release action中Setup Docker环节,vm上本身就支持docker命令。#165 #166
- Release Action执行不稳定。依赖于第三方docker仓库 #165
📔 Documentation
- Changelog在github release中记录与展示,去掉代码里的changelog #167
❤️ Contributors
Thank you to all the contributors who worked on this release:
v0.0.7
⭐ New Features
- 自动化进行版本发布 #159
- feat: 默认关闭management.endpoint.devopsPlugin #155
- 支持Spring WebFlux #154
- perf: 降低mavenLocal优先级 #147
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@cnlkl, @felixncheng, and @stubenhuang
0.0.6
What's Changed
- 集成google jib打包docker镜像 #68 by @stubenhuang in #123
- feature: boot启动器新增property判断 #124 by @stubenhuang in #126
- feature: 通过spring cloud stream方式支持pulsar #121 by @zacYL in #131
- feature: 通过spring cloud stream方式支持pulsar #121 by @royalhuang in #132
- feature: 1 pulsar组件支持更多功能 #121 by @zacYL in #134
- feature: 修复消费速率上不去bug;支持接口动态开启/关闭消费者与生产者 by @zacYL in #135
- feat: 升级spring cloud 到 2020.0.3 #136 by @stubenhuang in #137
- feat: 设置JacksonConfiguration中的Bean为不存在时才创建 #138 by @cnlkl in #139
- feat: 配置默认JavaCompile.targetCompatibility并设置默认为JDK8 #140 by @cnlkl in #141
- fix: 在使用spring-cloud-kubernetes的时候不会初始化Registration #128 by @hingbong in #130
- fix: 修复copyToRelease任务执行顺序错误 #143 by @cnlkl in #144
- feat: 升级Kotlin版本到1.5.32 #145 by @cnlkl in #146
New Contributors
- @zacYL made their first contribution in #131
- @royalhuang made their first contribution in #132
- @cnlkl made their first contribution in #139
- @hingbong made their first contribution in #130
Full Changelog: 0.0.5...0.0.6
0.0.5
0.0.4
Features
- 支持k8s云原生编译打包方式
- 开发插件化组件plugin-starter
- 支持服务名称前缀后缀
-【服务治理】客户端负载均衡&服务间灰度调用能力
-【服务治理】客户端断路器&限流组件
Refactor
- copyToRelease支持不带版本号
- gradle插件代码拆分
- 解决jooq项目model模块没有应用java插件问题
- 服务注册instance-id使用hostname
- repository移除mavenLocal
- kotlin编译增加-java-parameters参数
Dependencies
- kotlin升级1.4.32
- ktlint升级0.41.0
- SpringBoot升级2.4.5
- SpringCloud升级2020.0.2
Documentation
- 发布文档页面