Skip to content

Commit

Permalink
Prepare v1.4.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Harding <[email protected]>
  • Loading branch information
azdagron committed Sep 6, 2022
1 parent 8849586 commit 0178a72
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request: {}
workflow_dispatch: {}
env:
GO_VERSION: 1.18.4
GO_VERSION: 1.18.6
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- 'v[0-9].[0-9]+.[0-9]+'
env:
GO_VERSION: 1.18.4
GO_VERSION: 1.18.6
jobs:
cache-deps:
name: cache-deps (linux)
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.4
1.18.6
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.4.1] - 2022-09-06

### Security
- Updated to Go 1.18.6 to address CVE-2022-27664

## [1.4.0] - 2022-08-08

### Added
Expand Down Expand Up @@ -27,6 +32,11 @@
- The deprecated webhook mode from the k8s-workload-registrar (#3235)
- Support for the configmap leader election lock type from the k8s-workload-registrar (#3241)

## [1.3.4] - 2022-09-06

### Security
- Updated to Go 1.18.6 to address CVE-2022-27664

## [1.3.3] - 2022-07-13

### Security
Expand Down

0 comments on commit 0178a72

Please sign in to comment.