Add some basic requirements
This commit is contained in:
parent
041f4e96aa
commit
e7c7ed2a01
|
@ -0,0 +1,47 @@
|
|||
*.pyc
|
||||
*.swp
|
||||
*.mo
|
||||
*.o
|
||||
*.iso
|
||||
__pycache__
|
||||
*.xml
|
||||
*.pyc
|
||||
.cache
|
||||
.pytest_cache
|
||||
config.py
|
||||
auto_config.py
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
# IDE resources
|
||||
.vscode
|
||||
.idea
|
||||
.devcontainer/
|
||||
Gemfile.lock
|
||||
.ignore/
|
||||
/docs/api/_build/
|
||||
/docs/userguide/_build/
|
||||
/gui/local_settings.py
|
||||
gui/static/
|
||||
/FreeBSD/
|
||||
/filtered-patches/
|
||||
/os-base/
|
||||
/pbi/
|
||||
/sbin/
|
||||
src/middlewared/build/
|
||||
src/middlewared/dist/
|
||||
src/middlewared/middlewared.egg-info/
|
||||
.git-repo-setting
|
||||
nas_source/
|
||||
webui/node_modules/
|
||||
webui/dll/
|
||||
webui/dist/
|
||||
npm-debug.log
|
||||
tests/artifacts/
|
||||
tests/test-report.txt
|
||||
tests/test-report.xml
|
||||
private_values.yaml
|
||||
temp/
|
||||
library/common-test/charts/
|
||||
.cr-release-packages/
|
||||
library/common-test/chart.lock
|
|
@ -0,0 +1,4 @@
|
|||
This product includes software developed at
|
||||
The K8S-At-Home (https://k8s-at-home.com/).
|
||||
|
||||
This Product Contains modified Apache2.0 Licensed software
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"normalize/interfaceConfiguration": {
|
||||
"stable": {"min": "20.12-ALPHA"},
|
||||
"nightlies": {"min": "20.10-MASTER-somever"}
|
||||
},
|
||||
"normalize/ixVolume": {
|
||||
"stable": {"min": "20.12-ALPHA"},
|
||||
"nightlies": {"min": "20.10-MASTER-somever"}
|
||||
},
|
||||
"definitions/interface": {
|
||||
"stable": {"min": "20.12-ALPHA"},
|
||||
"nightlies": {"min": "20.10-MASTER-somever"}
|
||||
},
|
||||
"definitions/gpuConfiguration": {
|
||||
"stable": {"min": "20.12-ALPHA"},
|
||||
"nightlies": {"min": "20.10-MASTER-somever"}
|
||||
},
|
||||
"definitions/timezone": {
|
||||
"stable": {"min": "20.12-ALPHA"},
|
||||
"nightlies": {"min": "20.12-MASTER"}
|
||||
},
|
||||
"definitions/nodeIP": {
|
||||
"stable": {"min": "20.12-ALPHA"},
|
||||
"nightlies": {"min": "20.12-MASTER"}
|
||||
},
|
||||
"definitions/certificate": {
|
||||
"stable": {"min": "21.04-ALPHA"},
|
||||
"nightlies": {"min": "21.02-MASTER"}
|
||||
},
|
||||
"definitions/certificateAuthority": {
|
||||
"stable": {"min": "21.04-ALPHA"},
|
||||
"nightlies": {"min": "21.02-MASTER"}
|
||||
},
|
||||
"validations/containerImage": {
|
||||
"stable": {"min": "21.06-BETA"},
|
||||
"nightlies": {"min": "21.04-MASTER"}
|
||||
},
|
||||
"validations/nodePort": {
|
||||
"stable": {"min": "21.04-ALPHA"},
|
||||
"nightlies": {"min": "21.04-MASTER"}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue