Skip to content

Releases: marcelofmatos/phpnetmap

1.0.1

10 Jun 14:06

Choose a tag to compare

1.0.1

🚀 What's Changed

  • dce6130 Adicionar suporte a multi-arquitetura no Docker com QEMU e Buildx, atualizar workflows do GitHub Actions e melhorar a documentação
  • 2139212 Adicionar especificações para correção de bug e suporte a build ARM64 da imagem Docker

🐳 Docker Images

Multiple Docker tags are available for different use cases:

# Specific version (recommended for production)
docker pull ghcr.io/marcelofmatos/phpnetmap:1.0.1

# Minor version (gets latest patch updates)
docker pull ghcr.io/marcelofmatos/phpnetmap:1.0

# Major version (gets latest minor.patch updates)
docker pull ghcr.io/marcelofmatos/phpnetmap:1

# Latest (always gets the newest release)
docker pull ghcr.io/marcelofmatos/phpnetmap:latest

Run the container:

docker run -d -p 80:80 ghcr.io/marcelofmatos/phpnetmap:1.0.1

Platforms: linux/amd64, linux/arm64

📋 Release Info

  • Type: patch release
  • Previous Version: 1.0.0
  • Released by: @marcelofmatos

1.0.0

09 Jun 21:13

Choose a tag to compare

1.0.0

🚀 What's Changed

  • 2cbab52 Adicionar novos workflows do GitHub Actions para deploy, construção de imagens Docker e rotulagem automática de PRs
  • 18f61a5 Remove obsolete test case and bootstrap files from the unit tests for the Bootstrap extension
  • 4b55e3e Add files via upload
  • e5dbeb2 alt para a imagem do link de pesquisa
  • c8fdfbd lado do link hostDst
  • 2c8fbd7 span.text-nowrap retirado
  • 8507020 evitar quebra de linha dos links
  • 911fb20 evitar quebra de linha dos links
  • 97c0468 evitar quebra de linha dos links
  • 8d5efbf link embutido na coluna hostDst

🐳 Docker Images

Multiple Docker tags are available for different use cases:

# Specific version (recommended for production)
docker pull ghcr.io/marcelofmatos/phpnetmap:1.0.0

# Minor version (gets latest patch updates)
docker pull ghcr.io/marcelofmatos/phpnetmap:1.0

# Major version (gets latest minor.patch updates)
docker pull ghcr.io/marcelofmatos/phpnetmap:1

# Latest (always gets the newest release)
docker pull ghcr.io/marcelofmatos/phpnetmap:latest

Run the container:

docker run -d -p 8080:3000 --env-file .env ghcr.io/marcelofmatos/phpnetmap:1.0.0

Platforms: linux/amd64

📋 Release Info

  • Type: patch release
  • Previous Version: 0.0.0
  • Released by: @marcelofmatos