Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waynz0r committed Jan 18, 2024
1 parent b0aa4dd commit 4dfdb30
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/config/gh_projects.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cisco-open/camblet
cisco-open/camblet-kernel-module
cisco-open/camblet-driver
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions deploy/debian-control
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Section: misc
Priority: optional
Standards-Version: 3.9.2
Package: camblet
Version: 0.4.0
Maintainer: Camblet maintainers <[email protected]>
Version: 0.5.0
Maintainer: Camblet Maintainers <[email protected]>
Architecture: all
Depends: camblet-agent, camblet-driver
Description: Camblet system with the agent and the kernel module
Expand Down
6 changes: 3 additions & 3 deletions deploy/rpmbuild/SPECS/camblet.spec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Name: camblet
Version: 0.4.0
Version: 0.5.0
Release: 1%{?dist}
Summary: Camblet is a network acceleration and security platform

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
Expand Down

0 comments on commit 4dfdb30

Please sign in to comment.