Skip to content

Commit

Permalink
Update version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanan-ravi committed May 9, 2024
1 parent 87ecbd3 commit 18808d1
Show file tree
Hide file tree
Showing 11 changed files with 74 additions and 44 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export DEEPFENCE_FARGATE_DIR=$(DEEPFENCE_AGENT_DIR)/agent-binary
export IMAGE_REPOSITORY?=quay.io/deepfenceio
export DF_IMG_TAG?=latest
export IS_DEV_BUILD?=false
export VERSION?=2.2.0
export VERSION?=2.2.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
30 changes: 15 additions & 15 deletions deployment-scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:

deepfence-postgres:
container_name: deepfence-postgres
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_postgres_ce:${DF_IMG_TAG:-2.2.0}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_postgres_ce:${DF_IMG_TAG:-2.2.1}
ulimits:
core: 0
restart: unless-stopped
Expand All @@ -72,7 +72,7 @@ services:

deepfence-redis:
container_name: deepfence-redis
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_redis_ce:${DF_IMG_TAG:-2.2.0}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_redis_ce:${DF_IMG_TAG:-2.2.1}
ulimits:
core: 0
restart: unless-stopped
Expand All @@ -87,7 +87,7 @@ services:

deepfence-neo4j:
container_name: deepfence-neo4j
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_neo4j_ce:${DF_IMG_TAG:-2.2.0}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_neo4j_ce:${DF_IMG_TAG:-2.2.1}

ulimits:
core: 0
Expand Down Expand Up @@ -118,7 +118,7 @@ services:

deepfence-console-agent:
container_name: deepfence-console-agent
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_agent_ce:${DF_IMG_TAG:-2.2.0}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_agent_ce:${DF_IMG_TAG:-2.2.1}
ulimits:
core: 0
deploy:
Expand Down Expand Up @@ -151,7 +151,7 @@ services:

deepfence-router:
container_name: deepfence-router
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_router_ce:${DF_IMG_TAG:-2.2.0}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_router_ce:${DF_IMG_TAG:-2.2.1}
ulimits:
core: 0
networks:
Expand All @@ -173,7 +173,7 @@ services:
# this service can be commented in case S3 or external file server is used
deepfence-file-server:
container_name: deepfence-file-server
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_file_server_ce:${DF_IMG_TAG:-2.2.0}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_file_server_ce:${DF_IMG_TAG:-2.2.1}
ulimits:
core: 0
networks:
Expand All @@ -195,7 +195,7 @@ services:

deepfence-server:
container_name: deepfence-server
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_server_ce:${DF_IMG_TAG:-2.2.0}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_server_ce:${DF_IMG_TAG:-2.2.1}
ulimits:
core: 0
tmpfs:
Expand Down Expand Up @@ -225,7 +225,7 @@ services:

deepfence-worker:
container_name: deepfence-worker
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.0}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.1}
ulimits:
core: 0
restart: unless-stopped
Expand All @@ -247,7 +247,7 @@ services:

# deepfence-worker-2:
# container_name: deepfence-worker-2
# image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.0}
# image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.1}
# ulimits:
# core: 0
# restart: unless-stopped
Expand All @@ -268,7 +268,7 @@ services:

# deepfence-worker-3:
# container_name: deepfence-worker-3
# image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.0}
# image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.1}
# ulimits:
# core: 0
# restart: unless-stopped
Expand All @@ -289,7 +289,7 @@ services:

deepfence-scheduler:
container_name: deepfence-scheduler
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.0}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.1}
ulimits:
core: 0
restart: unless-stopped
Expand All @@ -311,7 +311,7 @@ services:

deepfence-ui:
container_name: deepfence-ui
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_ui_ce:${DF_IMG_TAG:-2.2.0}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_ui_ce:${DF_IMG_TAG:-2.2.1}
ulimits:
core: 0
networks:
Expand All @@ -325,7 +325,7 @@ services:
max-size: "100m"

