Skip to content

Commit

Permalink
Merge pull request #1435 from cyberark/release-1.7.7
Browse files Browse the repository at this point in the history
Bump version to 1.7.7
  • Loading branch information
jtuttle authored Nov 8, 2021
2 parents d0dc59c + e5bb7b1 commit 4978e4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.7.7] - 2021-11-03

### Fixed
- Request-signing on the AWS connector was updated to address a bug that was
causing failed integrity checks, where the request-signing by Secretless was
Expand Down Expand Up @@ -602,7 +604,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- The first tagged version.

[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.7.6...HEAD
[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.7.7...HEAD
[0.2.0]: https://github.com/cyberark/secretless-broker/compare/v0.1.0...v0.2.0
[0.3.0]: https://github.com/cyberark/secretless-broker/compare/v0.2.0...v0.3.0
[0.4.0]: https://github.com/cyberark/secretless-broker/compare/v0.3.0...v0.4.0
Expand Down Expand Up @@ -635,3 +637,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[1.7.4]: https://github.com/cyberark/secretless-broker/compare/v1.7.3...v1.7.4
[1.7.5]: https://github.com/cyberark/secretless-broker/compare/v1.7.4...v1.7.5
[1.7.6]: https://github.com/cyberark/secretless-broker/compare/v1.7.5...v1.7.6
[1.7.7]: https://github.com/cyberark/secretless-broker/compare/v1.7.6...v1.7.7
6 changes: 3 additions & 3 deletions NOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ See the License for the specific language governing permissions and
limitations under the License.


>>> gopkg.in/yaml.v2-2.2.2
>>> gopkg.in/yaml.v2-2.2.3

Copyright {yyyy} {name of copyright owner}

Expand Down Expand Up @@ -574,7 +574,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
NOTE: Various optional and subordinate components carry their own licensing requirements and restrictions. Use of those components is subject to the terms and conditions outlined the respective license of each component.


>>> github.com/stretchr/testify-1.5.1
>>> github.com/stretchr/testify-1.7.0

MIT License

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


>>> gopkg.in/yaml.v2-2.2.2
>>> gopkg.in/yaml.v2-2.2.3

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 pkg/secretless/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "fmt"

// Version field is a SemVer that should indicate the baked-in version
// of the broker
var Version = "1.7.6"
var Version = "1.7.7"

// Tag field denotes the specific build type for the broker. It may
// be replaced by compile-time variables if needed to provide the git
Expand Down

0 comments on commit 4978e4b

Please sign in to comment.