Skip to content

Commit

Permalink
docs: v1.10.21 (#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu327 committed Jan 23, 2024
1 parent 68bca90 commit 73dcdfb
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion saas/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.20
1.10.21
9 changes: 9 additions & 0 deletions saas/resources/version_log/change_log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<!-- 2024-01-32 -->
# V1.10.21 版本更新日志

### 功能优化

* 对接蓝鲸消息通知中心

---

<!-- 2024-01-16 -->
# V1.10.20 版本更新日志

Expand Down
10 changes: 10 additions & 0 deletions saas/resources/version_log/change_log_en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<!-- 2024-01-32 -->
# V1.10.21 Version Update Log

### Feature Enhancements

* Integrated with the BlueKing Message Notification Center

---


<!-- 2024-01-16 -->
# V1.10.20 Version Update Log

Expand Down
4 changes: 2 additions & 2 deletions saas/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
url(r"^mgmt/", include("backend.apps.mgmt.urls")),
url(r"^temporary_policies/", include("backend.apps.temporary_policy.urls")),
url(r"^iam/", include("backend.iam.urls")),
# notice
url(r"^{}".format(config.ENTRANCE_URL), include(("bk_notice_sdk.urls", "notice"), namespace="notice")),
]
),
),
Expand All @@ -74,8 +76,6 @@
]
),
),
# notice
url(r"^{}".format(config.ENTRANCE_URL), include(("bk_notice_sdk.urls", "notice"), namespace="notice")),
# healthz
url("", include("backend.healthz.urls")),
# prometheus
Expand Down

0 comments on commit 73dcdfb

Please sign in to comment.