Skip to content

Commit

Permalink
- Update to go 1.19.8
Browse files Browse the repository at this point in the history
- Bump version to 1.5.6
- Update the CHANGELOG

Signed-off-by: Agustín Martínez Fayó <[email protected]>
  • Loading branch information
amartinezfayo committed Apr 5, 2023
1 parent a32927f commit 8e50f85
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 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.19.6
GO_VERSION: 1.19.8
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.19.6
GO_VERSION: 1.19.8
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.19.6
1.19.8
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.5.6] - 2023-04-04

### Added

- A log message in the k8s-workload-registrar webhook when validation fails (#4011)

### Security

- Updated to Go 1.19.8 to address CVE-2023-24534

## [1.5.5] - 2023-02-14

### Security
Expand Down
2 changes: 1 addition & 1 deletion pkg/common/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
// IMPORTANT: When updating, make sure to reconcile the versions list that
// is part of the upgrade integration test. See
// test/integration/suites/upgrade/README.md for details.
Base = "1.5.4"
Base = "1.5.6"
)

var (
Expand Down

0 comments on commit 8e50f85

Please sign in to comment.