8000 Releases · alpacanetworks/alpamon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: alpacanetworks/alpamon

1.0.3

13 May 08:34
Compare
Choose a tag to compare

Changelog

  • 7f4cdef Merge pull request #66 from alpacanetworks/hotfix-set-default-home-directory-permission
  • 65c9940 feat: make HomeDirectoryPermission optional for addUser (backward compatible)
  • 9cf2509 fix(tls): set InsecureSkipVerify based on SSLVerify config option

1.0.2

12 May 04:55
0524821
Compare
Choose a tag to compare
  • Hotfix .goreleaser.yaml and install_atlas.sh

1.0.1

09 May 06:29
60d8520
Compare
Choose a tag to compare
  • Add chomodcommand
  • Support raspbian platform

1.0.0

28 Apr 02:53
Compare
Choose a tag to compare

🎉 First stable release of Alpamon!

Notes

  • Alpamon is ready for production deployment.

0.2.23

28 Apr 02:21
Compare
Choose a tag to compare

Changelog

  • 3ea3361 fix: improve preremove and postremove scripts for better rpm and deb compatibility

0.2.22

25 Apr 03:06
31d871b
Compare
Choose a tag to compare

Changelog

  • e829782 Add CollectorRestartChan to WebsocketClient
  • 2259860 Add pty websocket recovery feature
  • 0878081 Add restartcoll command case
  • 0224046 Fix Transporter retry logic
  • 2f62b27 Improve PtyClient.Close to gracefully handle close handshake
  • ed81710 Improve WebSocketClient.Close to gracefully handle close handshake
  • 490f745 Merge pull request #57 from alpacanetworks/56-refactor-the-process-of-initializing-collector
  • 31d871b Merge pull request #58 from alpacanetworks/pty-recovery
  • 577bf7c Merge restartcoll command to restart command
  • 11651db Minor fix
  • 0427392 Prevent nil panic by assigning websocket conn only on successful recovery
  • 63d9f47 Refactor process of initializing collector
  • bc989d2 Refactor to allow for collector restarts
  • 48db724 chore: minor fix for formatting
  • b657a77 chore: remove leftover debug message
  • 81b0f8b chore: remove unused global ctx for PTY cleanup
  • 0f65230 chore: remove unused global ctx for PTY cleanup
  • 53e29d2 chore: revise log messages for PTY recovery
  • 624f988 feat: add global ctx support for graceful PTY cleanup
  • e213f65 fix: register terminal before PTY session initialization to ensure proper cleanup

0.2.21

11 Apr 01:28
Compare
Choose a tag to compare

Changelog

  • 4547b9c Fix capture both stdout and stderr in runCmdWithOutput
  • a262af1 Minor fix

0.2.20

10 Apr 06:18
Compare
Choose a tag to compare

Changelog

  • dfd862c Add FormatPermissions()
  • 4870e1b Add arm64 architecture support
  • 58f2bf0 Add chmod & chown commands
  • bda9a08 Add demoteFtp()
  • 6b8e748 Add recursive option to chmod, chown
  • 3d3bb3f Delete unnecessary logic
  • fce6205 Fix build-and-test.yaml
  • 2024409 Fix mode's type to string in chmod()
  • ab45ddb Fix release.yml
  • 67a6f21 Fix uid, gid's type to pointer in chown()
  • a24c676 Merge pull request #53 from alpacanetworks/49-implement-additional-features-for-webftp
  • 88fde88 Merge pull request #54 from alpacanetworks/49-implement-additional-features-for-webftp
  • e6bf4c2 Merge pull request #55 from alpacanetworks/fix-configfile-write
  • 52eb089 Merge remote-tracking branch 'origin/main' into 49-implement-additional-features-for-webftp
  • 038cd26 Minor fix
  • 38efaeb Minor fix
  • 480cd5c Minor fix
  • e15ee7a Prevent zerolog from logging internal write errors
  • 585dc50 Refactor demote()
  • 76a6cde Refactor listRecursive()
  • 97e0a44 Revert to previous version
  • 7f1fe63 Update chmod, chown result message
  • 5142763 Update list command's response
  • 3f3aeca Write config directly to target file without using temp file

0.2.19

04 Apr 06:01
5d2ac0d
Compare
Choose a tag to compare

Changelog

0.2.18

02 Apr 02:06
a0e65f9
Compare
Choose a tag to compare

Changelog

  • 741cb10 Add alert check
  • 3d9fe5f Add more OS variants to platform detection
  • 55ebfba Add status check
  • 526791d Fix blocking issue in FailureQueueWorker
  • db540d1 Fix log message format by adding period
  • 806688e Fix test cases
  • cbae3dd Improve CheckSession retry logic with timeout-aware graceful exit
  • 4a147e3 Initialize logger earlier to capture startup logs and minor fix
  • 2f6c867 MInor fix
  • 684a9d4 Merge pull request #47 from alpacanetworks/46-add-checks-for-server-status-verification
  • 35452d3 Merge pull request #48 from alpacanetworks/38-intermittent-sqlite-lock-errors-during-github-actions-tests
  • 6105f60 Merge pull request #50 from alpacanetworks/refactor-wsclient
  • a0e65f9 Merge pull request #51 from alpacanetworks/log-format
  • 0fc239d Merge remote-tracking branch 'origin/refactor-wsclient' into refactor-wsclient
  • 599374b Minor fix
  • 876d5b8 Minor fix
  • 225e1d0 Minor fix
  • f42b278 Refactor WebSocket client for graceful shutdown
  • 8a93922 Support rocky platform
  • d9429e1 Use context to safely handle shutdown and prevent reconnect during termination
0