Compare commits

...

3 Commits

7 changed files with 10 additions and 6 deletions

View File

@@ -91,7 +91,7 @@ jobs:
deploy-to-dev1:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/kinara'
env:
DEPLOY_NAME: owgw
HOSTNAME: dev1.dev.kinsights.io

View File

@@ -1,3 +1,7 @@
## 3.0.15 (November 06, 2024)
- chore: updated package.json, updated helm/Chart.yaml, updated helm/values.yaml, updated CMakeLists.txt, updated version, updated CHANGELOG.md, bumped 3.0.14 -> 3.0.15
- Merge branch 'kinara' of github.com:kinarasystems/wlan-cloud-ucentralgw into kinara
## 3.0.14 (November 06, 2024)
- chore: updated package.json, updated helm/Chart.yaml, updated helm/values.yaml, updated CMakeLists.txt, updated version, updated CHANGELOG.md, bumped 3.0.13 -> 3.0.14
- New deploy step

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
project(owgw VERSION 3.0.14)
project(owgw VERSION 3.0.15)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED True)

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.0.14"
appVersion: "3.0.15"
description: A Helm chart for Kubernetes
name: owgw
version: 0.1.0

View File

@@ -7,7 +7,7 @@ fullnameOverride: ""
images:
owgw:
repository: 471112855615.dkr.ecr.us-east-1.amazonaws.com/owgw
tag: kv3.0.14
tag: kv3.0.15
pullPolicy: Always
# regcred:
# registry: tip-tip-wlan-cloud-ucentral.jfrog.io

View File

@@ -1,6 +1,6 @@
{
"name": "owgw",
"version": "3.0.14",
"version": "3.0.15",
"description": "This is the Kinara version of OpenWifi OWGW",
"author": "Kinara Systems",
"homepage": "https://kinarasystems.com",

View File

@@ -1 +1 @@
3.0.14
3.0.15