diff --git a/CHANGELOG.md b/CHANGELOG.md index d890b1d4..228d46bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`) @@ -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 diff --git a/README.md b/README.md index 36d963d7..c498836b 100644 --- a/README.md +++ b/README.md @@ -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)