Skip to content

Commit

Permalink
Update version to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroc0d3 committed Feb 14, 2023
1 parent c5534fc commit d11e741
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
## Changelog GO App

### version 3.2

- All features in version 3.1
- Added sample script CI/CD Pipeline with semantic version (semver) docker build images
- AWS CodePipeline (`cicd-aws-codepipeline.yml`)
- Azure DevOps (`cicd-azure-devops.yml`)
- Bitbucket (`cicd-bitbucket.yml`)
- GitHub Action (`cicd-github.yml`)
- GitLab (`cicd-gitlab.yml`)
- Jenkins CI/CD (`cicd-jenkins.jenkinsfile`)

### version 3.1

- All features in version 3.0
- Upgrade golang version 1.19.5
- Update `Dockerfile.alpine-3.15` for using golang version 1.19.3 for alpine-3.15 (`golang:1.19.3-alpine3.15`)
- Update `Dockerfile.alpine-3.16` for using golang version 1.19.5 for alpine-3.16 (`golang:1.19.5-alpine3.16`)
Expand All @@ -14,12 +26,15 @@
- Bitbucket (`.bitbucket`)
- GitHub (`.github`)
- GitLab (`.gitlab`)
- Jenkins CI & Spinnaker CD
- Jenkins CI/CD
- Refactoring build, tag, push & pull script for DockerHub
- Refactoring build, tag, push & pull script for ECR
- Refactoring `makefile` script automation for build, tag, push & pull

### version 3.0

- All features in version 2.3
- Upgrade golang version 1.19
- Update Dockerfile for using golang version 1.19 (`golang:1.19.2-alpine3.15` & `golang:1.19.2-alpine3.16`)
- Added docker-compose configuration & running script docker-compose
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Kubernetes Deployment for Simple Golang API
![tags](https://img.shields.io/github/v/tag/devopscorner/golang-deployment?sort=semver)
[![docker pulls](https://img.shields.io/docker/pulls/devopscorner/bookstore.svg)](https://hub.docker.com/r/devopscorner/bookstore/)
![download all](https://img.shields.io/github/downloads/devopscorner/golang-deployment/total.svg)
![download latest](https://img.shields.io/github/downloads/devopscorner/golang-deployment/3.1/total)
![download latest](https://img.shields.io/github/downloads/devopscorner/golang-deployment/3.2/total)
![view](https://views.whatilearened.today/views/github/devopscorner/golang-deployment.svg)
![clone](https://img.shields.io/badge/dynamic/json?color=success&label=clone&query=count&url=https://github.com/devopscorner/golang-deployment/blob/master/clone.json?raw=True&logo=github)
![issues](https://img.shields.io/github/issues/devopscorner/golang-deployment)
Expand Down

0 comments on commit d11e741

Please sign in to comment.