Skip to content

Releases: dkarlovi/docker-hostmanager.rs

1.2.1

23 Feb 09:20
Immutable release. Only release title and notes can be modified.
6389df5

Choose a tag to compare

Changes

  • fix: correctly allow access to socket (#18) (6389df5)

Installation

Download the appropriate archive for your platform and extract it.

Verification

All release artifacts are signed with cosign. To verify:

# Download the artifact and its .sigstore.json bundle
# Then verify with:
cosign verify-blob \
  --certificate-identity-regexp 'https://github.com/dkarlovi/docker-hostmanager.rs' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --bundle <artifact>.sigstore.json \
  <artifact>

Docker

Docker images are also signed and can be verified:

cosign verify \
  --certificate-identity-regexp 'https://github.com/dkarlovi/docker-hostmanager.rs' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  ghcr.io/dkarlovi/docker-hostmanager.rs:1.2.1

Run with:

docker run -d \
  --name docker-hostmanager \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v /etc/hosts:/hosts \
  ghcr.io/dkarlovi/docker-hostmanager.rs:1.2.1

1.2.0

06 Feb 13:36
Immutable release. Only release title and notes can be modified.
e67220b

Choose a tag to compare

Changes

Installation

Download the appropriate archive for your platform and extract it.

Verification

All release artifacts are signed with cosign. To verify:

# Download the artifact and its .sigstore.json bundle
# Then verify with:
cosign verify-blob \
  --certificate-identity-regexp 'https://github.com/dkarlovi/docker-hostmanager.rs' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --bundle <artifact>.sigstore.json \
  <artifact>

Docker

Docker images are also signed and can be verified:

cosign verify \
  --certificate-identity-regexp 'https://github.com/dkarlovi/docker-hostmanager.rs' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  ghcr.io/dkarlovi/docker-hostmanager.rs:1.2.0

Run with:

docker run -d \
  --name docker-hostmanager \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v /etc/hosts:/hosts \
  ghcr.io/dkarlovi/docker-hostmanager.rs:1.2.0

1.1.0

04 Feb 16:27
Immutable release. Only release title and notes can be modified.
72b1b87

Choose a tag to compare

Changes

  • fix: simplify threading model, improve debounce logic (no wakeups) (#13) (72b1b87)
  • feat: add support for custom domains via dev.orbstack.domains label (#12) (1abac2a)

Installation

Download the appropriate archive for your platform and extract it.

Verification

All release artifacts are signed with cosign. To verify:

# Download the artifact and its .sigstore.json bundle
# Then verify with:
cosign verify-blob \
  --certificate-identity-regexp 'https://github.com/dkarlovi/docker-hostmanager.rs' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --bundle <artifact>.sigstore.json \
  <artifact>

Docker

Docker images are also signed and can be verified:

cosign verify \
  --certificate-identity-regexp 'https://github.com/dkarlovi/docker-hostmanager.rs' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  ghcr.io/dkarlovi/docker-hostmanager.rs:1.1.0

Run with:

docker run -d \
  --name docker-hostmanager \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v /etc/hosts:/hosts \
  ghcr.io/dkarlovi/docker-hostmanager.rs:1.1.0

1.0.5

31 Jan 17:32
Immutable release. Only release title and notes can be modified.
d0c256a

Choose a tag to compare

Changes

  • fix: deduplicate hostnames in container info (#11) (d0c256a)

Installation

Download the appropriate archive for your platform and extract it.

Verification

All release artifacts are signed with cosign. To verify:

# Download the artifact and its .sigstore.json bundle
# Then verify with:
cosign verify-blob \
  --certificate-identity-regexp 'https://github.com/dkarlovi/docker-hostmanager.rs' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --bundle <artifact>.sigstore.json \
  <artifact>

Docker

Docker images are also signed and can be verified:

cosign verify \
  --certificate-identity-regexp 'https://github.com/dkarlovi/docker-hostmanager.rs' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  ghcr.io/dkarlovi/docker-hostmanager.rs:1.0.5

Run with:

docker run -d \
  --name docker-hostmanager \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v /etc/hosts:/hosts \
  ghcr.io/dkarlovi/docker-hostmanager.rs:1.0.5

1.0.4

31 Jan 16:46
Immutable release. Only release title and notes can be modified.
bd13e2b

Choose a tag to compare

Changes

  • feat: integrate cosign for image signing and verification in workflows (#9) (bd13e2b)

Installation

Download the appropriate archive for your platform and extract it.

Verification

All release artifacts are signed with cosign. To verify:

# Download the artifact and its .sigstore.json bundle
# Then verify with:
cosign verify-blob \
  --certificate-identity-regexp 'https://github.com/dkarlovi/docker-hostmanager.rs' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --bundle <artifact>.sigstore.json \
  <artifact>

Docker

Docker images are also signed and can be verified:

cosign verify \
  --certificate-identity-regexp 'https://github.com/dkarlovi/docker-hostmanager.rs' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  ghcr.io/dkarlovi/docker-hostmanager.rs:1.0.4
docker run -d \
  --name docker-hostmanager \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v /etc/hosts:/etc/hosts \
  ghcr.io/dkarlovi/docker-hostmanager.rs:1.0.4 \
  sync /etc/hosts

1.0.3

31 Jan 15:13
Immutable release. Only release title and notes can be modified.
afe9ac5

Choose a tag to compare

Changes

  • fix: remove binary stripping step from release workflow (#8) (afe9ac5)

Installation

Download the appropriate archive for your platform and extract it.

Docker

docker run -d \
  --name docker-hostmanager \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v /etc/hosts:/etc/hosts \
  ghcr.io/dkarlovi/docker-hostmanager:1.0.3 \
  sync /etc/hosts

1.0.0

30 Jan 21:16
1969b95

Choose a tag to compare

What's Changed

  • Add graceful shutdown handling for Docker event listener by @dkarlovi in #3
  • Build version by @dkarlovi in #4

New Contributors

Full Changelog: https://github.com/dkarlovi/docker-hostmanager.rs/commits/1.0.0