Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWilbur committed Apr 20, 2023
1 parent a806ca6 commit c257813
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/meerkat.yml
Original file line number Diff line number Diff line change
@@ -812,7 +812,7 @@ jobs:
--set enable_dsp=true \
--set administrator_email=jonathan@wilbur.space \
--set administrator_email_public=true \
--set vendor_version='2.4.4' \
--set vendor_version='2.5.0' \
--set signing_required_for_chaining=false \
--set tcp_timeout_in_seconds=300 \
--set min_transfer_speed_bytes_per_minute=10 \
4 changes: 2 additions & 2 deletions k8s/charts/meerkat-dsa/Chart.yaml
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@ apiVersion: v2
name: meerkat-dsa
description: X.500 Directory Server (DSA) and LDAP Server by Wildboar Software.
type: application
version: 2.10.1
appVersion: 2.4.4
version: 2.11.0
appVersion: 2.5.0
home: https://wildboarsoftware.com
keywords:
- directory
2 changes: 1 addition & 1 deletion pkg/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: meerkat-dsa
Version: 2.4.4
Version: 2.5.0
Section: database
Priority: optional
Architecture: i386
2 changes: 1 addition & 1 deletion pkg/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ services:
labels:
author: Wildboar Software
app: meerkat
version: "2.4.4"
version: "2.5.0"
ports:
- '1389:389/tcp' # LDAP TCP Port
- '4632:4632/tcp' # IDM Socket
2 changes: 1 addition & 1 deletion pkg/meerkat-dsa.rb
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ class MeerkatDSA < Formula
desc "X.500 Directory Server (DSA) and LDAP Server by Wildboar Software"
homepage "https://github.com/Wildboar-Software/directory"
url "https://github.com/Wildboar-Software/directory/archive/v1.1.0.tar.gz"
version = "2.4.4"
version = "2.5.0"
# sha256 "e86694b2e15d8d4da2477c44e584fb5e860666787d010801199a0a77bcf28a2d"

def install
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: meerkat-dsa
base: core20
version: '2.4.4'
version: '2.5.0'
summary: X.500 Directory (DSA) and LDAP Server
description: |
Fully-featured X.500 directory server / directory system agent (DSA)

0 comments on commit c257813

Please sign in to comment.