Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 16:49
· 36 commits to main since this release
9045012

Changelog

  • 41e6d7e Add Device to test of Copy() of VPN Status
  • d1abd0f Add IP of current VPN server to DBus properties
  • 090ecd6 Add OpenConnect PID to D-Bus Properties
  • da8e080 Add TND Servers to D-Bus Properties
  • 557faf7 Add TND State to D-Bus Properties
  • 6240509 Add TrafPol State and Allowed Hosts to D-Bus Properties
  • 1c7fcbb Add VPN server IP to allowed addresses in TrafPol
  • 8e129f7 Add method "DumpState" to D-Bus API
  • 9b6ce23 Add missing cases for server property in D-Bus client
  • 92397ca Add missing defers for cleanup after AllowDevs tests
  • 5e4a980 Add state "disabled" to TrafPol State D-Bus Property
  • 5313e2e Add variables in Split Routing to log entries
  • 4cc4629 Add verbose and JSON output to OC-Client monitor
  • d22f430 Copy server name in Copy() of VPN status
  • 66fa983 Fix comments in Daemon and exported client
  • 0545799 Fix gateway copy in Copy() of VPN config
  • c7553cf Fix log message in D-Bus API
  • 82f9ca4 Fix typo in TrafPol comment
  • 833da21 Merge pull request #104 from telekom-mms/feature/rework-trafpol-resolver
  • 76d91fa Merge pull request #105 from telekom-mms/feature/add-server-ip-to-allowed-addrs
  • 64637ff Merge pull request #106 from telekom-mms/bugfix/fix-gateway-copy-in-vpnconfig
  • 8b10a31 Merge pull request #107 from telekom-mms/bugfix/copy-server-name-in-vpnstatus
  • 710a5c7 Merge pull request #108 from telekom-mms/bugfix/add-missing-cases-for-server-dbus-property
  • 7d090ae Merge pull request #109 from telekom-mms/feature/add-server-ip-to-dbus-properties
  • ed613c1 Merge pull request #110 from telekom-mms/feature/update-goreleaser-version
  • 6fd711f Merge pull request #111 from telekom-mms/bugfix/trafpol-and-vpnstatus-fixes
  • 2ea8cf6 Merge pull request #112 from telekom-mms/feature/add-trafpol-status-to-dbus-properties
  • 71b0381 Merge pull request #113 from telekom-mms/bugfix/set-ocrunning-dbus-property-at-startup
  • f4c16db Merge pull request #114 from telekom-mms/feature/add-tnd-state-to-dbus-properties
  • bc958cc Merge pull request #115 from telekom-mms/feature/log-variables-in-splitrt
  • 4ca8475 Merge pull request #116 from telekom-mms/feature/add-tnd-servers-to-dbus-properties
  • 28356b9 Merge pull request #117 from telekom-mms/feature/add-openconnect-pid-to-dbus-properties
  • ee966af Merge pull request #118 from telekom-mms/feature/add-verbose-and-json-output-to-oc-client-monitor
  • 2afa099 Merge pull request #119 from telekom-mms/feature/add-disabled-state-to-trafpol-dbus-property
  • 96e12e5 Merge pull request #120 from telekom-mms/feature/switch-to-netip-internally
  • f9d91de Merge pull request #121 from telekom-mms/feature/add-method-dumpstate-to-dbus-api
  • 6c07575 Merge pull request #122 from telekom-mms/bugfix/misc-fixes
  • bae29f1 Merge pull request #123 from telekom-mms/feature/cleanups
  • 4a2e8a6 Merge pull request #124 from telekom-mms/feature/update-go-version-and-dependencies
  • 4932bf3 Merge pull request #125 from telekom-mms/bugfix/specify-exact-minimum-go-verion-in-gomod
  • 9045012 Merge pull request #126 from telekom-mms/feature/update-tnd
  • 3186993 Replace reflect.DeepEqual() call with slices.Equal()
  • 75c3bd6 Rework name resolution for allowed hosts in TrafPol
  • 4072710 Set D-Bus Property OCRunning to "not running" at startup
  • 30aff04 Specify exact minimum Go version in go.mod
  • c870e06 Start D-Bus API before TrafPol
  • 6a89fb4 Switch to package netip internally
  • a3d66b6 Update Go version to 1.23
  • 070f770 Update TND
  • 728d212 Update dependencies
  • f827b65 Update package doc string of tools/dbusclient
  • 56b1e47 Update version to 2 in GoReleaser config