deepfence-kafka-broker:
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_kafka_broker_ce:${DF_IMG_TAG:-2.2.0}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_kafka_broker_ce:${DF_IMG_TAG:-2.2.1}
hostname: deepfence-kafka-broker
container_name: deepfence-kafka-broker
# environment:
Expand All @@ -344,7 +344,7 @@ services:
restart: unless-stopped

deepfence-ingester:
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.0}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.1}
hostname: deepfence-ingester
container_name: deepfence-ingester
ports:
Expand All @@ -363,7 +363,7 @@ services:
restart: unless-stopped

deepfence-telemetry:
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_telemetry_ce:${DF_IMG_TAG:-2.2.0}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_telemetry_ce:${DF_IMG_TAG:-2.2.1}
hostname: deepfence-telemetry
container_name: deepfence-telemetry
ports:
Expand Down
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.2.0
version: 2.2.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.2.0
appVersion: 2.2.1
6 changes: 3 additions & 3 deletions deployment-scripts/helm-charts/deepfence-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ commonLabels: {}
global:
# this image tag is used every where for agents
# to override set tag at agents level
imageTag: 2.2.0
imageTag: 2.2.1

imagePullSecret:
# Specifies whether a image pull secret should be created
Expand All @@ -28,7 +28,7 @@ imagePullSecret:
agent:
image:
name: quay.io/deepfenceio/deepfence_agent_ce
# tag: 2.2.0
# tag: 2.2.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.2.0
# tag: 2.2.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.2.0
appVersion: 2.2.0
version: 2.2.1
appVersion: 2.2.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 @@ -13,7 +13,7 @@ global:
# imageRepoPrefix: "docker.io"
# this image tag is used everywhere for console services
# to override set tag at service level
imageTag: 2.2.0
imageTag: 2.2.1
storageClass: ""

