Release v0.23.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
		
							parent
							
								
									8d9d6b2fb9
								
							
						
					
					
						commit
						3a3753f043
					
				
							
								
								
									
										15
									
								
								CHANGELOG.md
								
								
								
								
							
							
						
						
									
										15
									
								
								CHANGELOG.md
								
								
								
								
							| 
						 | 
				
			
			@ -2,6 +2,21 @@
 | 
			
		|||
 | 
			
		||||
All notable changes to this project are documented in this file.
 | 
			
		||||
 | 
			
		||||
## 0.23.0
 | 
			
		||||
 | 
			
		||||
**Release date:** 2022-03-21
 | 
			
		||||
 | 
			
		||||
This prerelease updates various dependencies to their latest versions.
 | 
			
		||||
The code base was refactored to align with `fluxcd/pkg/runtime` v0.13 release.
 | 
			
		||||
 | 
			
		||||
Improvements:
 | 
			
		||||
- Update `pkg/runtime` and `apis/meta`
 | 
			
		||||
  [#345](https://github.com/fluxcd/notification-controller/pull/345)
 | 
			
		||||
- Update dependencies
 | 
			
		||||
  [#346](https://github.com/fluxcd/notification-controller/pull/346)
 | 
			
		||||
- Cleanup metadata fields before alerting
 | 
			
		||||
  [#347](https://github.com/fluxcd/notification-controller/pull/347)
 | 
			
		||||
 | 
			
		||||
## 0.22.3
 | 
			
		||||
 | 
			
		||||
**Release date:** 2022-03-15
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,4 +6,4 @@ resources:
 | 
			
		|||
images:
 | 
			
		||||
  - name: fluxcd/notification-controller
 | 
			
		||||
    newName: fluxcd/notification-controller
 | 
			
		||||
    newTag: v0.22.3
 | 
			
		||||
    newTag: v0.23.0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								go.mod
								
								
								
								
							
							
						
						
									
										2
									
								
								go.mod
								
								
								
								
							| 
						 | 
				
			
			@ -8,7 +8,7 @@ require (
 | 
			
		|||
	github.com/Azure/azure-amqp-common-go/v3 v3.2.3
 | 
			
		||||
	github.com/Azure/azure-event-hubs-go/v3 v3.3.17
 | 
			
		||||
	github.com/containrrr/shoutrrr v0.5.2
 | 
			
		||||
	github.com/fluxcd/notification-controller/api v0.22.3
 | 
			
		||||
	github.com/fluxcd/notification-controller/api v0.23.0
 | 
			
		||||
	github.com/fluxcd/pkg/apis/meta v0.12.1
 | 
			
		||||
	github.com/fluxcd/pkg/runtime v0.13.2
 | 
			
		||||
	github.com/fluxcd/pkg/ssa v0.15.1
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue