Skip to content

Tags: devfile/alizer

Tags

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
separate spring boot and spring cloud from spring detection (#229)

* separate spring boot and spring cloud from spring detection

Signed-off-by: Hao Zhang <haozhan@microsoft.com>

* reuse spring detector

Signed-off-by: Hao Zhang <haozhan@microsoft.com>

* fix path format

Signed-off-by: Hao Zhang <haozhan@microsoft.com>

* update test

Signed-off-by: Hao Zhang <haozhan@microsoft.com>

* add test for spring cloud

Signed-off-by: Hao Zhang <haozhan@microsoft.com>

---------

Signed-off-by: Hao Zhang <haozhan@microsoft.com>
Co-authored-by: Hao Zhang <haozhan@microsoft.com>

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 (#225)

Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.6...v1.0.7)

---
updated-dependencies:
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/go-git/go-git/v5 from 5.13.2 to 5.16.2 (#219)

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.13.2 to 5.16.2.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.13.2...v5.16.2)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump golang.org/x/crypto from 0.32.0 to 0.35.0 (#197)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.35.0.
- [Commits](golang/crypto@v0.32.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.35.0
  dependency-type: indirect
...

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

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Alizer updates (#203)

* Add extra case for mongodb

Signed-off-by: thepetk <thepetk@gmail.com>

* Upgrade golang

Signed-off-by: thepetk <thepetk@gmail.com>

* Update badge

Signed-off-by: thepetk <thepetk@gmail.com>

* Improve logging

Signed-off-by: thepetk <thepetk@gmail.com>

* Upgrade code-coverage ubuntu version

Signed-off-by: thepetk <thepetk@gmail.com>

* Use ubuntu latest

Signed-off-by: thepetk <thepetk@gmail.com>

---------

Signed-off-by: thepetk <thepetk@gmail.com>

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update badge in readme (#158)

Signed-off-by: thepetk <thepetk@gmail.com>

v1.6.5

Toggle v1.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1 (#155)

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.13.0 to 5.13.1.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.13.0...v5.13.1)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

v1.6.4

Toggle v1.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump golang.org/x/crypto from 0.21.0 to 0.31.0 (#147)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0.
- [Commits](golang/crypto@v0.21.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

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

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixes : #1177 support variable values on open libery alizer's port de… (

#111)

* fixes : #1177 support variable values on open libery alizer's port detection

Signed-off-by: Horiodino <holiodin@gmail.com>

* fixes : #1177 added more test cases

Signed-off-by: Horiodino <holiodin@gmail.com>

* update: go.mod

Signed-off-by: Horiodino <holiodin@gmail.com>

---------

Signed-off-by: Horiodino <holiodin@gmail.com>

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add checksum step for release workflow (#102)

Signed-off-by: thepetk <thepetk@gmail.com>