Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWilbur committed Mar 10, 2023
1 parent 985fcdb commit e4536e0
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/meerkat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ jobs:
--set enable_dsp=true \
--set administrator_email=jonathan@wilbur.space \
--set administrator_email_public=true \
--set vendor_version='2.3.0' \
--set vendor_version='2.4.0' \
--set signing_required_for_chaining=false \
--set tcp_timeout_in_seconds=300 \
--set min_transfer_speed_bytes_per_minute=10 \
Expand Down
11 changes: 11 additions & 0 deletions apps/meerkat-docs/docs/changelog-meerkat.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog for Meerkat DSA

## Version 2.4.0

- Service Administration
- This means that directory administrators can define search rules that
constrain the types of searches users can perform

You do not have to do anything for this upgrade to work. Just update the
version of Meerkat DSA you're using. The Demo DIT has a
[service administrative area](./demo.md#demo-dit-overview) in
`C=US,ST=FL,L=MAR,L=Ocala` that you can experiment with.

## Version 2.3.0

- Relaxations and Tightenings
Expand Down
4 changes: 2 additions & 2 deletions apps/meerkat-docs/docs/conformance.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Conformance

In the statements below, the term "Meerkat DSA" refers to version 2.3.0 of
Meerkat DSA, hence these statements are only claimed for version 2.3.0 of
In the statements below, the term "Meerkat DSA" refers to version 2.4.0 of
Meerkat DSA, hence these statements are only claimed for version 2.4.0 of
Meerkat DSA.

## X.519 Conformance Statement
Expand Down
2 changes: 1 addition & 1 deletion apps/meerkat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/JonathanWilbur"
}
],
"version": "2.3.0",
"version": "2.4.0",
"license": "MIT",
"bin": {
"meerkat": "./main.js"
Expand Down
4 changes: 2 additions & 2 deletions k8s/charts/meerkat-dsa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0
appVersion: 2.3.0
version: 2.9.1
appVersion: 2.4.0
home: https://wildboarsoftware.com
keywords:
- directory
Expand Down
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.3.0
Version: 2.4.0
Section: database
Priority: optional
Architecture: i386
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
labels:
author: Wildboar Software
app: meerkat
version: "2.3.0"
version: "2.4.0"
ports:
- '1389:389/tcp' # LDAP TCP Port
- '4632:4632/tcp' # IDM Socket
Expand Down
2 changes: 1 addition & 1 deletion pkg/meerkat-dsa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0"
version = "2.4.0"
# sha256 "e86694b2e15d8d4da2477c44e584fb5e860666787d010801199a0a77bcf28a2d"

def install
Expand Down
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.3.0'
version: '2.4.0'
summary: X.500 Directory (DSA) and LDAP Server
description: |
Fully-featured X.500 directory server / directory system agent (DSA)
Expand Down

0 comments on commit e4536e0

Please sign in to comment.