serviceAccount:
Expand Down Expand Up @@ -55,7 +55,7 @@ kafka:
repository: deepfenceio/deepfence_kafka_broker_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.0
# tag: 2.2.1
config:
# required, recommended to generate new UUID using kafka-storage tool
STORAGE_UUID: hNQ55qppT5GGybF52ZGlOQ
Expand Down Expand Up @@ -93,7 +93,7 @@ postgres:
repository: deepfenceio/deepfence_postgres_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.0
# tag: 2.2.1
storageClass: ""
volumeSize: 50G
resources:
Expand Down Expand Up @@ -122,7 +122,7 @@ redis:
repository: deepfenceio/deepfence_redis_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.0
# tag: 2.2.1
storageClass: ""
volumeSize: 30G
resources:
Expand Down Expand Up @@ -161,7 +161,7 @@ fileserver:
repository: deepfenceio/deepfence_file_server_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.0
# tag: 2.2.1
storageClass: ""
volumeSize: 100G
resources:
Expand Down Expand Up @@ -222,7 +222,7 @@ neo4j:
image:
repository: deepfenceio/deepfence_neo4j_ce
pullPolicy: Always
# tag: 2.2.0
# tag: 2.2.1
storageClass: ""
volumeSize: 100G
resources:
Expand Down Expand Up @@ -276,7 +276,7 @@ router:
repository: deepfenceio/deepfence_router_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.0
# tag: 2.2.1
forceHttpsRedirect: true
# used to in service name generation
# <service>.<namespace>.svc.<cluster_domain>
Expand Down Expand Up @@ -342,7 +342,7 @@ server:
repository: deepfenceio/deepfence_server_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.0
# tag: 2.2.1
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
Expand Down Expand Up @@ -374,7 +374,7 @@ worker:
repository: deepfenceio/deepfence_worker_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.0
# tag: 2.2.1
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
Expand Down Expand Up @@ -405,7 +405,7 @@ ingester:
repository: deepfenceio/deepfence_worker_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.0
# tag: 2.2.1
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
Expand Down Expand Up @@ -435,7 +435,7 @@ scheduler:
repository: deepfenceio/deepfence_worker_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.0
# tag: 2.2.1
service:
type: ClusterIP
port: 8080
Expand All @@ -460,7 +460,7 @@ ui:
repository: deepfenceio/deepfence_ui_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.0
# tag: 2.2.1
service:
type: ClusterIP
port: 8081
Expand Down Expand Up @@ -509,7 +509,7 @@ console_agents:
repository: deepfenceio/deepfence_agent_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.0
# tag: 2.2.1
resources:
requests:
cpu: 150m
Expand All @@ -533,7 +533,7 @@ console_agents:
repository: deepfenceio/deepfence_cluster_agent_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.0
# tag: 2.2.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
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 2.2.0
appVersion: 2.2.1
description: Deepfence Router - Helm chart for Kubernetes
name: deepfence-router
type: application
version: 2.2.0
version: 2.2.1
34 changes: 32 additions & 2 deletions 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.2.1
created: "2024-05-09T16:45:43.903779+05:30"
description: Deepfence Agent - Helm chart for Kubernetes
digest: 0b1b25f2684956ee73cf372372fe84fcba51ec8e73fe7e10644b64517064dcad
name: deepfence-agent
type: application
urls:
- deepfence-agent-2.2.1.tgz
version: 2.2.1
- apiVersion: v2
appVersion: 2.2.0
created: "2024-04-30T15:34:03.692317+05:30"
Expand Down Expand Up @@ -262,9 +272,19 @@ entries:
- deepfence-agent-1.0.0.tgz
version: 1.0.0
deepfence-console:
- apiVersion: v2
appVersion: 2.2.1
created: "2024-05-09T16:45:43.906664+05:30"
description: A Helm chart for Kubernetes
digest: aea9b7a9b263a2707809898e0b7cd31005e52218813496c08a47f7dc7e78d844
name: deepfence-console
type: application
urls:
- deepfence-console-2.2.1.tgz
version: 2.2.1
- apiVersion: v2
appVersion: 2.2.0
created: "2024-05-09T16:06:18.594892+05:30"
created: "2024-05-09T16:45:43.905391+05:30"
description: A Helm chart for Kubernetes
digest: 89d2e4e72a4a1bba4f2b5a781771e9c663cf9ed69da474f182158e14da584f62
name: deepfence-console
Expand Down Expand Up @@ -533,6 +553,16 @@ entries:
- deepfence-console-1.0.0.tgz
version: 1.0.0
deepfence-router:
- apiVersion: v2
appVersion: 2.2.1
created: "2024-05-09T16:45:43.906973+05:30"
description: Deepfence Router - Helm chart for Kubernetes
digest: e2be7bc533da973b3bb985330423cffd65f5fb25a64f7a4df83e2697828b1829
name: deepfence-router
type: application
urls:
- deepfence-router-2.2.1.tgz
version: 2.2.1
- apiVersion: v2
appVersion: 2.2.0
created: "2024-04-30T15:34:03.694205+05:30"
Expand Down Expand Up @@ -693,4 +723,4 @@ entries:
urls:
- deepfence-router-1.0.0.tgz
version: 1.0.0
generated: "2024-05-09T16:06:18.593301+05:30"
generated: "2024-05-09T16:45:43.903232+05:30"
2 changes: 1 addition & 1 deletion deployment-scripts/start-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ start_agent() {
-e DEEPFENCE_KEY="$DEEPFENCE_KEY" \
-e DF_USE_DUMMY_SCOPE="$DF_USE_DUMMY_SCOPE" \
-e DF_USE_FAT_DUMMY_SCOPE="$DF_USE_FAT_DUMMY_SCOPE" \
"$IMAGE_REPOSITORY"/deepfence_agent_ce:"${DF_IMG_TAG:-2.2.0}"
"$IMAGE_REPOSITORY"/deepfence_agent_ce:"${DF_IMG_TAG:-2.2.1}"
}

main() {
Expand Down
Loading

0 comments on commit 18808d1

Please sign in to comment.