Skip to content

Commit

Permalink
Prepare for release v0.0.5
Browse files Browse the repository at this point in the history
ProductLine: Voyager

Release: v2022.01.10

Release-tracker: voyagermesh/CHANGELOG#13
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Jan 10, 2022
1 parent 7ee2d31 commit a8561d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
k8s.io/klog/v2 v2.8.0
kmodules.xyz/client-go v0.0.0-20211023080224-88313b8deed7
sigs.k8s.io/yaml v1.2.0
voyagermesh.dev/apimachinery v0.2.0
voyagermesh.dev/apimachinery v0.3.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -987,5 +987,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.1.0/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK
sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
voyagermesh.dev/apimachinery v0.2.0 h1:H1K3lKubIQ5HUjokuU/wvUuZbwJepvECtfN8fLgCc5c=
voyagermesh.dev/apimachinery v0.2.0/go.mod h1:qx0+CC1bdXIt+dg4l6WFEFjSQ4SEulra0MBg2/yItfA=
voyagermesh.dev/apimachinery v0.3.0 h1:X0vyRupCgcc2FArJNZyXpNsLit/TqU+eb4C0SYsP0s4=
voyagermesh.dev/apimachinery v0.3.0/go.mod h1:qx0+CC1bdXIt+dg4l6WFEFjSQ4SEulra0MBg2/yItfA=
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
# sigs.k8s.io/yaml v1.2.0
## explicit; go 1.12
sigs.k8s.io/yaml
# voyagermesh.dev/apimachinery v0.2.0
# voyagermesh.dev/apimachinery v0.3.0
## explicit; go 1.16
voyagermesh.dev/apimachinery/apis/voyager
voyagermesh.dev/apimachinery/apis/voyager/v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ func Convert_v1beta1_IngressSpec_To_v1_IngressSpec(in *IngressSpec, out *v1.Ingr
out.PriorityClassName = in.PriorityClassName
out.Priority = (*int32)(unsafe.Pointer(in.Priority))
out.SecurityContext = (*corev1.PodSecurityContext)(unsafe.Pointer(in.SecurityContext))
out.ProxySecurityContext = (*corev1.SecurityContext)(unsafe.Pointer(in.ProxySecurityContext))
out.ExternalIPs = *(*[]string)(unsafe.Pointer(&in.ExternalIPs))
out.LivenessProbe = (*corev1.Probe)(unsafe.Pointer(in.LivenessProbe))
out.ReadinessProbe = (*corev1.Probe)(unsafe.Pointer(in.ReadinessProbe))
Expand Down

0 comments on commit a8561d7

Please sign in to comment.