Skip to content

Commit

Permalink
Merge branch 'main' into fix/displayname-update
Browse files Browse the repository at this point in the history
  • Loading branch information
pranita09 authored Dec 11, 2024
2 parents aeb19c6 + 41f23de commit 4458611
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-docs-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Prepare Collate content and partials
id: prepare_collate
continue-on-error: true
run: cp -R openmetadata-docs/content/partials/ openmetadata-docs/content/v1.5.x/partials
run: cp -R openmetadata-docs/content/partials/ openmetadata-docs/content/v1.6.x/partials

- name: Push content Collate
id: push_content_collate
Expand All @@ -68,7 +68,7 @@ jobs:
env:
SSH_DEPLOY_KEY: ${{ secrets.DOCS_COLLATE_SSH_DEPLOY_KEY }}
with:
source-directory: openmetadata-docs/content/v1.5.x
source-directory: openmetadata-docs/content/v1.6.x
target-directory: content/
destination-github-username: 'open-metadata'
destination-repository-name: 'docs-collate'
Expand Down
2 changes: 1 addition & 1 deletion openmetadata-docs/content/partials/v1.6/releases/latest.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.5.12 Release 🎉
# 1.6.1 Release 🎉

{% note noteType="Tip" %}
**Dev 10th, 2024**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ major releases.

| Release | Release Date |
|:--------|:-------------|
| 1.5.x | 2024/08/26 |
| 1.4.x | 2024/05/22 |
| 1.6.x | 2024/12/10 |
| 1.5.x | 2024/08/26 |
2 changes: 1 addition & 1 deletion openmetadata-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@
<name>Apache 2.0</name>
</license>
</info>
<descriptionFile>../openmetadata-docs/content/v1.4.x/main-concepts/metadata-standard/apis.md</descriptionFile>
<descriptionFile>../openmetadata-docs/content/v1.6.x/main-concepts/metadata-standard/apis.md</descriptionFile>
</swaggerConfig>
</configuration>
<executions>
Expand Down
6 changes: 3 additions & 3 deletions openmetadata-ui/src/main/resources/ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10661,9 +10661,9 @@ nan@^2.14.0, nan@^2.17.0:
integrity sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==

nanoid@^3.3.6:
version "3.3.6"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
version "3.3.8"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==

napi-build-utils@^1.0.1:
version "1.0.2"
Expand Down

0 comments on commit 4458611

Please sign in to comment.