Skip to content

Tags: step-security-bot/vulcan-api

Tags

v1.2.13

Toggle v1.2.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request adevinta#224 from adevinta/fix-go-version

Use the proper go version 1.21.0

v1.2.12

Toggle v1.2.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request adevinta#222 from adevinta/add-users-command

This PR does 2 things:

* Bumps the version of go to 1.21
* Adds a new command to the vulcan-cli tool The
new command users generates a file with the usernames of all the users in all
the teams in Vulcan, both members and owners, and with the emails included in
the recipients of each team. The generated file contains the list of unique
users and emails, sorted lexicographically.

v1.2.11

Toggle v1.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for GCPProject asset type (adevinta#203)

v1.2.10

Toggle v1.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(deps): bump golang from 1.19-alpine3.18 to 1.20-alpine3.18 (adev…

…inta#180)

Bumps golang from 1.19-alpine3.18 to 1.20-alpine3.18.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

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

v1.2.9

Toggle v1.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: create tickets endpoint (adevinta#108)

v1.2.8

Toggle v1.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade flyway to 9.19.3 (adevinta#177)

v1.2.7

Toggle v1.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Malformed asset identifier makes outbox CDC to stop processing (adevi…

…nta#150)

v1.2.6

Toggle v1.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(deps): bump github.com/adevinta/vulcan-scan-engine (adevinta#141)

Bumps [github.com/adevinta/vulcan-scan-engine](https://github.com/adevinta/vulcan-scan-engine) from 1.1.5 to 1.1.10.
- [Release notes](https://github.com/adevinta/vulcan-scan-engine/releases)
- [Commits](adevinta/vulcan-scan-engine@v1.1.5...v1.1.10)

---
updated-dependencies:
- dependency-name: github.com/adevinta/vulcan-scan-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump alpine from 3.17.2 to 3.17.3 (adevinta#115)

Bumps alpine from 3.17.2 to 3.17.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request adevinta#98 from adevinta/fine-tune-kafka

Fine tune Kafka implementation