Skip to content

Commit 8a0b89a

Browse files
authored
Merge pull request #594 from pnu-code-place/release-2.0.3
Release 2.0.3
2 parents abf78ba + 94114bc commit 8a0b89a

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
## 배포 주소
2323
> 운영 서버 주소 : https://code.pusan.ac.kr/
2424
>
25-
> 개발(베타) 서버 주소 : https://code-place-dev.site/
25+
> 개발(베타) 서버 주소 : [https://code-place-dev.site/](https://k3s.code-place-dev.site/)
2626
2727
<br/>
2828

@@ -133,6 +133,22 @@
133133
</a>
134134
<br />
135135
</td>
136+
<td align="center">
137+
<a href="https://github.com/wlsgur11">
138+
<img src="https://github.com/wlsgur11.png" width="80" alt="wlsgur11"/>
139+
<br />
140+
<sub><b>wlsgur11</b></sub>
141+
</a>
142+
<br />
143+
</td>
144+
<td align="center">
145+
<a href="https://github.com/taekoong">
146+
<img src="https://github.com/taekoong.png" width="80" alt="taekoong"/>
147+
<br />
148+
<sub><b>taekoong</b></sub>
149+
</a>
150+
<br />
151+
</td>
136152
</tr>
137153
</table>
138154

hub/auth_server/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
GitHub OAuth authentication server.
33
44
This module provides endpoints for retrieving GitHub personal access tokens
5-
through the OAuth flow.
5+
through the OAuth flow..
66
"""
77
import json
88
from typing import Dict, Any

kubernetes/overlays/dev/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ images:
2929
newTag: 1.0.3
3030
- name: hub-auth
3131
newName: harbor.code-place-dev.site/code-place-dev/hub-auth
32-
newTag: 1.0.0
32+
newTag: e000ffc019bcf819f31b2009a813ab43002187d6-dev

0 commit comments

Comments
 (0)