Compare commits
	
		
			2 Commits
		
	
	
		
			4933e04e6a
			...
			bbc6190104
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| bbc6190104 | |||
| 762bdff465 | 
							
								
								
									
										7
									
								
								CHANGELOG.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								CHANGELOG.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
# v0.5.0
 | 
			
		||||
 | 
			
		||||
*   Added OpenTelemetry tracing for application startup.
 | 
			
		||||
*   Updated Go module dependencies, including `protovalidate`, `go-app`, `grpc`, and OpenTelemetry related packages.
 | 
			
		||||
*   Enhanced `Makefile` `rename` target to update the application name constant in `main.go`.
 | 
			
		||||
*   Configured `air` live-reloading to exclude the `proto` directory.
 | 
			
		||||
*   Refactored application initialization logic for improved modularity and OpenTelemetry integration.
 | 
			
		||||
@@ -15,13 +15,13 @@ type: application
 | 
			
		||||
# This is the chart version. This version number should be incremented each time you make changes
 | 
			
		||||
# to the chart and its templates, including the app version.
 | 
			
		||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
 | 
			
		||||
version: 0.1.0
 | 
			
		||||
version: 0.1.1
 | 
			
		||||
 | 
			
		||||
# This is the version number of the application being deployed. This version number should be
 | 
			
		||||
# incremented each time you make changes to the application. Versions are not expected to
 | 
			
		||||
# follow Semantic Versioning. They should reflect the version the application is using.
 | 
			
		||||
# It is recommended to use it with quotes.
 | 
			
		||||
appVersion: "v0.1.0"
 | 
			
		||||
appVersion: "v0.5.0"
 | 
			
		||||
 | 
			
		||||
dependencies:
 | 
			
		||||
  - name: hull
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user