119 Commits

Author SHA1 Message Date
c9bb065696 updated port >1024 2024-01-27 21:03:09 -07:00
Łukasz Budnik
906be51244 Merge pull request #84 from lukaszbudnik/ping-with-timeout
implemented support for custom timeout parameter for ping/reachability analyzer
v3.0.1
2023-11-17 07:03:50 +01:00
Łukasz Budnik
5651f7227f implemented support for custom timeout parameter for ping/reachability analyzer 2023-11-17 07:01:55 +01:00
Łukasz Budnik
bfb0a19737 Merge pull request #83 from lukaszbudnik/ping-reachability-analyzer
implemented ping and reachability analyzer functionality
v3.0.0
2023-11-15 20:13:48 +01:00
Łukasz Budnik
f6cd6893fd fixed typo 2023-11-15 20:12:25 +01:00
Łukasz Budnik
1d44df4ba9 implemented ping and reachibility analyzer functionality 2023-11-15 20:06:09 +01:00
Łukasz Budnik
3ccac4010f Merge pull request #77 from lukaszbudnik/dependabot/docker/golang-1.21-alpine
Bump golang from 1.19-alpine to 1.21-alpine
2023-11-15 10:27:08 +01:00
dependabot[bot]
35bf0249ad Bump golang from 1.19-alpine to 1.21-alpine
Bumps golang from 1.19-alpine to 1.21-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-15 09:21:28 +00:00
Łukasz Budnik
046b2040c3 Merge pull request #71 from lukaszbudnik/dependabot/docker/alpine-3.18
Bump alpine from 3.17 to 3.18
2023-11-15 10:20:45 +01:00
Łukasz Budnik
6d914f6e51 Merge branch 'main' into dependabot/docker/alpine-3.18 2023-11-15 10:17:41 +01:00
Łukasz Budnik
bf6a62c004 Merge pull request #76 from lukaszbudnik/dependabot/go_modules/github.com/gorilla/handlers-1.5.2
Bump github.com/gorilla/handlers from 1.5.1 to 1.5.2
2023-11-15 08:06:27 +01:00
dependabot[bot]
4a5cc84585 Bump github.com/gorilla/handlers from 1.5.1 to 1.5.2
Bumps [github.com/gorilla/handlers](https://github.com/gorilla/handlers) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/gorilla/handlers/releases)
- [Commits](https://github.com/gorilla/handlers/compare/v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: github.com/gorilla/handlers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-15 07:03:38 +00:00
Łukasz Budnik
5cc4cc573f Merge pull request #75 from lukaszbudnik/dependabot/go_modules/github.com/gorilla/mux-1.8.1
Bump github.com/gorilla/mux from 1.8.0 to 1.8.1
2023-11-15 07:52:51 +01:00
Łukasz Budnik
be35c96a78 Merge branch 'main' into dependabot/go_modules/github.com/gorilla/mux-1.8.1 2023-11-15 07:51:29 +01:00
Łukasz Budnik
206a37ccfb Merge pull request #79 from lukaszbudnik/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2023-11-14 22:07:24 +01:00
dependabot[bot]
e9a1cb3340 Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 21:00:20 +00:00
Łukasz Budnik
270c92f038 Merge pull request #78 from lukaszbudnik/dependabot/github_actions/docker/metadata-action-5
Bump docker/metadata-action from 4 to 5
2023-11-14 21:59:30 +01:00
dependabot[bot]
d8e6d8a770 Bump docker/metadata-action from 4 to 5
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 20:49:27 +00:00
Łukasz Budnik
dbe56d6684 Merge pull request #80 from lukaszbudnik/dependabot/github_actions/docker/build-push-action-5
Bump docker/build-push-action from 4 to 5
2023-11-14 21:48:36 +01:00
dependabot[bot]
fe4ccaac6d Bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 20:46:43 +00:00
Łukasz Budnik
593c42fba7 Merge pull request #81 from lukaszbudnik/dependabot/github_actions/actions/checkout-4.1.1
Bump actions/checkout from 3.5.3 to 4.1.1
2023-11-14 21:45:46 +01:00
Łukasz Budnik
d8a01b4f77 Merge branch 'main' into dependabot/github_actions/actions/checkout-4.1.1 2023-11-14 21:44:58 +01:00
Łukasz Budnik
0245cda959 Merge pull request #82 from lukaszbudnik/updating-deprecated-methods-fields
updated deprecated API
2023-11-14 18:41:18 +01:00
dependabot[bot]
20a8b270e8 Bump actions/checkout from 3.5.3 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.5.3...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 17:36:20 +00:00
Łukasz Budnik
2a3c6806b5 updated deprecated API to new API 2023-11-14 18:35:59 +01:00
dependabot[bot]
b207586411 Bump github.com/gorilla/mux from 1.8.0 to 1.8.1
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 17:28:36 +00:00
Łukasz Budnik
ac599cd5d3 Merge pull request #73 from lukaszbudnik/dependabot/go_modules/github.com/stretchr/testify-1.8.4
Bump github.com/stretchr/testify from 1.8.2 to 1.8.4
2023-11-14 11:49:38 +01:00
Łukasz Budnik
f35c750b60 Merge branch 'main' into dependabot/go_modules/github.com/stretchr/testify-1.8.4 2023-11-14 11:45:04 +01:00
Łukasz Budnik
1f120f6f61 Merge pull request #74 from lukaszbudnik/dependabot/github_actions/actions/checkout-3.5.3
Bump actions/checkout from 3.5.1 to 3.5.3
2023-11-14 11:44:24 +01:00
dependabot[bot]
0697b7feca Bump actions/checkout from 3.5.1 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.1 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.5.1...v3.5.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-09 17:56:57 +00:00
dependabot[bot]
35f72dbaad Bump github.com/stretchr/testify from 1.8.2 to 1.8.4
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.4)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 17:56:55 +00:00
dependabot[bot]
6c09411f4e Bump alpine from 3.17 to 3.18
Bumps alpine from 3.17 to 3.18.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-10 17:58:14 +00:00
Łukasz Budnik
26a1d3c829 Merge pull request #69 from lukaszbudnik/dependabot/github_actions/actions/checkout-3.5.1
Bump actions/checkout from 3.4.0 to 3.5.1
2023-04-13 07:35:30 +02:00
dependabot[bot]
3a3b2df8b7 Bump actions/checkout from 3.4.0 to 3.5.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.4.0...v3.5.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-12 17:57:39 +00:00
Łukasz Budnik
04824c18f0 Merge pull request #66 from lukaszbudnik/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 3 to 4
2023-03-18 08:17:14 +01:00
dependabot[bot]
2f942c3ee7 Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-18 07:09:04 +00:00
Łukasz Budnik
40780e79ee Merge pull request #63 from lukaszbudnik/dependabot/github_actions/docker/build-push-action-4
Bump docker/build-push-action from 3 to 4
2023-03-18 08:08:28 +01:00
dependabot[bot]
2268784739 Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-18 06:42:47 +00:00
Łukasz Budnik
53bbc21af9 Merge pull request #67 from lukaszbudnik/dependabot/github_actions/actions/checkout-3.4.0
Bump actions/checkout from 3.3.0 to 3.4.0
2023-03-18 07:42:12 +01:00
dependabot[bot]
490e0e43f0 Bump actions/checkout from 3.3.0 to 3.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 17:57:13 +00:00
Łukasz Budnik
68691a718a Merge pull request #65 from lukaszbudnik/dependabot/go_modules/github.com/stretchr/testify-1.8.2
Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
2023-03-04 20:09:54 +01:00
dependabot[bot]
605de812c3 Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 17:59:41 +00:00
Łukasz Budnik
48cb758883 Merge pull request #62 from lukaszbudnik/upgrade-docker-dependencies-add-integration-test
upgraded docker containers for golang and alpine
v2.2.0
2023-01-08 20:39:59 +01:00
Łukasz Budnik
196306d131 correct bash if-then-else syntax 2023-01-08 20:36:31 +01:00
Łukasz Budnik
c5415206e6 upgraded docker containers for golang and alpine, added simple integration test 2023-01-08 20:33:08 +01:00
Łukasz Budnik
66b4078631 Merge pull request #61 from lukaszbudnik/dependabot/github_actions/actions/checkout-3.3.0
Bump actions/checkout from 3.1.0 to 3.3.0
2023-01-08 17:43:12 +01:00
dependabot[bot]
d14e46e839 Bump actions/checkout from 3.1.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.1.0...v3.3.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 17:01:35 +00:00
Łukasz Budnik
21ffd8ef65 Merge pull request #57 from lukaszbudnik/dependabot/go_modules/github.com/stretchr/testify-1.8.1
Bump github.com/stretchr/testify from 1.8.0 to 1.8.1
2022-10-28 17:47:17 +02:00
dependabot[bot]
75cd57556b Bump github.com/stretchr/testify from 1.8.0 to 1.8.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 17:49:28 +00:00
Łukasz Budnik
27d54a67c5 Merge pull request #46 from lukaszbudnik/dependabot/github_actions/docker/build-push-action-3
Bump docker/build-push-action from 2 to 3
v2.1.0
2022-10-07 22:56:46 +02:00