Skip to content

Commit

Permalink
Merge pull request #24 from KPMP/KPMP-5523_PostRelease
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
zwright authored Oct 21, 2024
2 parents 2f055f7 + c85298d commit c55c78f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build-gradle-project:
env:
IMAGE_TAG: 2.1
IMAGE_TAG: 2.2
runs-on: ubuntu-latest
steps:
- name: Get branch names
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ springBoot {

jar {
baseName='user-auth'
version='2.1'
version='2.2'
}

task unpack(type: Copy) {
Expand Down
19 changes: 18 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Release 2.1 [unreleased]
## Release 2.2 [unreleased]
Brief summary of what's in this release:


Expand All @@ -9,6 +9,23 @@ Brief summary of what's in this release:
Breaking changes include any database updates needed, if we need to edit any files on system (like .env or certs, etc). Things that are outside of the code itself that need changed for the system to work.


### Non-breaking changes

Just a place to keep track of things that have changed in the code that we may want to pay special attention to when smoke testing, etc.

---

## Release 2.1 [released 10/16/2024]
Brief summary of what's in this release:
- addressed vulnerabilities
- introduced build action to push image to docker hub
- introduction of changelog

### Breaking changes

Breaking changes include any database updates needed, if we need to edit any files on system (like .env or certs, etc). Things that are outside of the code itself that need changed for the system to work.


### Non-breaking changes

Just a place to keep track of things that have changed in the code that we may want to pay special attention to when smoke testing, etc.

0 comments on commit c55c78f

Please sign in to comment.