Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
tower
Commits
8ef1f79b
Commit
8ef1f79b
authored
Nov 18, 2020
by
EKbfh
🐼
Browse files
Fix migration for all logins
parent
1154cf9c
Pipeline
#28770
passed with stages
in 5 minutes and 7 seconds
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
8ef1f79b
[bumpversion]
current_version = 1.0.
3
current_version = 1.0.
4
commit = False
tag = False
serialize = {major}.{minor}.{patch}
...
...
@@ -19,4 +19,3 @@ values =
c
rc
d
CHANGELOG.md
View file @
8ef1f79b
## 1.0.4 (2020-11-18)
### Release Notes
*
Fix nginx cert handling
## 1.0.3 (2020-11-18)
### Release Notes
*
Fix tower default playbook repository url.
...
...
VERSION
View file @
8ef1f79b
1.0.
3
1.0.
4
contrib/k8s/noc-tower/Chart.yaml
View file @
8ef1f79b
name
:
noc-tower
description
:
NocTower
version
:
0.0.1
appVersion
:
1.0.
3
appVersion
:
1.0.
4
keywords
:
-
NocProject
sources
:
...
...
tower/ui/desktop_ui.js
View file @
8ef1f79b
...
...
@@ -55,7 +55,7 @@ var desktop = {
{
id
:
"
version
"
,
icon
:
"
info
"
,
value
:
"
Version: 1.0.
3
"
value
:
"
Version: 1.0.
4
"
}
]
}
...
...
tower/ui/environment_logic.js
View file @
8ef1f79b
...
...
@@ -30,7 +30,7 @@ var environment_logic = {
$$
(
"
environment_form
"
).
setValues
({
env_type
:
"
eval
"
,
install_method
:
"
git
"
,
playbook_link
:
"
git+https://github.com/nocproject/
ansible_deploy@microservices
"
,
playbook_link
:
"
git+https://github.com/nocproject/
noc@stable
"
,
installation_name
:
"
Unconfigured installation
"
,
config_order
:
"
yaml:///opt/noc/etc/tower.yml,yaml:///opt/noc/etc/settings.yml,env:///NOC
"
,
name
:
"
NOC
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment