Skip to content

Commit

Permalink
fix: kio.Pipeline for the krm.kcl.dev/allow-insecure-source annotation
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed Mar 21, 2024
1 parent e4d033d commit 58249b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
XPKG: xpkg.upbound.io/${{ github.repository}}

# The package version to push. The default is 0.0.0-gitsha.
XPKG_VERSION: v0.3.3
XPKG_VERSION: v0.3.4

jobs:
unit-test:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
google.golang.org/protobuf v1.33.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/apimachinery v0.29.3
kcl-lang.io/krm-kcl v0.8.3-0.20240320070232-7cc45c63fe08
kcl-lang.io/krm-kcl v0.8.3-0.20240321030245-afe6a2ba3ab9
sigs.k8s.io/controller-tools v0.14.0
sigs.k8s.io/yaml v1.4.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1567,8 +1567,8 @@ kcl-lang.io/kcl-openapi v0.6.1 h1:iPH0EvPgDGZS5Lk00/Su5Av6AQP5IBG8f7gAUyevkHE=
kcl-lang.io/kcl-openapi v0.6.1/go.mod h1:Ai9mFztCVKkRSFabczO/r5hCNdqaNtAc2ZIRxTeV0Mk=
kcl-lang.io/kpm v0.8.2 h1:pAqde163PF3JXl0tRRjYLSXkT7i73ykHnygpVu1FhH8=
kcl-lang.io/kpm v0.8.2/go.mod h1:3atE1tEbsSPaAuKslkADH1HTDi7SMWlDWllmuk2XsBA=
kcl-lang.io/krm-kcl v0.8.3-0.20240320070232-7cc45c63fe08 h1:ZCTB5dIcIQGF9SvhFynMYcqeJPj87GpKRl1gh2JeWVk=
kcl-lang.io/krm-kcl v0.8.3-0.20240320070232-7cc45c63fe08/go.mod h1:QNXDbdgPzcVjoY02RXjwejzduSmGt799mAZ1v2UhkTY=
kcl-lang.io/krm-kcl v0.8.3-0.20240321030245-afe6a2ba3ab9 h1:Y4Nz12OrFjWGsuF1qAnn1RZyDChXfBF1+AEMWegsD9o=
kcl-lang.io/krm-kcl v0.8.3-0.20240321030245-afe6a2ba3ab9/go.mod h1:QNXDbdgPzcVjoY02RXjwejzduSmGt799mAZ1v2UhkTY=
kcl-lang.io/lib v0.8.1 h1:MBDPvLE3wSEqdOoKJqCMUv5maWL3SKubBNU8ZPVirmo=
kcl-lang.io/lib v0.8.1/go.mod h1:ubsalGXxJaa5II/EsHmsI/tL2EluYHIcW+BwzQPt+uY=
oras.land/oras-go v1.2.5 h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo=
Expand Down

0 comments on commit 58249b4

Please sign in to comment.