This is an automated email from the ASF dual-hosted git repository. adheipsingh pushed a commit to branch v1.3.0-beta.1 in repository https://gitbox.apache.org/repos/asf/druid-operator.git
commit 26b1f174f7d82b390c51debb9dbb6cf56827ed2e Author: AdheipSingh <[email protected]> AuthorDate: Sun Mar 3 12:41:31 2024 +0530 release v1.3.0-beta.2 --- Dockerfile | 2 +- MAINTAINERS.md | 2 +- chart/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0b464b8..4358e49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.20 as builder +FROM golang:1.21 as builder ARG TARGETOS ARG TARGETARCH diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 09a08b1..80a4b39 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -6,4 +6,4 @@ - [Itamar Marom](https://github.com/itamar-marom) - [Cyril Corbon](https://github.com/cyril-corbon) - +- [Avtar Singh](https://github.com/avtarOPS) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index faf2687..fbc91c3 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -20,6 +20,6 @@ version: 0.3.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: v1.2.3 +appVersion: v1.3.0-beta.1 # icon icon: "https://www.apache.org/logos/res/druid/druid-1.png" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
