Skip to content

Commit

Permalink
Merge pull request #706 from WASdev/lcj-sandbox
Browse files Browse the repository at this point in the history
Update notices for WLO 1.4.1
Update RCO to include default log level
  • Loading branch information
leochr authored Dec 5, 2024
2 parents 1b1b7ab + 912c7f3 commit a5351c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
16 changes: 3 additions & 13 deletions NOTICES
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Begin NOTICES AND INFORMATION FOR WebSphere Liberty Operator Version 1.4.0
Begin NOTICES AND INFORMATION FOR WebSphere Liberty Operator Version 1.4.1
Copyright 2023 - 2024 IBM Corporation and others


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

TABLE OF CONTENTS

THIS IBM NOTICES FILE CONSISTS OF THE FOLLOWING SECTIONS:
Expand All @@ -16,8 +13,6 @@ EPL V2
ISC
MPL-2.0
MIT


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

APACHE SOFTWARE LICENSE 2.0
Expand Down Expand Up @@ -450,7 +445,6 @@ github.com/hashicorp/golang-lru | https://proxy.golang.org/github.com/hashicorp/

END OF MOZILLA PUBLIC LICENSE, VERSION 2.0 NOTICES AND INFORMATION


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

MIT LICENSE
Expand Down Expand Up @@ -529,13 +523,9 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

END OF MIT LICENSE NOTICES AND INFORMATION


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



THE REMAINDER OF THIS WEBSPHERE LIBERTY OPERATOR Version 1.4.0 NOTICES FILE CONSISTS OF THE FOLLOWING
THE REMAINDER OF THIS WEBSPHERE LIBERTY OPERATOR Version 1.4.1 NOTICES FILE CONSISTS OF THE FOLLOWING
SECTIONS:

TABLE OF CONTENTS
Expand Down Expand Up @@ -610,4 +600,4 @@ END OF WEBSPHERE LIBERTY OPERATOR NOTICES AND INFORMATION
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

END OF NOTICES AND INFORMATION FILE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23

require (
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20241122163644-be3e5df8ce61
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20241122153032-e35c1f8ffbb0
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20241125214817-041cee0513b1
github.com/cert-manager/cert-manager v1.13.6
github.com/go-logr/logr v1.3.0
github.com/openshift/api v0.0.0-20230928134114-673ed0cfc7f1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ contrib.go.opencensus.io/exporter/prometheus v0.4.2 h1:sqfsYl5GIY/L570iT+l93ehxa
contrib.go.opencensus.io/exporter/prometheus v0.4.2/go.mod h1:dvEHbiKmgvbr5pjaF9fpw1KeYcjrnC1J8B+JKjsZyRQ=
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20241122163644-be3e5df8ce61 h1:opulRJMtFd8ZoZ/bFuuZTH1bYHsoJcMraHavyA3ik34=
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20241122163644-be3e5df8ce61/go.mod h1:zivpLdSHMQGhKzdOo0vZkQx3YNgA57ASEQu9Eqzal2Q=
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20241122153032-e35c1f8ffbb0 h1:uN43zEjZvUdEtpl11rCNdtJjfpYuu4Q8MAduLDvIbew=
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20241122153032-e35c1f8ffbb0/go.mod h1:Q//a3yubxjR3+COorasymYRuuiDPs0Usgl9YuADkD6U=
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20241125214817-041cee0513b1 h1:FtP4qRQLrOjbYaO16/EtXLhJSJmeDiQbvlzss3V/n/0=
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20241125214817-041cee0513b1/go.mod h1:Q//a3yubxjR3+COorasymYRuuiDPs0Usgl9YuADkD6U=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
Expand Down

0 comments on commit a5351c0

Please sign in to comment.