conlink 2.6.1 → 2.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -136,7 +136,7 @@ jobs:
136
136
  - name: Create and push multi-arch manifests
137
137
  run: |
138
138
  docker buildx imagetools create \
139
- -t lonocloud/conlink:${RELEASE_VERSION}-test \
139
+ -t lonocloud/conlink:${RELEASE_VERSION} \
140
140
  lonocloud/conlink:${RELEASE_VERSION}-amd64 \
141
141
  lonocloud/conlink:${RELEASE_VERSION}-arm64
142
142
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conlink",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "description": "conlink - Declarative Low-Level Networking for Containers",
5
5
  "repository": "https://github.com/Viasat/conlink",
6
6
  "license": "SEE LICENSE IN LICENSE",