From 4dfdb308b796d9303c0ded60673fe4fb59b8e25a Mon Sep 17 00:00:00 2001 From: Zsolt Varga Date: Thu, 18 Jan 2024 21:59:43 +0100 Subject: [PATCH] prepare release 0.5.0 --- .github/config/gh_projects.txt | 2 +- .goreleaser.yml | 6 +++--- README.md | 4 ++-- deploy/debian-control | 4 ++-- deploy/rpmbuild/SPECS/camblet.spec | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/config/gh_projects.txt b/.github/config/gh_projects.txt index 6c8526e2..c6f8f33f 100644 --- a/.github/config/gh_projects.txt +++ b/.github/config/gh_projects.txt @@ -1,2 +1,2 @@ cisco-open/camblet -cisco-open/camblet-kernel-module \ No newline at end of file +cisco-open/camblet-driver diff --git a/.goreleaser.yml b/.goreleaser.yml index 77bb55d6..0ed86689 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,11 +22,11 @@ nfpms: contents: - dst: /etc/camblet/config.yaml src: config.yaml - - dst: /etc/camblet/rules/sample.yaml - src: camblet.d/rules/sample.yaml + - dst: /etc/camblet/policies/sample.yaml + src: camblet.d/policies/sample.yaml - dst: /etc/camblet/services/sample.yaml src: camblet.d/services/sample.yaml - - dst: /etc/systemd/system/nacambletsp.service + - dst: /etc/systemd/system/camblet.service src: deploy/camblet.service - dst: /usr/share/doc/camblet/LICENSE src: LICENSE diff --git a/README.md b/README.md index bdfb4559..ba46e07a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The features are the following: - providing frictionless TLS termination for those TCP sockets - supporting every Linux-based machine (bare-metal, vanilla VM, Kubernetes, etc... you name it) -This repository contains the source code of the `camblet` multi-purpose binary for controlling the [camblet-kernel-module](https://github.com/cisco-open/camblet-kernel-module), which is a kernel module that does the processing of the user traffic. +This repository contains the source code of the `camblet` multi-purpose binary for controlling the [camblet-driver](https://github.com/cisco-open/camblet-driver), which is a kernel module that does the processing of the user traffic. ## Architecture @@ -42,7 +42,7 @@ sudo camblet agent --policies-path $(pwd)/camblet.d/policies --services-path $(p ### Development environment -Our primary development environment is [Lima](https://lima-vm.io) since it supports x86_64 and ARM as well. Follow the instructions for [camblet-kernel-module](https://github.com/cisco-open/camblet-kernel-module#coding) for setting up the development environment. +Our primary development environment is [Lima](https://lima-vm.io) since it supports x86_64 and ARM as well. Follow the instructions for [camblet-driver](https://github.com/cisco-open/camblet-driver#coding) for setting up the development environment. ### Build diff --git a/deploy/debian-control b/deploy/debian-control index e4510b54..40a82a58 100644 --- a/deploy/debian-control +++ b/deploy/debian-control @@ -2,8 +2,8 @@ Section: misc Priority: optional Standards-Version: 3.9.2 Package: camblet -Version: 0.4.0 -Maintainer: Camblet maintainers +Version: 0.5.0 +Maintainer: Camblet Maintainers Architecture: all Depends: camblet-agent, camblet-driver Description: Camblet system with the agent and the kernel module diff --git a/deploy/rpmbuild/SPECS/camblet.spec b/deploy/rpmbuild/SPECS/camblet.spec index 47be6b03..af2841f9 100644 --- a/deploy/rpmbuild/SPECS/camblet.spec +++ b/deploy/rpmbuild/SPECS/camblet.spec @@ -1,5 +1,5 @@ Name: camblet -Version: 0.4.0 +Version: 0.5.0 Release: 1%{?dist} Summary: Camblet is a network acceleration and security platform @@ -7,12 +7,12 @@ License: GPL-MIT Dual License URL: https://camblet.io Requires: camblet-agent -Requires: camblet-kernel-module +Requires: camblet-driver BuildArch: noarch %description -This is a meta package for Camblet, which includes camblet-agent and camblet-kernel-module. +This is a meta package for Camblet, which includes camblet-agent and camblet-driver. %files # Empty section, as this is a meta package