Releases: aws-controllers-k8s/runtime 
  
  Releases · aws-controllers-k8s/runtime
      
  v0.11.0 
  
    
  
      
        13 Aug 19:44
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Breaking changes 
Adds a new ServiceEndpointsID parameter to NewServiceController (#44 ) 
Modifies the way that NewSession configures custom endpoints (#44 ) 
  
  
  
   
   
  
  v0.10.0 
  
    
  
      
        12 Aug 20:37
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Breaking Changes 
Introduction of the new LateInitialize AWSResourceManager interface method (#37 ) 
 
Features 
Optionally initialize caches (#42 ) 
  
  
  
   
   
  
  v0.9.2 
  
    
  
      
        10 Aug 00:38
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Call ReadOne as part of createResource (#43 ) 
  
  
  
   
   
  
  v0.9.1 
  
    
  
      
        04 Aug 22:44
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Add manager filter for generation changed (#41 ) 
  
  
  
   
   
  
  v0.9.0 
  
    
  
      
        03 Aug 15:24
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
update aws-sdk-go from 1.37.4 -> 1.37.10 
  
  
  
   
   
  
  v0.8.0 
  
    
  
      
        30 Jul 14:46
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Add inline comments for deep copy patching (#35 ) 
Allow endpointURL to be specified in namespace annotations (#36 ) 
cleanups and DRYing up the reconciler unit tests #38  
simplify patching spec and status in reconciler (#39 ) 
  
  
  
   
   
  
  v0.7.1 
  
    
  
      
        22 Jul 18:08
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Bug fix for patching methods to fix overriding later values (#34 ) 
  
  
  
   
   
  
  v0.7.0 
  
    
  
      
        21 Jul 18:03
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Refactor reconciler.patchResource() to handle both Spec and Status patch 
Reduce the number of instantiated/used ackrtcache.Caches objects. 
New error code for Secret not found 
  
  
  
   
   
  
  v0.6.0 
  
    
  
      
        15 Jul 20:26
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Fixes the nil deference panic during pkg/types.AWSResourceManager:Delete() operation. (introduced in v0.5.0) 
  
  
  
   
   
  
  v0.5.0 
  
    
  
      
        12 Jul 17:46
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Breaking Changes 
Modifies the pkg/types.AWSResourceManager:Delete() interface method signature to return the latest observed resource in addition to any error in attempting to delete the resource from the backend service.