Skip to content

Instantly share code, notes, and snippets.

@mfojtik
Created December 6, 2019 11:05
Show Gist options
  • Save mfojtik/18029463059776675e3b58152a49a954 to your computer and use it in GitHub Desktop.
Save mfojtik/18029463059776675e3b58152a49a954 to your computer and use it in GitHub Desktop.
openshift-apiserver [master|⚑ 1] > goodmod bump github.com/openshift/library-go --verbose
# Loaded 10 go.mod rules
# Resolving module path "github.com/openshift/library-go" using branch "master" ...
# Module path "github.com/openshift/library-go" resolved to "v0.0.0-20191205152556-73e1fb871a9b" ...
go mod edit -replace github.com/openshift/library-go=github.com/openshift/library-go@"v0.0.0-20191205152556-73e1fb871a9b"
# Listing "github.com/openshift/library-go" commits from 4e2c7112d252 to 73e1fb871a9b
# ea5c6022: fileobserver: fix logging
# f7950c8d: verifies input params of JSONPatchSecret function to prevent npe
# 6960136f: encryption: fix error logic take 2
# 50cdee3a: encryption: restart failed migration after 5 min
# 07fcd821: fileobserver: improve unit testing for file observer
# a0465873: fileobserver: fix case when initial content is empty and reactor is not added
# 303b3058: Fix stack overflow with controller metrics
# 5c09073d: image/reference: A ref with tag and ID should prefer ID
# 8e134c19: fileobserver: add HasSynced to check that initial observer synchronization ran
# 91101722: Allow rotation only when certs are expired
# 6cd624a7: encryption: forgiving error handling for migration for retryable errors
# 11a2c094: fix workqueue and client metrics registration
# 8329836e: allows for setting a namespace for operator's events
# c5ab9a14: prints events from the operator ns on failure
# b4693e06: verify resources in the encryption config
# 0913dcbc: adds e2e encryption test cases to library-go
openshift-apiserver [master ↑·2|⚑ 1] > git log
commit 6009910893d154a9dcaac4559c66216d82e31699 (HEAD -> master)
Author: Michal Fojtik <mfojtik@redhat.com>
Date: Fri Dec 6 12:04:30 2019 +0100
bump(*): go mod vendor
ea5c6022: fileobserver: fix logging
f7950c8d: verifies input params of JSONPatchSecret function to prevent npe
6960136f: encryption: fix error logic take 2
50cdee3a: encryption: restart failed migration after 5 min
07fcd821: fileobserver: improve unit testing for file observer
a0465873: fileobserver: fix case when initial content is empty and reactor is not added
303b3058: Fix stack overflow with controller metrics
5c09073d: image/reference: A ref with tag and ID should prefer ID
8e134c19: fileobserver: add HasSynced to check that initial observer synchronization ran
91101722: Allow rotation only when certs are expired
6cd624a7: encryption: forgiving error handling for migration for retryable errors
11a2c094: fix workqueue and client metrics registration
8329836e: allows for setting a namespace for operator's events
c5ab9a14: prints events from the operator ns on failure
b4693e06: verify resources in the encryption config
0913dcbc: adds e2e encryption test cases to library-go
commit 3a1619910eec2ac808eaa829085f6059e2a44f18
Author: Michal Fojtik <mfojtik@redhat.com>
Date: Fri Dec 6 12:04:26 2019 +0100
bump(*): go.mod changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment