Skip to content

Releases: ptah-sh/ptah-server

v0.41.0

13 Nov 12:58
Compare
Choose a tag to compare

0.41.0 (2024-11-13)

Features

Miscellaneous Chores

v0.40.0

09 Nov 15:27
Compare
Choose a tag to compare

0.40.0 (2024-11-09)

⚠️ Manual Changes are Required

This version adds the self-hosted Docker Registry to store the built images.

You need to update your nodes:

  1. Create a 'registry.ptah.local' service (see getDockerRegistryProcessConfig in InitCluster.
  2. Protect port 5050 on all your nodes with iptables:
iptables -I DOCKER-USER -p tcp -s 127.0.0.1 --dport 5050 -j ACCEPT
iptables -I DOCKER-USER -p tcp --dport 5050 -j REJECT --reject-with tcp-reset

netfilter-persistent save
  1. Add registry.ptah.local to /etc/hosts
echo '127.0.0.1 registry.ptah.local' >> /etc/hosts

Features

Miscellaneous Chores

  • sponsored features mention (2f89676)
  • update installation data (37afacb)
  • update installation data (342db69)
  • update installation data (6d16d5d)
  • update installation data (2c1a323)

v0.39.0

03 Nov 12:06
Compare
Choose a tag to compare

0.39.0 (2024-11-03)

Features

  • try plausible analytics (f23acbb)

Miscellaneous Chores

  • update installation data (9e808d2)

v0.38.2

02 Nov 15:29
Compare
Choose a tag to compare

0.38.2 (2024-11-02)

Bug Fixes

Miscellaneous Chores

  • update installation data (a421788)

v0.38.1

02 Nov 15:21
Compare
Choose a tag to compare

0.38.1 (2024-11-02)

Bug Fixes

Miscellaneous Chores

  • update installation data (bf725e8)

v0.38.0

02 Nov 15:10
Compare
Choose a tag to compare

0.38.0 (2024-11-02)

Features

Bug Fixes

Miscellaneous Chores

  • update installation data (6237d24)

v0.37.0

31 Oct 14:05
Compare
Choose a tag to compare

0.37.0 (2024-10-31)

Features

Miscellaneous Chores

  • update installation data (d69ca6c)

v0.36.0

20 Oct 12:01
Compare
Choose a tag to compare

0.36.0 (2024-10-20)

Features

Bug Fixes

Miscellaneous Chores

  • update installation data (0d5acc0)
  • update installation data (954eab1)
  • update installation data (a84c0f9)
  • update installation data (860b1da)
  • update installation data (8e1ef08)
  • update installation data (d82db3d)

v0.35.5

18 Oct 17:28
Compare
Choose a tag to compare

0.35.5 (2024-10-17)

Bug Fixes

  • #237 minor bugs to support chatwoot configuration (9f7340f)

Miscellaneous Chores

  • update installation data (6f27f7a)

v0.35.4

16 Oct 07:02
Compare
Choose a tag to compare

0.35.4 (2024-10-16)

Bug Fixes

  • docker names for main workers (c275634)

Miscellaneous Chores

  • update installation data (dde7678)