237 Commits

Author SHA1 Message Date
Owen Schwartz
f7f072b919 Merge pull request #48 from fosrl/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2025-11-14 10:28:22 -05:00
Owen Schwartz
616ab62bc1 Merge pull request #53 from fosrl/dependabot/go_modules/prod-minor-updates-aca723b595
Bump the prod-minor-updates group across 1 directory with 2 updates
2025-11-14 10:27:44 -05:00
Owen Schwartz
0398e68788 Merge pull request #52 from fosrl/copilot/fix-system-path-removal
Fix Windows uninstaller deleting entire System PATH instead of OLM entry
2025-11-14 10:27:30 -05:00
dependabot[bot]
e061955e90 Bump the prod-minor-updates group across 1 directory with 2 updates
Bumps the prod-minor-updates group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.43.0 to 0.44.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.44.0)

Updates `golang.org/x/sys` from 0.37.0 to 0.38.0
- [Commits](https://github.com/golang/sys/compare/v0.37.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
- dependency-name: golang.org/x/sys
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-11 20:19:38 +00:00
copilot-swe-agent[bot]
91f0230d21 Refactor PATH removal to use TStringList for more robust parsing
Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com>
2025-11-11 01:46:51 +00:00
copilot-swe-agent[bot]
1168f5541c Fix Windows PATH removal issue by implementing custom uninstall procedure
Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com>
2025-11-11 01:44:40 +00:00
copilot-swe-agent[bot]
d910034ea1 Initial plan 2025-11-11 01:41:18 +00:00
Owen
ea05ac9c71 Merge branch 'dev' of github.com:fosrl/olm into dev 1.1.5 2025-10-27 21:42:52 -07:00
Owen
87e2cf8405 Use local websocket without config or otel 2025-10-27 21:42:41 -07:00
Owen
a55803f8f3 Use local websocket without config or otel 2025-10-27 21:39:54 -07:00
Owen
2489283470 Merge branch 'main' into dev 2025-10-27 21:27:21 -07:00
dependabot[bot]
33e28ead68 Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-27 21:16:53 +00:00
Owen Schwartz
1a8ae792d0 Merge pull request #47 from gk1/feature/config-file-persistence
Updated the olm client to process config vars from cli,env,file in or…
2025-10-25 17:31:25 -07:00
Owen
228bddcf79 Treat mtu as int and dont overwrite from websocket 2025-10-25 17:15:25 -07:00
Owen Schwartz
0f25ba98ac Merge pull request #41 from fosrl/dependabot/go_modules/prod-minor-updates-b47bc3c6cb
Bump the prod-minor-updates group with 2 updates
2025-10-25 16:33:02 -07:00
gk1
555c9dc9f4 Updated the olm client to process config vars from cli,env,file in order of precedence and persist them to file 2025-10-24 17:04:48 -07:00
dependabot[bot]
ef011f29f7 Bump the prod-minor-updates group with 2 updates
Bumps the prod-minor-updates group with 2 updates: [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/sys](https://github.com/golang/sys).


Updates `golang.org/x/crypto` from 0.42.0 to 0.43.0
- [Commits](https://github.com/golang/crypto/compare/v0.42.0...v0.43.0)

Updates `golang.org/x/sys` from 0.36.0 to 0.37.0
- [Commits](https://github.com/golang/sys/compare/v0.36.0...v0.37.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
- dependency-name: golang.org/x/sys
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 20:36:13 +00:00
Owen Schwartz
2b181db148 feat(actions): Sync Images from Docker to GHCR (#46)
* feat(actions): Sync Images from Docker to GHCR

* fix(actions): Moved mirror action to workflows
2025-10-20 13:16:31 -07:00
Marc Schäfer
c94dc6af69 fix(actions): Moved mirror action to workflows 2025-10-20 22:15:15 +02:00
Marc Schäfer
6275531187 feat(actions): Sync Images from Docker to GHCR 2025-10-20 22:11:42 +02:00
Owen
b12e3bd895 Merge branch 'main' into dev 2025-10-19 15:12:47 -07:00
Owen
8629c40e2f Update domains 2025-10-19 15:12:37 -07:00
Owen Schwartz
9f3eddbc9c Add update checks, log rotation, and message timeouts (#42)
* Add update checker

* Add timeouts to hp

* Try to fix log rotation and service args

* Dont delete service args file

* GO update
1.1.4
2025-10-08 17:48:50 -07:00
Owen
c58f3ac92d GO update 2025-10-08 17:46:40 -07:00
Owen
d88bfd461e Merge branch 'main' into dev 2025-10-08 17:44:53 -07:00
Owen
ff3b5c50fc Dont delete service args file 2025-10-08 17:35:14 -07:00
Owen
c5ece2f21f Try to fix log rotation and service args 2025-10-01 10:30:45 -07:00
miloschwartz
27bffa062d update template 2025-09-29 16:38:29 -07:00
miloschwartz
3ae134af2d update templates 2025-09-29 16:32:05 -07:00
miloschwartz
c06384b700 add templates 2025-09-29 16:29:26 -07:00
Owen
fa1d2b1f55 Add timeouts to hp 2025-09-29 14:55:19 -07:00
Owen
2445ced83b Add update checker 2025-09-29 14:37:07 -07:00
Owen
44802aae7c Add iss file 2025-09-28 16:44:36 -07:00
Owen
74b166e82f Remove the old peer when updating new peer 1.1.3 2025-09-28 12:25:33 -07:00
Owen
1054d70192 Merge branch 'main' into dev 2025-09-28 11:41:26 -07:00
Owen
323d3cf15e Update get olm script to work with sudo 2025-09-28 11:41:07 -07:00
Owen
77a38e3dba Add get olm script 2025-09-28 11:33:28 -07:00
Owen
42bd8d5d4c Merge branch 'main' into dev 2025-09-26 09:38:40 -07:00
Owen Schwartz
64e7a20915 Fix pulling config.json (#39) 1.1.2 2025-09-26 09:37:13 -07:00
Owen
03db7649db Fix pulling config.json 2025-09-25 17:41:00 -07:00
Owen Schwartz
35d4f19bd8 Merge pull request #30 from fosrl/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2025-09-20 11:46:10 -04:00
Owen Schwartz
a631b60604 Merge pull request #34 from fosrl/dependabot/go_modules/golang.org/x/sys-0.36.0
Bump golang.org/x/sys from 0.35.0 to 0.36.0
2025-09-20 11:46:04 -04:00
Owen Schwartz
1eb87c997d Merge pull request #35 from fosrl/dependabot/go_modules/golang.org/x/crypto-0.42.0
Bump golang.org/x/crypto from 0.41.0 to 0.42.0
2025-09-20 11:45:57 -04:00
Owen Schwartz
5d42fac1d1 Merge pull request #28 from kevin-gillet/126-stop-litteral-ipv6-from-being-resolved
fix: holepunch to only active peers and stop litteral ipv6 from being name resolved
2025-09-20 11:45:47 -04:00
dependabot[bot]
6d9d012789 Bump golang.org/x/crypto from 0.41.0 to 0.42.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.41.0 to 0.42.0.
- [Commits](https://github.com/golang/crypto/compare/v0.41.0...v0.42.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-19 20:20:13 +00:00
dependabot[bot]
10b8ebd3c1 Bump golang.org/x/sys from 0.35.0 to 0.36.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.35.0 to 0.36.0.
- [Commits](https://github.com/golang/sys/compare/v0.35.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-19 20:20:10 +00:00
dependabot[bot]
f9d51ebb88 Bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 20:44:23 +00:00
FranceNuage
2b41d4c459 fix: holepunch to only active peers and stop litteral ipv6 from being treated as hostname and be name resolved 2025-09-06 02:39:43 +02:00
Owen Schwartz
7448a3127d Merge pull request #26 from kevin-gillet/25-fix-olm-ipv6-parsing
fix: add ipv6 endpoint formatter
2025-09-04 10:37:40 -07:00
FranceNuage
e669d543c4 fix: remove comment 2025-09-04 14:16:41 +02:00