Skip to content

Commit

Permalink
feat: Prepare 1.1.5 Release (#184)
Browse files Browse the repository at this point in the history
* feat: Prepare 1.1.5 Release

* feat: Prepare 1.1.5 Release

* feat: Prepare 1.1.5 Release

* feat: Prepare 1.1.5 Release

* feat: Prepare 1.1.5 Release

* feat: Prepare 1.1.5 Release and updating helm version

* feat: Prepare 1.1.5 Release and updating helm version
  • Loading branch information
dhruvinmaniar123 authored Sep 15, 2023
1 parent 5f6bdac commit e8f7a8e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 14 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
echo "default_branch_ref=refs/heads/$DEFAULT_BRANCH" >> $GITHUB_ENV
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
uses: azure/setup-helm@v3

- name: Add Helm repos
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v3
with:
version: v3.4.0
token: "${{ secrets.GITHUB_TOKEN }}"

- name: Add Helm repos
Expand Down
6 changes: 3 additions & 3 deletions charts/deps/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
version: 7.16.3
- name: airflow
repository: https://airflow-helm.github.io/charts
version: 8.7.1
digest: sha256:f15b51ef857c86f6d0c30296a1e1529c5fa30de5827053358b8c9e5c61a5c542
generated: "2023-08-03T17:06:26.366164+05:30"
version: 8.8.0
digest: sha256:dfbdae7c1d15a3341434ae4b288c5df316e9caf578743aaabb8a5dc5b3d40f2b
generated: "2023-09-15T20:28:01.84969+05:30"
4 changes: 2 additions & 2 deletions charts/deps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.1.11
version: 1.1.12

# 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.
# It is recommended to use it with quotes.
appVersion: "1.1.4"
appVersion: "1.1.5"

home: https://open-metadata.org/

Expand Down
2 changes: 1 addition & 1 deletion charts/deps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ airflow:
airflow:
image:
repository: docker.getcollate.io/openmetadata/ingestion
tag: 1.1.4
tag: 1.1.5
pullPolicy: "IfNotPresent"
executor: "KubernetesExecutor"
config:
Expand Down
4 changes: 2 additions & 2 deletions charts/openmetadata/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.1.11
version: 1.1.12

# 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.
# It is recommended to use it with quotes.
appVersion: "1.1.4"
appVersion: "1.1.5"

home: https://open-metadata.org/

Expand Down
2 changes: 1 addition & 1 deletion charts/openmetadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ helm install openmetadata open-metadata/openmetadata --values <<path-to-values-f
| fullnameOverride | string | `"openmetadata"` |
| image.pullPolicy | string | `"Always"` |
| image.repository | string | `"docker.getcollate.io/openmetadata/server"` |
| image.tag | string | `1.1.4` |
| image.tag | string | `1.1.5` |
| imagePullSecrets | list | `[]` |
| ingress.annotations | object | `{}` |
| ingress.className | string | `""` |
Expand Down

0 comments on commit e8f7a8e

Please sign in to comment.