Skip to content

Releases: DelineaXPM/delinea-netconfig

delinea-netconfig 1.9.1

Choose a tag to compare

@github-actions github-actions released this 15 May 16:54
62562f1

Changelog

Others

Installation

Using Installation Script (Linux/macOS)

curl -sfL https://raw.githubusercontent.com/DelineaXPM/delinea-netconfig/main/install.sh | sh

Binary Downloads

Download the appropriate binary for your platform from the assets below.

Using Docker

# Fetch live (no local file needed)
docker run --rm ghcr.io/delineaxpm/delinea-netconfig:1.9.1 \
  convert -u https://setup.delinea.app/network-requirements --format csv

# Convert a local file (must exist in current directory)
docker run --rm -v "$(pwd):/data" ghcr.io/delineaxpm/delinea-netconfig:1.9.1 \
  convert -f /data/network-requirements.json --format csv

Verify Installation

delinea-netconfig version

Full Changelog: v1.9.0...v1.9.1

delinea-netconfig 1.9.0

Choose a tag to compare

@DelineaLaari DelineaLaari released this 14 May 18:03
9afc661

What's Changed

  • Add check subcommand for endpoint connectivity diagnostics by @andrespires in #3

New Contributors

Full Changelog: v1.8.1...v1.9.0

delinea-netconfig 1.8.1

Choose a tag to compare

@github-actions github-actions released this 14 Apr 14:57

Changelog

Others

Installation

Using Installation Script (Linux/macOS)

curl -sfL https://raw.githubusercontent.com/DelineaXPM/delinea-netconfig/main/install.sh | sh

Binary Downloads

Download the appropriate binary for your platform from the assets below.

Using Docker

# Fetch live (no local file needed)
docker run --rm ghcr.io/delineaxpm/delinea-netconfig:1.8.1 \
  convert -u https://setup.delinea.app/network-requirements --format csv

# Convert a local file (must exist in current directory)
docker run --rm -v "$(pwd):/data" ghcr.io/delineaxpm/delinea-netconfig:1.8.1 \
  convert -f /data/network-requirements.json --format csv

Verify Installation

delinea-netconfig version

Full Changelog: v1.8.0...v1.8.1

delinea-netconfig 1.8.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 22:08

Changelog

Others

Installation

Using Installation Script (Linux/macOS)

curl -sfL https://raw.githubusercontent.com/DelineaXPM/delinea-netconfig/main/install.sh | sh

Binary Downloads

Download the appropriate binary for your platform from the assets below.

Using Docker

# Fetch live (no local file needed)
docker run --rm ghcr.io/delineaxpm/delinea-netconfig:1.8.0 \
  convert -u https://setup.delinea.app/network-requirements --format csv

# Convert a local file (must exist in current directory)
docker run --rm -v "$(pwd):/data" ghcr.io/delineaxpm/delinea-netconfig:1.8.0 \
  convert -f /data/network-requirements.json --format csv

Verify Installation

delinea-netconfig version

Full Changelog: v1.7.1...v1.8.0

delinea-netconfig 1.7.1

Choose a tag to compare

@github-actions github-actions released this 16 Mar 22:05

Changelog

Others

Installation

Using Installation Script (Linux/macOS)

curl -sfL https://raw.githubusercontent.com/DelineaXPM/delinea-netconfig/main/install.sh | sh

Binary Downloads

Download the appropriate binary for your platform from the assets below.

Using Docker

# Fetch live (no local file needed)
docker run --rm ghcr.io/delineaxpm/delinea-netconfig:1.7.1 \
  convert -u https://setup.delinea.app/network-requirements --format csv

# Convert a local file (must exist in current directory)
docker run --rm -v "$(pwd):/data" ghcr.io/delineaxpm/delinea-netconfig:1.7.1 \
  convert -f /data/network-requirements.json --format csv

Verify Installation

delinea-netconfig version

Full Changelog: v1.7.0...v1.7.1

delinea-netconfig 1.7.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 20:30

Changelog

Others

Installation

Using Installation Script (Linux/macOS)

curl -sfL https://raw.githubusercontent.com/DelineaXPM/delinea-netconfig/main/install.sh | sh

Binary Downloads

Download the appropriate binary for your platform from the assets below.

Using Docker

docker pull ghcr.io/delineaxpm/delinea-netconfig:1.7.0

# Run with local files
docker run --rm -v "$(pwd):/data" ghcr.io/delineaxpm/delinea-netconfig:1.7.0 convert -f /data/network-requirements.json --format csv

Verify Installation

delinea-netconfig version

Full Changelog: v1.6.0...v1.7.0