Skip to content

Commit

Permalink
Merge pull request #36 from NearNodeFlash/release-v0.0.6
Browse files Browse the repository at this point in the history
Release v0.0.6
  • Loading branch information
roehrich-hpe authored Sep 14, 2023
2 parents 83b70fc + cba090b commit 433ff72
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ The `master` branch should always point to the `master` tag. This can always be
```console
make installer VERSION=master
```

4 changes: 2 additions & 2 deletions api/v1alpha1/lustrefilesystem_types.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021, 2022 Hewlett Packard Enterprise Development LP
* Copyright 2021-2023 Hewlett Packard Enterprise Development LP
* Other additional copyright holders may be indicated within.
*
* The entirety of this work is licensed under the Apache License,
Expand All @@ -22,7 +22,7 @@ package v1alpha1
import (
"strings"

"github.com/HewlettPackard/dws/utils/updater"
"github.com/DataWorkflowServices/dws/utils/updater"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"sigs.k8s.io/controller-runtime/pkg/client"
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta1/lustrefilesystem_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package v1beta1
import (
"strings"

"github.com/HewlettPackard/dws/utils/updater"
"github.com/DataWorkflowServices/dws/utils/updater"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"sigs.k8s.io/controller-runtime/pkg/client"
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/nearnodeflash/lustre-fs-operator
newTag: 0.0.5
newTag: 0.0.6
2 changes: 1 addition & 1 deletion controllers/lustrefilesystem_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

"github.com/HewlettPackard/dws/utils/updater"
"github.com/DataWorkflowServices/dws/utils/updater"
"github.com/HewlettPackard/lustre-csi-driver/pkg/lustre-driver/service"
lusv1beta1 "github.com/NearNodeFlash/lustre-fs-operator/api/v1beta1"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/NearNodeFlash/lustre-fs-operator
go 1.19

require (
github.com/HewlettPackard/dws v0.0.0-20230322150428-080a05f072a6
github.com/DataWorkflowServices/dws v0.0.1-0.20230913204342-e78d55d24550
github.com/HewlettPackard/lustre-csi-driver v0.0.0-20220623192103-4ce53adacc95
github.com/google/go-cmp v0.5.9
github.com/google/gofuzz v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/HewlettPackard/dws v0.0.0-20230322150428-080a05f072a6 h1:5nA5lzzUVnemBY/yRtBQZ3NOf90F80O21ncn3y8kYE8=
github.com/HewlettPackard/dws v0.0.0-20230322150428-080a05f072a6/go.mod h1:LBdoJFhiqcjzqpnxLqCVzDyUrw1ncoEEhho7ni7nuxI=
github.com/DataWorkflowServices/dws v0.0.1-0.20230913204342-e78d55d24550 h1:AMJUdu+Rt5vLEWbdnI5LDqytR5tgZbkYTS9fztMWNL4=
github.com/DataWorkflowServices/dws v0.0.1-0.20230913204342-e78d55d24550/go.mod h1:ZQsfcByZ05Ah9yrgOJsN3JPz4jo374DrdVv8kvcIquA=
github.com/HewlettPackard/lustre-csi-driver v0.0.0-20220623192103-4ce53adacc95 h1:5neutLfJ4zWKHLeYw+a1EfW2veMC3sI50RNvgfeax9Q=
github.com/HewlettPackard/lustre-csi-driver v0.0.0-20220623192103-4ce53adacc95/go.mod h1:Wwr96QYACIixBjBXpST9yMS81WxMu/tF/zc/5OW21Dk=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github.com/HewlettPackard/dws v0.0.0-20230322150428-080a05f072a6
# github.com/DataWorkflowServices/dws v0.0.1-0.20230913204342-e78d55d24550
## explicit; go 1.19
github.com/HewlettPackard/dws/utils/updater
github.com/DataWorkflowServices/dws/utils/updater
# github.com/HewlettPackard/lustre-csi-driver v0.0.0-20220623192103-4ce53adacc95
## explicit; go 1.17
github.com/HewlettPackard/lustre-csi-driver/pkg/lustre-driver/service
Expand Down

0 comments on commit 433ff72

Please sign in to comment.