File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]  
99
10+ ## [ v0.11.0]  - 2024-09-19 
11+ 
1012### Changed  
1113
1214-  update go version to 1.23.1
@@ -38,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3840-  apply command: apply generated files to targets clusters
3941-  validate command: validate the configuration file
4042
41- [ Unreleased ] : https://github.com/mia-platform/vab/compare/v0.10.1...HEAD 
43+ [ Unreleased ] : https://github.com/mia-platform/vab/compare/v0.11.0...HEAD 
44+ [ v0.11.0 ] : https://github.com/mia-platform/vab/compare/v0.10.1...v0.11.0 
4245[ v0.10.1 ] : https://github.com/mia-platform/vab/compare/v0.10.0...v0.10.1 
4346[ v0.10.0 ] : https://github.com/mia-platform/vab/compare/v0.9.0...v0.10.0 
4447[ v0.9.0 ] : https://github.com/mia-platform/vab/releases/tag/v0.9.0 
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ If you have [Golang] installed with a version >= 1.13 in your system and you hav
2929install ` vab `  like this:
3030
3131``` sh 
32- go install github.com/mia-platform/vab@v0.10.1 
32+ go install github.com/mia-platform/vab@v0.11.0 
3333``` 
3434
3535Or like this if the ` install `  command is not available
3636
3737``` sh 
38- go get -u github.com/mia-platform/vab@v0.10.1 
38+ go get -u github.com/mia-platform/vab@v0.11.0 
3939``` 
4040
4141#### Binary Download  
@@ -44,11 +44,11 @@ You can install `vab` with the use of `curl` or `wget` and downloading the lates
4444choosing the correct platform and operating system:
4545
4646``` sh 
47- curl -fsSL https://github.com/mia-platform/vab/releases/download/v0.10.1 /vab-linux-amd64 -o /tmp/vab
47+ curl -fsSL https://github.com/mia-platform/vab/releases/download/v0.11.0 /vab-linux-amd64 -o /tmp/vab
4848``` 
4949
5050``` sh 
51- wget -q https://github.com/mia-platform/vab/releases/download/v0.10.1 /vab-linux-amd64 -O /tmp/vab
51+ wget -q https://github.com/mia-platform/vab/releases/download/v0.11.0 /vab-linux-amd64 -O /tmp/vab
5252``` 
5353
5454After you have downloaded the file you can validate it against the checksum you can find at this [ url]  running the
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments