You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/11/03 09:00:36 UTC

[GitHub] [druid] isandeep41 opened a new pull request #11872: Bump upgrade app version to 0.22.0

isandeep41 opened a new pull request #11872:
URL: https://github.com/apache/druid/pull/11872


   Upgrade app version to support 0.22.0 build
   
   This PR has:
   - [x] been self-reviewed.
      - [ ] using the [concurrency checklist](https://github.com/apache/druid/blob/master/dev/code-review/concurrency.md) (Remove this item if the PR doesn't have any relation to concurrency.)
   - [ ] added documentation for new or modified features or behaviors.
   - [ ] added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links.
   - [ ] added or updated version, license, or notice information in [licenses.yaml](https://github.com/apache/druid/blob/master/dev/license.md)
   - [ ] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
   - [ ] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for [code coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md) is met.
   - [ ] added integration tests.
   - [x] been tested in a test Druid cluster.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] asdf2014 merged pull request #11872: Bump app version in Helm Chart from 0.19.0 to 0.22.0

Posted by GitBox <gi...@apache.org>.
asdf2014 merged pull request #11872:
URL: https://github.com/apache/druid/pull/11872


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] FrankChen021 commented on a change in pull request #11872: Bump upgrade app version to 0.22.0

Posted by GitBox <gi...@apache.org>.
FrankChen021 commented on a change in pull request #11872:
URL: https://github.com/apache/druid/pull/11872#discussion_r744191068



##########
File path: helm/druid/Chart.yaml
##########
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 apiVersion: v2
-appVersion: 0.19.0
+appVersion: 0.22.0
 description: DEPRECATED Apache Druid is a high performance real-time analytics database.

Review comment:
       What does the 'DEPRECATED' mean ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] isandeep41 commented on a change in pull request #11872: Bump upgrade app version to 0.22.0

Posted by GitBox <gi...@apache.org>.
isandeep41 commented on a change in pull request #11872:
URL: https://github.com/apache/druid/pull/11872#discussion_r745748531



##########
File path: helm/druid/Chart.yaml
##########
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 apiVersion: v2
-appVersion: 0.19.0
+appVersion: 0.22.0
 description: DEPRECATED Apache Druid is a high performance real-time analytics database.

Review comment:
       the flag and message has been removed in #11897




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] FrankChen021 commented on a change in pull request #11872: Bump upgrade app version to 0.22.0

Posted by GitBox <gi...@apache.org>.
FrankChen021 commented on a change in pull request #11872:
URL: https://github.com/apache/druid/pull/11872#discussion_r744435783



##########
File path: helm/druid/Chart.yaml
##########
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 apiVersion: v2
-appVersion: 0.19.0
+appVersion: 0.22.0
 description: DEPRECATED Apache Druid is a high performance real-time analytics database.

Review comment:
       I think we can remove this flag.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] isandeep41 closed pull request #11872: Bump upgrade app version to 0.22.0

Posted by GitBox <gi...@apache.org>.
isandeep41 closed pull request #11872:
URL: https://github.com/apache/druid/pull/11872


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] isandeep41 closed pull request #11872: Bump upgrade app version to 0.22.0

Posted by GitBox <gi...@apache.org>.
isandeep41 closed pull request #11872:
URL: https://github.com/apache/druid/pull/11872


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] isandeep41 commented on a change in pull request #11872: Bump upgrade app version to 0.22.0

Posted by GitBox <gi...@apache.org>.
isandeep41 commented on a change in pull request #11872:
URL: https://github.com/apache/druid/pull/11872#discussion_r744348509



##########
File path: helm/druid/Chart.yaml
##########
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 apiVersion: v2
-appVersion: 0.19.0
+appVersion: 0.22.0
 description: DEPRECATED Apache Druid is a high performance real-time analytics database.

Review comment:
       The Druid Chart was deprecated in [helm/charts](https://github.com/helm/charts/tree/master/incubator/druid) repo
   > ⚠️ Repo Archive Notice
   > As of Nov 13, 2020, charts in this repo will no longer be updated. For more information, see the Helm Charts Deprecation and Archive Notice, and Update.
   
   The deprecation notice can be removed from this repo. @asdf2014 what do you suggest ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org