Skip to content

Commit

Permalink
Upgrade version to v2.5.1 (#2378)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanan-ravi authored Nov 26, 2024
1 parent a8df3ff commit 3311ffc
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export IMAGE_REPOSITORY?=quay.io/deepfenceio
export DF_IMG_TAG?=latest
export STEAMPIPE_IMG_TAG?=0.23.x
export IS_DEV_BUILD?=false
export VERSION?=v2.5.0
export VERSION?=v2.5.1
export AGENT_BINARY_BUILD=$(DEEPFENCE_FARGATE_DIR)/build
export AGENT_BINARY_BUILD_RELATIVE=deepfence_agent/agent-binary/build
export AGENT_BINARY_DIST=$(DEEPFENCE_FARGATE_DIR)/dist
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ docker run -dit \
-e http_proxy="" \
-e https_proxy="" \
-e no_proxy="" \
quay.io/deepfenceio/deepfence_agent_ce:2.5.0
quay.io/deepfenceio/deepfence_agent_ce:2.5.1
```

Note: Image tag `quay.io/deepfenceio/deepfence_agent_ce:2.5.0-multiarch` is supported in amd64 and arm64/v8 architectures.
Note: Image tag `quay.io/deepfenceio/deepfence_agent_ce:2.5.1-multiarch` is supported in amd64 and arm64/v8 architectures.

On a Kubernetes platform, the sensors are installed using [helm chart](https://community.deepfence.io/threatmapper/docs/v2.5/sensors/kubernetes/)

Expand Down
2 changes: 1 addition & 1 deletion deepfence_agent/plugins/yara-rules
Submodule yara-rules updated 2 files
+1 −1 build-timestamp
+43 −0 malware.yar
4 changes: 2 additions & 2 deletions deployment-scripts/helm-charts/deepfence-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.5.0
version: 2.5.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 2.5.0
appVersion: 2.5.1
4 changes: 2 additions & 2 deletions deployment-scripts/helm-charts/deepfence-agent/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ managementConsoleUrl: ""
- Set image tag
```yaml
global:
# this image tag is used every where for agents
# this image tag is used everywhere for agents
# to override set tag at agents level
imageTag: 2.0.1
imageTag: 2.5.1
```
- Set deepfence auth key
Set authentication key when it is enabled in management console
Expand Down
10 changes: 5 additions & 5 deletions deployment-scripts/helm-charts/deepfence-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ fullnameOverride: ""
commonLabels: {}

global:
# this image tag is used every where for agents
# this image tag is used everywhere for agents
# to override set tag at agents level
imageTag: 2.5.0
imageTag: 2.5.1

imagePullSecret:
# Specifies whether a image pull secret should be created
# Specifies whether image pull secret should be created
create: false
registry: "quay.io"
# registry: "https://index.docker.io/v1/"
Expand All @@ -28,7 +28,7 @@ imagePullSecret:
agent:
image:
name: quay.io/deepfenceio/deepfence_agent_ce
# tag: 2.5.0
# tag: 2.5.1
pullPolicy: Always
affinity: {}
podLabels: {}
Expand All @@ -52,7 +52,7 @@ agent:
cluster_agent:
image:
name: quay.io/deepfenceio/deepfence_cluster_agent_ce
# tag: 2.5.0
# tag: 2.5.1
pullPolicy: Always
affinity: {}
podLabels: {}
Expand Down
4 changes: 2 additions & 2 deletions deployment-scripts/helm-charts/deepfence-console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: deepfence-console
description: A Helm chart for Kubernetes
type: application
version: 2.5.0
appVersion: 2.5.0
version: 2.5.1
appVersion: 2.5.1
28 changes: 14 additions & 14 deletions deployment-scripts/helm-charts/deepfence-console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ global:
# imageRepoPrefix: "docker.io"
# this image tag is used everywhere for console services
# to override set tag at service level
imageTag: 2.5.0
imageTag: 2.5.1
storageClass: ""
# used in service name generation
# <service>.<namespace>.svc.<cluster_domain>
Expand Down Expand Up @@ -64,7 +64,7 @@ kafka:
repository: deepfenceio/deepfence_kafka_broker_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.5.0
# tag: 2.5.1
config:
# required, recommended to generate new UUID using kafka-storage tool
STORAGE_UUID: hNQ55qppT5GGybF52ZGlOQ
Expand Down Expand Up @@ -102,7 +102,7 @@ postgres:
repository: deepfenceio/deepfence_postgres_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.5.0
# tag: 2.5.1
storageClass: ""
volumeSize: 50G
resources:
Expand Down Expand Up @@ -131,7 +131,7 @@ redis:
repository: deepfenceio/deepfence_redis_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.5.0
# tag: 2.5.1
storageClass: ""
volumeSize: 30G
resources:
Expand Down Expand Up @@ -170,7 +170,7 @@ fileserver:
repository: deepfenceio/deepfence_file_server_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.5.0
# tag: 2.5.1
storageClass: ""
volumeSize: 100G
resources:
Expand Down Expand Up @@ -231,7 +231,7 @@ neo4j:
image:
repository: deepfenceio/deepfence_neo4j_ce
pullPolicy: Always
# tag: 2.5.0
# tag: 2.5.1
storageClass: ""
volumeSize: 100G
resources:
Expand Down Expand Up @@ -293,7 +293,7 @@ router:
repository: deepfenceio/deepfence_router_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.5.0
# tag: 2.5.1
forceHttpsRedirect: true
podAnnotations: {}
podSecurityContext: {}
Expand Down Expand Up @@ -356,7 +356,7 @@ server:
repository: deepfenceio/deepfence_server_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.5.0
# tag: 2.5.1
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
Expand Down Expand Up @@ -388,7 +388,7 @@ worker:
repository: deepfenceio/deepfence_worker_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.5.0
# tag: 2.5.1
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
Expand Down Expand Up @@ -426,7 +426,7 @@ ingester:
repository: deepfenceio/deepfence_worker_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.5.0
# tag: 2.5.1
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
Expand Down Expand Up @@ -456,7 +456,7 @@ scheduler:
repository: deepfenceio/deepfence_worker_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.5.0
# tag: 2.5.1
service:
type: ClusterIP
port: 8080
Expand All @@ -481,7 +481,7 @@ ui:
repository: deepfenceio/deepfence_ui_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.5.0
# tag: 2.5.1
service:
type: ClusterIP
port: 8081
Expand Down Expand Up @@ -530,7 +530,7 @@ console_agents:
repository: deepfenceio/deepfence_agent_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.5.0
# tag: 2.5.1
resources:
requests:
cpu: 150m
Expand All @@ -554,7 +554,7 @@ console_agents:
repository: deepfenceio/deepfence_cluster_agent_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.5.0
# tag: 2.5.1
resources:
requests:
cpu: 25m
Expand Down
4 changes: 2 additions & 2 deletions deployment-scripts/helm-charts/deepfence-router/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
description: Deepfence Router - Helm chart for Kubernetes
name: deepfence-router
type: application
appVersion: 2.5.0
version: 2.5.0
appVersion: 2.5.1
version: 2.5.1
32 changes: 31 additions & 1 deletion deployment-scripts/helm-charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
apiVersion: v1
entries:
deepfence-agent:
- apiVersion: v2
appVersion: 2.5.1
created: "2024-11-26T18:58:18.434159+05:30"
description: Deepfence Agent - Helm chart for Kubernetes
digest: b1b5ea970c67feee69e0a255a09ed54e6ebc8c0b7f4d97d2ce6bca37702faabc
name: deepfence-agent
type: application
urls:
- deepfence-agent-2.5.1.tgz
version: 2.5.1
- apiVersion: v2
appVersion: 2.5.0
created: "2024-11-05T00:07:22.989665+05:30"
Expand Down Expand Up @@ -322,6 +332,16 @@ entries:
- deepfence-agent-1.0.0.tgz
version: 1.0.0
deepfence-console:
- apiVersion: v2
appVersion: 2.5.1
created: "2024-11-26T18:58:18.435568+05:30"
description: A Helm chart for Kubernetes
digest: 27ea01abfd47b2fac2dd00d6b18c194fe2c483236e7bc74f578baadeb855a3d2
name: deepfence-console
type: application
urls:
- deepfence-console-2.5.1.tgz
version: 2.5.1
- apiVersion: v2
appVersion: 2.5.0
created: "2024-11-05T00:07:22.990866+05:30"
Expand Down Expand Up @@ -653,6 +673,16 @@ entries:
- deepfence-console-1.0.0.tgz
version: 1.0.0
deepfence-router:
- apiVersion: v2
appVersion: 2.5.1
created: "2024-11-26T18:58:18.435908+05:30"
description: Deepfence Router - Helm chart for Kubernetes
digest: a52a49d1be79181e146033005906491eb1489ff4a06ef8fc0cc7caf08d8f2de4
name: deepfence-router
type: application
urls:
- deepfence-router-2.5.1.tgz
version: 2.5.1
- apiVersion: v2
appVersion: 2.5.0
created: "2024-11-05T00:07:22.991185+05:30"
Expand Down Expand Up @@ -863,4 +893,4 @@ entries:
urls:
- deepfence-router-1.0.0.tgz
version: 1.0.0
generated: "2024-11-05T00:07:22.988938+05:30"
generated: "2024-11-26T18:58:18.432252+05:30"
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CROSS="${RED}✘${NC}"
INFO="${BLUE}${NC}"

# Default values
DEFAULT_IMAGE_TAG="2.5.0"
DEFAULT_IMAGE_TAG="2.5.1"
DEFAULT_STORAGE_CLASS=""
# Auto-generate default Neo4j password
DEFAULT_NEO4J_PASSWORD=$(openssl rand -base64 12 | tr -dc 'a-zA-Z0-9' | head -c 12)
Expand Down

0 comments on commit 3311ffc

Please sign in to comment.