From 34758864032dc15f70d8887036e979c215dd606e Mon Sep 17 00:00:00 2001 From: Jason Song Date: Sun, 5 Feb 2023 14:34:52 +0800 Subject: [PATCH] bump version to 2.2.0-SNAPSHOT --- CHANGES.md | 42 +++-------------------------------- README.md | 2 +- changes/changes-2.1.0.md | 47 ++++++++++++++++++++++++++++++++++++++++ pom.xml | 2 +- 4 files changed, 52 insertions(+), 41 deletions(-) create mode 100644 changes/changes-2.1.0.md diff --git a/CHANGES.md b/CHANGES.md index 36b52f556fd..37bdaeb5e99 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,46 +2,10 @@ Changes by Version ================== Release Notes. -Apollo 2.1.0 +Apollo 2.2.0 ------------------ -* [fix:occur a 400 error request when openapi key's parameter contain "a[0]"](https://github.com/apolloconfig/apollo/pull/4424) -* [Upgrade mysql-connector-java version to fix possible transaction rollback failure issue](https://github.com/apolloconfig/apollo/pull/4425) -* [Remove database migration tool Flyway](https://github.com/apolloconfig/apollo/pull/4361) -* [Optimize Spring-Security Firewall Deny Request Response 400](https://github.com/apolloconfig/apollo/pull/4428) -* [Optimize the UI experience of open platform authorization management](https://github.com/apolloconfig/apollo/pull/4436) -* [Allow users to associate multiple public namespaces at a time](https://github.com/apolloconfig/apollo/pull/4437) -* [Move apollo-demo, scripts/docker-quick-start and scripts/apollo-on-kubernetes out of main repository](https://github.com/apolloconfig/apollo/pull/4440) -* [Add search key when comparing Configuration items](https://github.com/apolloconfig/apollo/pull/4459) -* [A user-friendly user management page for apollo portal](https://github.com/apolloconfig/apollo/pull/4464) -* [Optimize performance of '/apps/{appId}/envs/{env}/clusters/{clusterName}/namespaces' interface queries](https://github.com/apolloconfig/apollo/pull/4473) -* [Add a new API to load items with pagination](https://github.com/apolloconfig/apollo/pull/4468) -* [fix(#4474):'openjdk:8-jre-alpine' potentially causing wrong number of cpu cores](https://github.com/apolloconfig/apollo/pull/4475) -* [Switching spring-session serialization mode to json for compatibility with spring-security version updates](https://github.com/apolloconfig/apollo/pull/4484) -* [fix(#4483):Fixed overwrite JSON type configuration being empty](https://github.com/apolloconfig/apollo/pull/4486) -* [Allow users to delete AppNamespace](https://github.com/apolloconfig/apollo/pull/4499) -* [fix the deleted at timestamp issue](https://github.com/apolloconfig/apollo/pull/4493) -* [add configuration processor for portal developers](https://github.com/apolloconfig/apollo/pull/4521) -* [Add a potential json value check feature](https://github.com/apolloconfig/apollo/pull/4519) -* [Add index for table ReleaseHistory](https://github.com/apolloconfig/apollo/pull/4550) -* [Add basic type check for Item value](https://github.com/apolloconfig/apollo/pull/4542) -* [add an option to custom oidc userDisplayName](https://github.com/apolloconfig/apollo/pull/4507) -* [fix openapi item with url illegalKey 400 error](https://github.com/apolloconfig/apollo/pull/4549) -* [fix the exception occurred when publish/rollback namespaces with grayrelease](https://github.com/apolloconfig/apollo/pull/4564) -* [fix create namespace with single dot 500 error](https://github.com/apolloconfig/apollo/pull/4568) -* [Add nodejs client sdk and fix doc](https://github.com/apolloconfig/apollo/pull/4590) -* [Move apollo-core, apollo-client, apollo-mockserver, apollo-openapi and apollo-client-config-data to apollo-java repo](https://github.com/apolloconfig/apollo/pull/4594) -* [fix get the openapi interface that contains namespace information for deleted items](https://github.com/apolloconfig/apollo/pull/4596) -* [A user-friendly config management page for apollo portal](https://github.com/apolloconfig/apollo/pull/4592) -* [feat: support use database as a registry](https://github.com/apolloconfig/apollo/pull/4595) -* [fix doc bug](https://github.com/apolloconfig/apollo/pull/4579) -* [fix Grayscale release Item Value length limit can not be synchronized with its main version](https://github.com/apolloconfig/apollo/pull/4622) -* [feat: use can change spring.profiles.active's value without rebuild project](https://github.com/apolloconfig/apollo/pull/4616) -* [refactor: remove app.properties and move some config file's location](https://github.com/apolloconfig/apollo/pull/4637) -* [Fix the problem of deleting blank items appear at the end](https://github.com/apolloconfig/apollo/pull/4662) -* [Portal-UI adds serverConfig configuration management of ApolloConfigDB](https://github.com/apolloconfig/apollo/pull/4680) -* [Enable login authentication for eureka](https://github.com/apolloconfig/apollo/pull/4663) -* [Add github action to publish docker image](https://github.com/apolloconfig/apollo/pull/4685) + ------------------ -All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/11?closed=1) +All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/13?closed=1) diff --git a/README.md b/README.md index 48b7bd07a2c..fa5cb6d47a1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ English | [中文](https://www.apolloconfig.com/#/zh/README) [![Build Status](https://github.com/apolloconfig/apollo/workflows/build/badge.svg)](https://github.com/apolloconfig/apollo/actions) [![GitHub Release](https://img.shields.io/github/release/apolloconfig/apollo.svg)](https://github.com/apolloconfig/apollo/releases) -[![Maven Central Repo](https://img.shields.io/maven-central/v/com.ctrip.framework.apollo/apollo.svg)](https://mvnrepository.com/artifact/com.ctrip.framework.apollo/apollo-client) +[![Maven Central Repo](https://img.shields.io/maven-central/v/com.ctrip.framework.apollo/apollo-client.svg)](https://mvnrepository.com/artifact/com.ctrip.framework.apollo/apollo-client) [![codecov.io](https://codecov.io/github/apolloconfig/apollo/coverage.svg?branch=master)](https://codecov.io/github/apolloconfig/apollo?branch=master) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) diff --git a/changes/changes-2.1.0.md b/changes/changes-2.1.0.md new file mode 100644 index 00000000000..36b52f556fd --- /dev/null +++ b/changes/changes-2.1.0.md @@ -0,0 +1,47 @@ +Changes by Version +================== +Release Notes. + +Apollo 2.1.0 + +------------------ +* [fix:occur a 400 error request when openapi key's parameter contain "a[0]"](https://github.com/apolloconfig/apollo/pull/4424) +* [Upgrade mysql-connector-java version to fix possible transaction rollback failure issue](https://github.com/apolloconfig/apollo/pull/4425) +* [Remove database migration tool Flyway](https://github.com/apolloconfig/apollo/pull/4361) +* [Optimize Spring-Security Firewall Deny Request Response 400](https://github.com/apolloconfig/apollo/pull/4428) +* [Optimize the UI experience of open platform authorization management](https://github.com/apolloconfig/apollo/pull/4436) +* [Allow users to associate multiple public namespaces at a time](https://github.com/apolloconfig/apollo/pull/4437) +* [Move apollo-demo, scripts/docker-quick-start and scripts/apollo-on-kubernetes out of main repository](https://github.com/apolloconfig/apollo/pull/4440) +* [Add search key when comparing Configuration items](https://github.com/apolloconfig/apollo/pull/4459) +* [A user-friendly user management page for apollo portal](https://github.com/apolloconfig/apollo/pull/4464) +* [Optimize performance of '/apps/{appId}/envs/{env}/clusters/{clusterName}/namespaces' interface queries](https://github.com/apolloconfig/apollo/pull/4473) +* [Add a new API to load items with pagination](https://github.com/apolloconfig/apollo/pull/4468) +* [fix(#4474):'openjdk:8-jre-alpine' potentially causing wrong number of cpu cores](https://github.com/apolloconfig/apollo/pull/4475) +* [Switching spring-session serialization mode to json for compatibility with spring-security version updates](https://github.com/apolloconfig/apollo/pull/4484) +* [fix(#4483):Fixed overwrite JSON type configuration being empty](https://github.com/apolloconfig/apollo/pull/4486) +* [Allow users to delete AppNamespace](https://github.com/apolloconfig/apollo/pull/4499) +* [fix the deleted at timestamp issue](https://github.com/apolloconfig/apollo/pull/4493) +* [add configuration processor for portal developers](https://github.com/apolloconfig/apollo/pull/4521) +* [Add a potential json value check feature](https://github.com/apolloconfig/apollo/pull/4519) +* [Add index for table ReleaseHistory](https://github.com/apolloconfig/apollo/pull/4550) +* [Add basic type check for Item value](https://github.com/apolloconfig/apollo/pull/4542) +* [add an option to custom oidc userDisplayName](https://github.com/apolloconfig/apollo/pull/4507) +* [fix openapi item with url illegalKey 400 error](https://github.com/apolloconfig/apollo/pull/4549) +* [fix the exception occurred when publish/rollback namespaces with grayrelease](https://github.com/apolloconfig/apollo/pull/4564) +* [fix create namespace with single dot 500 error](https://github.com/apolloconfig/apollo/pull/4568) +* [Add nodejs client sdk and fix doc](https://github.com/apolloconfig/apollo/pull/4590) +* [Move apollo-core, apollo-client, apollo-mockserver, apollo-openapi and apollo-client-config-data to apollo-java repo](https://github.com/apolloconfig/apollo/pull/4594) +* [fix get the openapi interface that contains namespace information for deleted items](https://github.com/apolloconfig/apollo/pull/4596) +* [A user-friendly config management page for apollo portal](https://github.com/apolloconfig/apollo/pull/4592) +* [feat: support use database as a registry](https://github.com/apolloconfig/apollo/pull/4595) +* [fix doc bug](https://github.com/apolloconfig/apollo/pull/4579) +* [fix Grayscale release Item Value length limit can not be synchronized with its main version](https://github.com/apolloconfig/apollo/pull/4622) +* [feat: use can change spring.profiles.active's value without rebuild project](https://github.com/apolloconfig/apollo/pull/4616) +* [refactor: remove app.properties and move some config file's location](https://github.com/apolloconfig/apollo/pull/4637) +* [Fix the problem of deleting blank items appear at the end](https://github.com/apolloconfig/apollo/pull/4662) +* [Portal-UI adds serverConfig configuration management of ApolloConfigDB](https://github.com/apolloconfig/apollo/pull/4680) +* [Enable login authentication for eureka](https://github.com/apolloconfig/apollo/pull/4663) +* [Add github action to publish docker image](https://github.com/apolloconfig/apollo/pull/4685) + +------------------ +All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/11?closed=1) diff --git a/pom.xml b/pom.xml index ba18ded16be..fff0883a5fb 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ - 2.1.0 + 2.2.0-SNAPSHOT 1.8 UTF-8 2.1.0