Skip to content

Commit 0ca40fc

Browse files
[gomod] Bump the internal-dependencies group across 2 directories with 1 update (#455)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joanna Kossakowska <joanna.kossakowska@intel.com>
1 parent 76a35af commit 0ca40fc

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

host/docs/Instance_workflow.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ sequenceDiagram
6161
1. `Operator` creates a valid ESP profile in `Provisioning Server 1`.
6262
1. Assuming that it includes installing of a custom packages from the corresponding repository.
6363
2. `Provisioning Server 1` returns a SHA256 checksum of an ESP profile to the `Operator`.
64-
1. SHA256 checksum can be generated based on the specific repository's commit (e.g., example [here](https://stackoverflow.com/questions/61332371/how-to-get-a-sha256-hash-code-for-a-github-repo)).
64+
1. SHA256 checksum can be generated based on the specific repository's commit (e.g., example
65+
[how to get a sha256 hash code for a github repo](https://stackoverflow.com/questions/61332371/how-to-get-a-sha256-hash-code-for-a-github-repo)).
6566
1. ESP profile installation artifacts must **NOT** affect SHA256 checksum, thus the checksum generation is
6667
performed on the tarball file of the specific git commit.
6768
2. In the case of multiple `Provisioning Servers`, where ESP profiles can be duplicated, we will ensure unique

host/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/envoyproxy/protoc-gen-validate v1.3.3
1111
github.com/open-edge-platform/infra-core/inventory/v2 v2.34.4
1212
github.com/open-edge-platform/infra-managers/maintenance v1.25.2
13-
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.39.8
13+
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.39.9
1414
github.com/prometheus/client_golang v1.23.2
1515
github.com/stretchr/testify v1.11.1
1616
google.golang.org/grpc v1.80.0-dev

host/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ github.com/open-edge-platform/infra-core/inventory/v2 v2.34.4 h1:mgQ7gtO2W0t2eod
226226
github.com/open-edge-platform/infra-core/inventory/v2 v2.34.4/go.mod h1:f7wYe6ohljTw4NfP5+4P2WGIc+nogUK9d8gE44hToQ8=
227227
github.com/open-edge-platform/infra-managers/maintenance v1.25.2 h1:AhUYSDXFELkj2v6XxIfj+GhP9u73a/QSiKErcpc3gNc=
228228
github.com/open-edge-platform/infra-managers/maintenance v1.25.2/go.mod h1:Vdsq4hD3a8+uLsoFD2VDW+XWDJOe/uHUXBw8WxCTfio=
229-
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.39.8 h1:30uUs8qU5oNJNVJkx0h8dGKGFoNbyT5krgbwxA/Q2OQ=
230-
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.39.8/go.mod h1:lnFWNCKNvgUL841Zg/BhAEPGkqNTCme6Jf2fakFEwuk=
229+
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.39.9 h1:sAK5tRGVRIGI3aIcZkehPbzg7Lq0a2Ucj67IQe1S3Do=
230+
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.39.9/go.mod h1:6dzqzlYzmowgwWuHi+HuhZ0fMp+FK4feiZdDTUYIR6Q=
231231
github.com/open-edge-platform/orch-library/go v0.6.3 h1:zLdAtY5KuArT1D2xCvVLysD7r8GxqvkP8Vj1sO5ZJk8=
232232
github.com/open-edge-platform/orch-library/go v0.6.3/go.mod h1:mYhs/KbcXPQWM+2cHZXyzeIIzM7xKvnNgsnHlFkXH0g=
233233
github.com/open-edge-platform/orch-library/go/dazl v0.5.4 h1:Rx/bSAZiLjEEBjUiJEzBvT0fQv5huT5FQ2Ke3IMUhiE=

maintenance/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/envoyproxy/protoc-gen-validate v1.3.3
1111
github.com/google/uuid v1.6.0
1212
github.com/open-edge-platform/infra-core/inventory/v2 v2.34.4
13-
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.39.8
13+
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.39.9
1414
github.com/prometheus/client_golang v1.23.2
1515
github.com/stretchr/testify v1.11.1
1616
google.golang.org/grpc v1.80.0-dev

maintenance/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
228228
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
229229
github.com/open-edge-platform/infra-core/inventory/v2 v2.34.4 h1:mgQ7gtO2W0t2eodLCtC1n3phD7Js7GqZWoq4AD4fH0s=
230230
github.com/open-edge-platform/infra-core/inventory/v2 v2.34.4/go.mod h1:f7wYe6ohljTw4NfP5+4P2WGIc+nogUK9d8gE44hToQ8=
231-
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.39.8 h1:30uUs8qU5oNJNVJkx0h8dGKGFoNbyT5krgbwxA/Q2OQ=
232-
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.39.8/go.mod h1:lnFWNCKNvgUL841Zg/BhAEPGkqNTCme6Jf2fakFEwuk=
231+
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.39.9 h1:sAK5tRGVRIGI3aIcZkehPbzg7Lq0a2Ucj67IQe1S3Do=
232+
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.39.9/go.mod h1:6dzqzlYzmowgwWuHi+HuhZ0fMp+FK4feiZdDTUYIR6Q=
233233
github.com/open-edge-platform/orch-library/go v0.6.3 h1:zLdAtY5KuArT1D2xCvVLysD7r8GxqvkP8Vj1sO5ZJk8=
234234
github.com/open-edge-platform/orch-library/go v0.6.3/go.mod h1:mYhs/KbcXPQWM+2cHZXyzeIIzM7xKvnNgsnHlFkXH0g=
235235
github.com/open-edge-platform/orch-library/go/dazl v0.5.4 h1:Rx/bSAZiLjEEBjUiJEzBvT0fQv5huT5FQ2Ke3IMUhiE=

0 commit comments

Comments
 (0)