Releases: onepanelio/onepanel
v0.13.1-rc.3
Documentation
CLI Installation
Linux
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.1-rc.3/opctl-linux-amd64
# Make binary executable
chmod +x opctl-linux-amd64
# Move binary to path
mv ./opctl-linux-amd64 /usr/local/bin/opctl
# Test installation
opctl version
macOS
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.1-rc.3/opctl-macos-amd64
# Make binary executable
chmod +x opctl-macos-amd64
# Move binary to path
mv ./opctl-macos-amd64 /usr/local/bin/opctl
# Test installation
opctl version
Windows
Download the attached executable, rename it to "opctl" and move it to a folder that is in your PATH environment variable.
Changelog
Features
- feat: update incoming token to be a JWT token that takes in username (#655)
- feat: revert jwt changes as it creates issues with workflow authentication logic (#660)
- feat: revert jwt api auth changes (#187)
- feat: add labels to workflow listing (#188)
- feat: increase node info size and support multiple artifact file browsers (#190)
- feat: Updating
opctl auth token
to return the token for the admin service account. (#76) - feat: add hmac key to init process (#77)
- feat: Add cluster admin (#87)
- feat: added hmac to secrets (#90)
- feat: added serviceaccounts to list of resources accessible by onepanel (#91)
- feat: revert addition of hmac to secrets (#92)
Fixes
- fix: Use correct group for workspaces resource (#647)
- fix: bad token issue (#656)
- fix: Update label function to return group and resource (#657)
- fix: issue with concurrent map access (#658)
- fix: close db connection when not in use. (#668)
- fix: use system-wide db connection for auth (#669)
- fix: change notify slack channel to be org instead of dev (#670)
- fix: Use sys-uid instead of sys-name for ONEPANEL_RESOURCE_UID (#672)
- fix: issue where files were not being listed when using gcs (#673)
- fix: Fix group for workflows resource (#185)
- fix: add top margin to workflow labels (#189)
- fix: Revert "update: added hmac key to config and use it in manifest generation" (#78)
- fix: Adding the new admin yaml files to kustomization, so they get added when
apply
command is run. (#88) - fix: Add pods and pods/log permissions (#89)
Contributors
Vafilor Vafilor
rushtehrani rushtehrani
aleksandrmelnikov aleksandrmelnikov
v0.13.1-rc.2
Documentation
CLI Installation
Linux
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.1-rc.2/opctl-linux-amd64
# Make binary executable
chmod +x opctl-linux-amd64
# Move binary to path
mv ./opctl-linux-amd64 /usr/local/bin/opctl
# Test installation
opctl version
macOS
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.1-rc.2/opctl-macos-amd64
# Make binary executable
chmod +x opctl-macos-amd64
# Move binary to path
mv ./opctl-macos-amd64 /usr/local/bin/opctl
# Test installation
opctl version
Windows
Download the attached executable, rename it to "opctl" and move it to a folder that is in your PATH environment variable.
Changelog
Features
- feat: update incoming token to be a JWT token that takes in username (#655)
- feat: revert jwt changes as it creates issues with workflow authentication logic (#660)
- feat: revert jwt api auth changes (#187)
- feat: Updating
opctl auth token
to return the token for the admin service account. (#76) - feat: add hmac key to init process (#77)
- feat: Add cluster admin (#87)
- feat: added hmac to secrets (#90)
- feat: added serviceaccounts to list of resources accessible by onepanel (#91)
- feat: revert addition of hmac to secrets (#92)
Fixes
- fix: Use correct group for workspaces resource (#647)
- fix: bad token issue (#656)
- fix: Update label function to return group and resource (#657)
- fix: issue with concurrent map access (#658)
- fix: Fix group for workflows resource (#185)
- fix: Revert "update: added hmac key to config and use it in manifest generation" (#78)
- fix: Adding the new admin yaml files to kustomization, so they get added when
apply
command is run. (#88) - fix: Add pods and pods/log permissions (#89)
Contributors
Vafilor Vafilor
rushtehrani rushtehrani
aleksandrmelnikov aleksandrmelnikov
v0.13.1-rc.1
Documentation
CLI Installation
Linux
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.1-rc.1/opctl-linux-amd64
# Make binary executable
chmod +x opctl-linux-amd64
# Move binary to path
mv ./opctl-linux-amd64 /usr/local/bin/opctl
# Test installation
opctl version
macOS
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.1-rc.1/opctl-macos-amd64
# Make binary executable
chmod +x opctl-macos-amd64
# Move binary to path
mv ./opctl-macos-amd64 /usr/local/bin/opctl
# Test installation
opctl version
Windows
Download the attached executable, rename it to "opctl" and move it to a folder that is in your PATH environment variable.
Changelog
Features
- feat: update incoming token to be a JWT token that takes in username (#655)
- feat: Updating
opctl auth token
to return the token for the admin service account. (#76) - feat: add hmac key to init process (#77)
- feat: Add cluster admin (#87)
- feat: added hmac to secrets (#90)
Fixes
- fix: Use correct group for workspaces resource (#647)
- fix: Fix group for workflows resource (#185)
- fix: Adding the new admin yaml files to kustomization, so they get added when
apply
command is run. (#88) - fix: Add pods and pods/log permissions (#89)
Contributors
rushtehrani rushtehrani
Vafilor Vafilor
aleksandrmelnikov aleksandrmelnikov
v0.13.1-rc.0
Documentation
CLI Installation
Linux
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.1-rc.0/opctl-linux-amd64
# Make binary executable
chmod +x opctl-linux-amd64
# Move binary to path
mv ./opctl-linux-amd64 /usr/local/bin/opctl
# Test installation
opctl version
macOS
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.1-rc.0/opctl-macos-amd64
# Make binary executable
chmod +x opctl-macos-amd64
# Move binary to path
mv ./opctl-macos-amd64 /usr/local/bin/opctl
# Test installation
opctl version
Windows
Download the attached executable, rename it to "opctl" and move it to a folder that is in your PATH environment variable.
Changelog
Features
- feat: Add cluster admin (#87)
Fixes
Contributors
rushtehrani rushtehrani
v0.13.0
Documentation
CLI Installation
Linux
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.0/opctl-linux-amd64
# Make binary executable
chmod +x opctl-linux-amd64
# Move binary to path
mv ./opctl-linux-amd64 /usr/local/bin/opctl
# Test installation
opctl version
macOS
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.0/opctl-macos-amd64
# Make binary executable
chmod +x opctl-macos-amd64
# Move binary to path
mv ./opctl-macos-amd64 /usr/local/bin/opctl
# Test installation
opctl version
Windows
Download the attached executable, rename it to "opctl" and move it to a folder that is in your PATH environment variable.
Changelog
Features
- feat: added retry last action support for workspaces (#569)
- feat: Ensure workspaces get a node to themselves with pod anti-affinity. (#582)
- feat: Updated Workflows, and Cron created Workflows, to ensure they get their own pod by using Pod AntiAffinity. This replaces resource limits and/or requests. (#585)
- feat: workflow filtering and sorting updates (#589)
- feat: add description to jupyterlab workspace template (#600)
- feat: retry last workspace action (#160)
- feat: added parameters to run again so you can change on a re-run (#164)
- feat: add ui for namespace dashboard (#167)
- feat: update default templates for workflow templates (#168)
- feat: adjust workflow dashboard call to action (#171)
- feat: separate workflows list page (#174)
- feat: workspace dashboard (#177)
- feat: update PR template to include checklist (#178)
- feat: share link functionality for workspace templates (#179)
- feat: update titles for tab selected (#180)
- feat: add back to workflows link to workflow templates page (#184)
- feat: Upgrade to Istio 1.7.3 (#82)
- feat: Removing resource examples from manifests. (#85)
Fixes
- fix: for master push, release a new dev image only (#573)
- fix: unit tests (#576)
- fix: workflow template labels persistence (#602)
- fix: bug where code was missing labels for Workflow Template (#169)
- fix: push "dev" image and not "latest" when master is pushed to (#170)
- fix: names for sample workflows (#172)
- fix: issue where workspaces did not update when all were termianted (#173)
- fix: issue where workflow execution statistics did not always display (#175)
- fix: issue where workflow sorting didn't always work (#176)
- fix: issue where no workspace data did not display a call to action (#181)
- fix: issue where workspace statistics showed all 0s (#182)
- fix: update onepanel core api version (#72)
- fix: github downloading issue on certain machines and core api version outdated (#75)
- fix: missing node access for onepanel (#84)
Docs
- docs: Update README (#570)
- docs: Update build status badge (#574)
- docs: Additional quick start videos (#584)
- docs: add information about workflow cloning (#70)
- docs: Update top menu item title (#72)
- docs: add information about visibility of parameters (#73)
Other
- chore: move util/sql to pkg/util/sql (#520)
- chore: update dependencies (#161)
- chore: updated github actions to use master as new dev branch (#162)
- chore(deps): bump http-proxy from 1.18.0 to 1.18.1 (#163)
Contributors
Vafilor Vafilor
rushtehrani rushtehrani
aleksandrmelnikov aleksandrmelnikov
savan77 savan77
v0.13.0-rc.3
Documentation
CLI Installation
Linux
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.0-rc.3/opctl-linux-amd64
# Make binary executable
chmod +x opctl-linux-amd64
# Move binary to path
mv ./opctl-linux-amd64 /usr/local/bin/opctl
# Test installation
opctl version
macOS
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.0-rc.3/opctl-macos-amd64
# Make binary executable
chmod +x opctl-macos-amd64
# Move binary to path
mv ./opctl-macos-amd64 /usr/local/bin/opctl
# Test installation
opctl version
Windows
Download the attached executable, rename it to "opctl" and move it to a folder that is in your PATH environment variable.
Changelog
Features
- feat: added retry last action support for workspaces (#569)
- feat: Ensure workspaces get a node to themselves with pod anti-affinity. (#582)
- feat: Updated Workflows, and Cron created Workflows, to ensure they get their own pod by using Pod AntiAffinity. This replaces resource limits and/or requests. (#585)
- feat: workflow filtering and sorting updates (#589)
- feat: add description to jupyterlab workspace template (#600)
- feat: retry last workspace action (#160)
- feat: added parameters to run again so you can change on a re-run (#164)
- feat: add ui for namespace dashboard (#167)
- feat: update default templates for workflow templates (#168)
- feat: adjust workflow dashboard call to action (#171)
- feat: separate workflows list page (#174)
- feat: workspace dashboard (#177)
- feat: update PR template to include checklist (#178)
- feat: share link functionality for workspace templates (#179)
- feat: update titles for tab selected (#180)
- feat: add back to workflows link to workflow templates page (#184)
- feat: Upgrade to Istio 1.7.1 (#82)
- feat: Removing resource examples from manifests. (#85)
Fixes
- fix: for master push, release a new dev image only (#573)
- fix: unit tests (#576)
- fix: workflow template labels persistence (#602)
- fix: bug where code was missing labels for Workflow Template (#169)
- fix: push "dev" image and not "latest" when master is pushed to (#170)
- fix: names for sample workflows (#172)
- fix: issue where workspaces did not update when all were termianted (#173)
- fix: issue where workflow execution statistics did not always display (#175)
- fix: issue where workflow sorting didn't always work (#176)
- fix: issue where no workspace data did not display a call to action (#181)
- fix: issue where workspace statistics showed all 0s (#182)
- fix: update onepanel core api version (#72)
- fix: github downloading issue on certain machines and core api version outdated (#75)
- fix: missing node access for onepanel (#84)
Docs
- docs: Update README (#570)
- docs: Update build status badge (#574)
- docs: Additional quick start videos (#584)
- docs: add information about workflow cloning (#70)
- docs: Update top menu item title (#72)
- docs: add information about visibility of parameters (#73)
Other
- chore: move util/sql to pkg/util/sql (#520)
- chore: update dependencies (#161)
- chore: updated github actions to use master as new dev branch (#162)
- chore(deps): bump http-proxy from 1.18.0 to 1.18.1 (#163)
Contributors
Vafilor Vafilor
rushtehrani rushtehrani
aleksandrmelnikov aleksandrmelnikov
savan77 savan77
v0.13.0-rc.2
Documentation
CLI Installation
Linux
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.0-rc.2/opctl-linux-amd64
# Make binary executable
chmod +x opctl-linux-amd64
# Move binary to path
mv ./opctl-linux-amd64 /usr/local/bin/opctl
# Test installation
opctl version
macOS
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.0-rc.2/opctl-macos-amd64
# Make binary executable
chmod +x opctl-macos-amd64
# Move binary to path
mv ./opctl-macos-amd64 /usr/local/bin/opctl
# Test installation
opctl version
Windows
Download the attached executable, rename it to "opctl" and move it to a folder that is in your PATH environment variable.
Changelog
Features
- feat: added retry last action support for workspaces (#569)
- feat: Ensure workspaces get a node to themselves with pod anti-affinity. (#582)
- feat: Updated Workflows, and Cron created Workflows, to ensure they get their own pod by using Pod AntiAffinity. This replaces resource limits and/or requests. (#585)
- feat: workflow filtering and sorting updates (#589)
- feat: add description to jupyterlab workspace template (#600)
- feat: retry last workspace action (#160)
- feat: added parameters to run again so you can change on a re-run (#164)
- feat: add ui for namespace dashboard (#167)
- feat: update default templates for workflow templates (#168)
- feat: adjust workflow dashboard call to action (#171)
- feat: separate workflows list page (#174)
- feat: workspace dashboard (#177)
- feat: update PR template to include checklist (#178)
- feat: share link functionality for workspace templates (#179)
- feat: update titles for tab selected (#180)
- feat: Upgrade to Istio 1.7.1 (#82)
- feat: Removing resource examples from manifests. (#85)
Fixes
- fix: for master push, release a new dev image only (#573)
- fix: unit tests (#576)
- fix: workflow template labels persistence (#602)
- fix: bug where code was missing labels for Workflow Template (#169)
- fix: push "dev" image and not "latest" when master is pushed to (#170)
- fix: names for sample workflows (#172)
- fix: issue where workspaces did not update when all were termianted (#173)
- fix: issue where workflow execution statistics did not always display (#175)
- fix: issue where workflow sorting didn't always work (#176)
- fix: issue where no workspace data did not display a call to action (#181)
- fix: issue where workspace statistics showed all 0s (#182)
- fix: update onepanel core api version (#72)
- fix: github downloading issue on certain machines and core api version outdated (#75)
- fix: missing node access for onepanel (#84)
Docs
- docs: Update README (#570)
- docs: Update build status badge (#574)
- docs: Additional quick start videos (#584)
- docs: add information about workflow cloning (#70)
- docs: Update top menu item title (#72)
- docs: add information about visibility of parameters (#73)
Other
- chore: move util/sql to pkg/util/sql (#520)
- chore: update dependencies (#161)
- chore: updated github actions to use master as new dev branch (#162)
- chore(deps): bump http-proxy from 1.18.0 to 1.18.1 (#163)
Contributors
Vafilor Vafilor
rushtehrani rushtehrani
aleksandrmelnikov aleksandrmelnikov
savan77 savan77
v0.13.0-rc.1
Documentation
CLI Installation
Linux
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.0-rc.1/opctl-linux-amd64
# Make binary executable
chmod +x opctl-linux-amd64
# Move binary to path
mv ./opctl-linux-amd64 /usr/local/bin/opctl
# Test installation
opctl version
macOS
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.0-rc.1/opctl-macos-amd64
# Make binary executable
chmod +x opctl-macos-amd64
# Move binary to path
mv ./opctl-macos-amd64 /usr/local/bin/opctl
# Test installation
opctl version
Windows
Download the attached executable, rename it to "opctl" and move it to a folder that is in your PATH environment variable.
Changelog
Features
- feat: added retry last action support for workspaces (#569)
- feat: Ensure workspaces get a node to themselves with pod anti-affinity. (#582)
- feat: Updated Workflows, and Cron created Workflows, to ensure they get their own pod by using Pod AntiAffinity. This replaces resource limits and/or requests. (#585)
- feat: workflow filtering and sorting updates (#589)
- feat: add description to jupyterlab workspace template (#600)
- feat: retry last workspace action (#160)
- feat: added parameters to run again so you can change on a re-run (#164)
- feat: add ui for namespace dashboard (#167)
- feat: update default templates for workflow templates (#168)
- feat: adjust workflow dashboard call to action (#171)
- feat: separate workflows list page (#174)
- feat: workspace dashboard (#177)
- feat: update PR template to include checklist (#178)
- feat: share link functionality for workspace templates (#179)
- feat: update titles for tab selected (#180)
- feat: Upgrade to Istio 1.7.1 (#82)
Fixes
- fix: for master push, release a new dev image only (#573)
- fix: unit tests (#576)
- fix: workflow template labels persistence (#602)
- fix: bug where code was missing labels for Workflow Template (#169)
- fix: push "dev" image and not "latest" when master is pushed to (#170)
- fix: names for sample workflows (#172)
- fix: issue where workspaces did not update when all were termianted (#173)
- fix: issue where workflow execution statistics did not always display (#175)
- fix: issue where workflow sorting didn't always work (#176)
- fix: update onepanel core api version (#72)
- fix: github downloading issue on certain machines and core api version outdated (#75)
- fix: missing node access for onepanel (#84)
Docs
- docs: Update README (#570)
- docs: Update build status badge (#574)
- docs: Additional quick start videos (#584)
- docs: add information about workflow cloning (#70)
- docs: Update top menu item title (#72)
- docs: add information about visibility of parameters (#73)
Other
- chore: move util/sql to pkg/util/sql (#520)
- chore: update dependencies (#161)
- chore: updated github actions to use master as new dev branch (#162)
- chore(deps): bump http-proxy from 1.18.0 to 1.18.1 (#163)
Contributors
Vafilor Vafilor
rushtehrani rushtehrani
savan77 savan77
aleksandrmelnikov aleksandrmelnikov
dependabot[bot] dependabot[bot]
v0.13.0-rc.0
Documentation
CLI Installation
Linux
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.0-rc.0/opctl-linux-amd64
# Make binary executable
chmod +x opctl-linux-amd64
# Move binary to path
mv ./opctl-linux-amd64 /usr/local/bin/opctl
# Test installation
opctl version
macOS
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.13.0-rc.0/opctl-macos-amd64
# Make binary executable
chmod +x opctl-macos-amd64
# Move binary to path
mv ./opctl-macos-amd64 /usr/local/bin/opctl
# Test installation
opctl version
Windows
Download the attached executable, rename it to "opctl" and move it to a folder that is in your PATH environment variable.
Changelog
Features
- feat: added retry last action support for workspaces (#569)
- feat: workflow filtering and sorting updates (#589)
- feat: add description to jupyterlab workspace template (#600)
- feat: retry last workspace action (#160)
- feat: added parameters to run again so you can change on a re-run (#164)
- feat: add ui for namespace dashboard (#167)
- feat: update default templates for workflow templates (#168)
- feat: adjust workflow dashboard call to action (#171)
- feat: separate workflows list page (#174)
- feat: workspace dashboard (#177)
- feat: update PR template to include checklist (#178)
- feat: share link functionality for workspace templates (#179)
- feat: update titles for tab selected (#180)
- feat: Upgrade to Istio 1.7.1 (#82)
Fixes
- fix: for master push, release a new dev image only (#573)
- fix: unit tests (#576)
- fix: workflow template labels persistence (#602)
- fix: bug where code was missing labels for Workflow Template (#169)
- fix: push "dev" image and not "latest" when master is pushed to (#170)
- fix: names for sample workflows (#172)
- fix: issue where workspaces did not update when all were termianted (#173)
- fix: issue where workflow execution statistics did not always display (#175)
- fix: issue where workflow sorting didn't always work (#176)
- fix: update onepanel core api version (#72)
- fix: github downloading issue on certain machines and core api version outdated (#75)
Docs
- docs: Update README (#570)
- docs: Update build status badge (#574)
- docs: Additional quick start videos (#584)
- docs: add information about workflow cloning (#70)
- docs: Update top menu item title (#72)
- docs: add information about visibility of parameters (#73)
Other
- chore: move util/sql to pkg/util/sql (#520)
- chore: update dependencies (#161)
- chore: updated github actions to use master as new dev branch (#162)
- chore(deps): bump http-proxy from 1.18.0 to 1.18.1 (#163)
Contributors
Vafilor Vafilor
rushtehrani rushtehrani
savan77 savan77
dependabot[bot] dependabot[bot]
v0.12.0
Documentation
CLI Installation
Linux
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.12.0/opctl-linux-amd64
# Make binary executable
chmod +x opctl-linux-amd64
# Move binary to path
mv ./opctl-linux-amd64 /usr/local/bin/opctl
# Test installation
opctl version
macOS
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.12.0/opctl-macos-amd64
# Make binary executable
chmod +x opctl-macos-amd64
# Move binary to path
mv ./opctl-macos-amd64 /usr/local/bin/opctl
# Test installation
opctl version
Windows
Download the attached executable, rename it to "opctl" and move it to a folder that is in your PATH environment variable.
Changelog
Features
- feat: setup unit tests with database (#374)
- feat: Add support for ResourceRequirements in node pools (#393)
- feat: Add GCS support (#400)
- feat: Add onepanel-auth-token header for container API authentication (#417)
- feat: add components API (#421)
- feat: Mount namespace config for system containers (#427)
- feat: add workflow execution metadata fields (#437)
- feat: add API support to filter workflow templates by a label (#439)
- feat: Adding "parameters" to workflow template API response. (#443)
- feat: Add link to workspace templates repository (#138)
- feat: fields with a visibility of 'private' are no longer displayed (#147)
- feat: Add description UI element for workspace templates (#150)
- feat: Support HTML in hints (#151)
- feat: confirm workspace delete and increase default textarea size (#152)
- feat: add uid to ui for workspace and workflow templates (#153)
- feat: increase workspace template heights and set default description (#154)
- feat: conditionally display services in UI (#155)
- feat: Add troubleshooting info (#57)
- feat: support gcs artifact repository (#58)
- feat: Support resource limits in nodePoolOptions (#59)
- feat: Add cli support for components (#60)
- feat: display correct hosts file path on windows 10 (#70)
- feat: support gcs artifact repository (updates) (#73)
- feat: added manifests for modeldb component (#75)
- feat: upgrade argo to 2.9.4 (#78)
- feat: Add configmap role rule for default svc account (#79)
- feat: allow service account to list namespaces (#80)
- feat: added documentation for modeldb's s3 bucket CORS (#50)
- feat: minikube installation instructions (#59)
Fixes
- fix: migration issue where workflow name clashed because of unix time… (#382)
- fix: Update CVAT template to Comment out filesyncer to avoid crashing (#399)
- fix: get workspaces now returns up-to-date node pool options (#410)
- fix: goose binary errors (#412)
- fix: Adding omitempty to prevent artifact keys from showing up if not set (#422)
- fix: Use consistent naming convention for GCS artifactRepository secret key (#425)
- fix: revert disable terminate buttons as it is not ready yet. (#136)
- fix: missing edit labels button in workflow execution (#139)
- fix: template status bars had failed and terminated swapped visually (#140)
- fix: issue where invalid characters had a pink background color (#148)
- fix: issue where default description for workspace templates was nginx (#156)
- fix: no artifact repository emitted an empty key in params.yaml (#65)
- fix: Issue where duplicate entries appeared in params.yaml (#66)
- fix: error check for modeldb and non s3 cloud storage (#67)
- fix: issue with using gcs as a cloud storage provider (#68)
- fix: permissions for onepanel and workflow templates (#72)
- fix: Add resource quotas support (#74)
- fix: envoy filter checks ignore auth header, if present (#76)
Docs
- docs: Update notes about environment variables (#157)
- docs: updated cvat quick guide to use latest images (#39)
- docs: update cvat_quick_guide.md (#44)
- docs: added ModelDB documentation (#49)
- docs: Quick start updates (#54)
- docs: Workflow documentation updates (#56)
Contributors
Vafilor Vafilor
rushtehrani rushtehrani
aleksandrmelnikov aleksandrmelnikov
savan77 savan77