Skip to content

Commit

Permalink
Merge branch 'feature/platform-version-4-28-1' into add-some-addition…
Browse files Browse the repository at this point in the history
…al-configuration-for-access-controll
  • Loading branch information
egid-fertal-inno authored Oct 23, 2024
2 parents 9f856e1 + 5973328 commit 0f9e02c
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 6 deletions.
34 changes: 34 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "Helm dev container",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "latest"
},
"ghcr.io/devcontainers/features/git:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
"kubectl": "latest",
"helm": "latest"
},
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/dirsigler/devcontainer-features/helm-docs:1": { }
},
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"donjayamanne.git-extension-pack",
"elagil.pre-commit-helper",
"marklarah.pre-commit-vscode"
],
"settings": {
"terminal.integrated.defaultProfile.linux": "bash"
}
}
},
"postCreateCommand": "helm version && kubectl version --client && git --version && pre-commit --version",
"remoteUser": "vscode"
}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*.tgz
*.zip
*-secret.yaml
.devcontainer/
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- Add configuration settings to define and manage labels for watchlist members.
- Implement additional configurations to strengthen and refine access control mechanisms.

### Changed

- Bumped version of SmartFace Platform to 4.28.1

## [v0.8.3]

### Added
Expand All @@ -18,8 +22,8 @@
### Changed

- Bumped version of SmartFace Station to 1.27.0
- Bumped version of SmartFace Platform to 4.28
- Bumped version of Access Controller to 1.13
- Bumped version of SmartFace Platform to 4.28.0
- Bumped version of Access Controller to 1.13.0

## [v0.8.2]

Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ maintainers:
- name: Innovatrics
url: https://www.innovatrics.com/

version: 0.8.4-alpha1
version: 0.8.4-alpha2

appVersion: "v5_4.28"
appVersion: "v5_4.28.1"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# smartface

![Version: 0.8.4-alpha1](https://img.shields.io/badge/Version-0.8.4--alpha1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5_4.28](https://img.shields.io/badge/AppVersion-v5_4.28-informational?style=flat-square)
![Version: 0.8.4-alpha2](https://img.shields.io/badge/Version-0.8.4--alpha2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5_4.28.1](https://img.shields.io/badge/AppVersion-v5_4.28.1-informational?style=flat-square)

SmartFace is a Scalable Facial Recognition Server Platform Able to Process Multiple Real-Time Video Streams. Currently the helm chart supports edge stream and Lightweight Face Identification System (LFIS) deployments

Expand Down

0 comments on commit 0f9e02c

Please sign in to comment.