6.0.0-RC1 (2022-06-13) #4208
                  
                    
                      manusa
                    
                  
                
                  announced in
                Announcements
              
            Replies: 1 comment 3 replies
-
| 
         Hi, Do you have some staging repo with the Maven artifacts which can be used for testing? Or does it need to be built and distributed locally? Thanks & Regards  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Bugs
HasMetadatais used inresources(...)APIImprovements
LeaderElector#2207: added LeaderElector.start to provide a CompletableFuture for easy cancellation/versionexpectation #3758: VersionInfo in KubernetesMockServer can be overriddensetIntVal,setStrVal,setKindsetters fromIntOrStringclass to avoid invalid combinationsSharedIndexInformer allows for the addition and removal of indexes even after starting, and you can remove the default namespace index if you wish.
And Store.getKey can be used rather than directly referencing static Cache functions.
InputStreamfrom theLoggableresourcesDependency Upgrade
New Features
There is also client.resourceList(...).resources() and client.configMaps().resources() - that will provide a Resource stream.
This allows you to implement composite operations easily with lambda: client.secrets().resources().forEach(r -> r.delete());
Note: Breaking changes in the API
Please see the migration guide
Full Changelog: v5.12.2...v6.0.0-RC1
This discussion was created from the release 6.0.0-RC1 (2022-06-13).
Beta Was this translation helpful? Give feedback.
All reactions