Skip to content

Commit

Permalink
Merge pull request #122 from cyberark/release-0.8.1
Browse files Browse the repository at this point in the history
Update version to 0.8.1
  • Loading branch information
andytinkham committed Dec 17, 2021
2 parents 46d741e + f329bff commit a3c2511
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 11 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.8.1] - 2021-12-16
### Changed
- Update Golang version to 1.17
[cyberark/conjur-api-go#121](https://github.com/cyberark/conjur-api-go/pull/121)
Expand Down Expand Up @@ -104,7 +105,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial version

[Unreleased]: https://github.com/cyberark/conjur-api-go/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/cyberark/conjur-api-go/compare/v0.8.1...HEAD
[0.8.1]: https://github.com/cyberark/conjur-api-go/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/cyberark/conjur-api-go/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/cyberark/conjur-api-go/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/cyberark/conjur-api-go/compare/v0.6.1...v0.7.0
Expand Down
46 changes: 37 additions & 9 deletions NOTICES.txt
Expand Up @@ -9,20 +9,23 @@ of the license associated with each component.

SECTION 1: Apache License 2.0

>>> gopkg.in/yaml.v2-v2.2.4
https://github.com/go-yaml/yaml/blob/v2.2.4/LICENSE
>>> gopkg.in/yaml.v2-v2.4.0
https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE


SECTION 2: MIT License

>>> github.com/bgentry/go-netrc-v0.0.0-20140422174119-9fd32a8b3d3d
https://github.com/bgentry/go-netrc/blob/9fd32a8b3d3d3f9d43c341bfe098430e07609480/LICENSE

>>> github.com/sirupsen/logrus-v1.0.5
https://github.com/sirupsen/logrus/blob/v1.0.5/LICENSE
>>> github.com/sirupsen/logrus-v1.8.1
https://github.com/sirupsen/logrus/blob/v1.8.1/LICENSE

>>> gopkg.in/yaml.v2-v2.2.4
https://github.com/go-yaml/yaml/blob/v2.2.4/LICENSE.libyaml
>>> github.com/stretchr/testify-v1.7.0
https://github.com/stretchr/testify/blob/v1.7.0/LICENSE

>>> gopkg.in/yaml.v2-v2.4.0
https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE.libyaml


APPENDIX: Standard License Files and Templates
Expand All @@ -36,7 +39,7 @@ APPENDIX: Standard License Files and Templates

Apache License 2.0 is applicable to the following component(s).

>>> gopkg.in/yaml.v2-v2.2.4
>>> gopkg.in/yaml.v2-v2.4.0

Copyright {yyyy} {name of copyright owner}

Expand Down Expand Up @@ -82,7 +85,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


>>> github.com/sirupsen/logrus-v1.0.5
>>> github.com/sirupsen/logrus-v1.8.1

Copyright (c) 2014 Simon Eskildsen

Expand All @@ -105,7 +108,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


>>> gopkg.in/yaml.v2-v2.2.4
>>> github.com/stretchr/testify-v1.7.0

MIT License

Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


>>> gopkg.in/yaml.v2-v2.4.0

The following files were ported to Go from C files of libyaml, and thus
are still covered by their original copyright and license:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.8.0
0.8.1

0 comments on commit a3c2511

Please sign in to comment.