Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Releases: bcgov/nr-spar-oracle-api

v0.9.1

20 Jan 18:54
30b755b
Compare
Choose a tag to compare
Build(deps): Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 (#60)

Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.0...maven-checkstyle-plugin-3.2.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.9.0

19 Jan 23:23
ecf25d9
Compare
Choose a tag to compare

Features

  • create REST endpoints for vegetation codes (#57) (ecf25d9)

v0.8.3

19 Jan 20:28
877854a
Compare
Choose a tag to compare
ci: remove Vault for dev deployment (#62)

* Revert "fix: use dev credentials in test and prod for now (#53)"

This reverts commit 0ca3de41dd7f9943a75b23fd79614b2762beb487.

* Revert "feat: grab secrets from Vault (#52)"

This reverts commit 4524612abb9efd9613e423820567a19a01c58ee9.

* ci: delete unused OpenShift deployment templates

* ci: update deployment message

Add a link to the recently deployed service.

* ci: keep Vault for test and prod deployments

v0.8.2

04 Jan 18:01
b5892bb
Compare
Choose a tag to compare
build(deps): upgrade Spring Boot and Checkstyle (#56)

* Build(deps): Bump checkstyle from 10.5.0 to 10.6.0

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.5.0 to 10.6.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.5.0...checkstyle-10.6.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Build(deps): Bump spring-boot-starter-parent from 3.0.0 to 3.0.1

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.8.1

15 Dec 20:02
0ca3de4
Compare
Choose a tag to compare

Bug Fixes

  • use dev credentials in test and prod for now (#53) (0ca3de4)

v0.8.0

15 Dec 18:27
4524612
Compare
Choose a tag to compare

Features

v0.7.0

12 Dec 20:20
459e766
Compare
Choose a tag to compare

Features

  • ci: update to use jdk instead of jre (83259f4)
  • hikari: adding hikari configuration (4390888)

v0.6.2

05 Dec 14:34
ac1af49
Compare
Choose a tag to compare
Build(deps): bump checkstyle from 10.4 to 10.5.0 (#50)

* Build(deps): bump checkstyle from 10.4 to 10.5.0

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.4 to 10.5.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.4...checkstyle-10.5.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(ci): fixing tests during ci

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paulo Gomes da Cruz Junior <paulo.cruz@encora.com>

v0.6.1

02 Dec 13:33
c25a663
Compare
Choose a tag to compare

Bug Fixes

v0.6.0

18 Nov 19:30
a1e4981
Compare
Choose a tag to compare

Features

  • authentication and authorization with keycloak (#42) (a1e4981)