-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump docker/build-push-action from 6.1.0 to 6.2.0 #1636
Merged
puckpuck
merged 3 commits into
main
from
0b99dependabot/github_actions/docker/build-push-action-6.2.0
Jun 27, 2024
Merged
build(deps): bump docker/build-push-action from 6.1.0 to 6.2.0 #1636
puckpuck
merged 3 commits into
main
from
0b99dependabot/github_actions/docker/build-push-action-6.2.0
Jun 27, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
puckpuck
approved these changes
Jun 27, 2024
puckpuck
deleted the
0b99dependabot/github_actions/docker/build-push-action-6.2.0
branch
June 27, 2024 20:34
AlexPSplunk
pushed a commit
to splunk/edu-opentelemetry-demo
that referenced
this pull request
Jul 10, 2024
…telemetry#1636) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action 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> Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
eliasmueller
pushed a commit
to UST-DeMAF/opentelemetry-demo
that referenced
this pull request
Jul 14, 2024
…telemetry#1636) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action 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> Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
ahealy-newr
pushed a commit
to ahealy-newr/opentelemetry-demo-ahealy
that referenced
this pull request
Jul 24, 2024
…telemetry#1636) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action 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> Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
eliasmueller
added a commit
to UST-DeMAF/opentelemetry-demo
that referenced
this pull request
Oct 3, 2024
…d EDMM models (#9) * [productcatalogservice] Added MongoDB This adds a MongoDB to the demo instead of parsing the JSON before usage. The implementation is not yet perfect but it works for now. Thus far, only docker compose is supported. Things that still need more work are: - The Go application still uses static MongoDB username and password and the hostname and port are also static. This should be changed to use environmental variables instead. - I wasn't able to check whether the healthcheck of the MongoDB works or not. - Is the resource limit too generous? - Should we fix the port inside the MongoDB container to its default value (i.e. change using a secret here to 27017)? * [productcatalogservice] Changed to use env vars This changes the productcatalogservice to use environmental variables for the MongoDB username, password, hostname and port. * [K8s] Added MongoDB *Disclaimer:* this is not working yet! * build(deps): bump docker/build-push-action from 6.0.1 to 6.1.0 (open-telemetry#1620) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action 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> Co-authored-by: Mikko Viitanen <74129181+mviitane@users.noreply.github.com> * fix: emailservice docker compose image (open-telemetry#1630) Co-authored-by: Pierre Tessier <pierre@pierretessier.com> * add collector configs as environment variable (open-telemetry#1632) Co-authored-by: Mikko Viitanen <74129181+mviitane@users.noreply.github.com> * fix(frontend): Use port 443 as default to connect to flagd if https is in use (open-telemetry#1609) * fix(frontend): Use port 443 as default to connect to flagd if https is in use * chore: Update CHANGELOG.md --------- Co-authored-by: Pierre Tessier <pierre@pierretessier.com> * Update recommendation flag to match flagd configuration (open-telemetry#1634) Address open-telemetry#1626 * Change AccountService from Go to DotNet (auto) (open-telemetry#1538) * Change AccountService from go to dotnet (auto) * fix path * fix folder name * dockerfile and other fixes * add copyright * fix encoding and cleanup * Cleanup dockerfile * Update OTel Auto * fix kafka processing issues and otel export * remove eof * Update changelog * Use default CancellationDelayMaxMs * update packages * fix merge failure * Fix tracetest 'accountingservice' is not part of the trace anymore --------- Co-authored-by: Juliano Costa <juliano.costa@datadoghq.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * build(deps): bump docker/build-push-action from 6.1.0 to 6.2.0 (open-telemetry#1636) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action 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> Co-authored-by: Pierre Tessier <pierre@pierretessier.com> * [chore] clarify complete release process (open-telemetry#1638) * clarify complete release process * clarify complete release process * clarify complete release process * clarify complete release process * clarify complete release process * update to 1.11.0 release (open-telemetry#1639) * update to 1.11.0 release (open-telemetry#1640) * [chore] update demo role memberships (open-telemetry#1649) * update demo role membership * update demo role membership * [otel-col] Add docker stats receiver (open-telemetry#1650) * Add docker stats receiver * changelog * Nit: prevent write access to the Docker socket Co-authored-by: Roger Coll <roger.coll@elastic.co> * Add compose minimal --------- Co-authored-by: Roger Coll <roger.coll@elastic.co> * add Kafka Dockerfile env variable (open-telemetry#1652) Co-authored-by: Pierre Tessier <pierre@pierretessier.com> * build(deps): bump docker/build-push-action from 6.2.0 to 6.3.0 (open-telemetry#1656) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action 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> * Simplify error scenario logic (open-telemetry#1657) * remove fractional config from rule definition Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com> * add random failure logic to ad service Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com> * add random failure logic to cart service Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com> --------- Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com> * [tests] - optimize trace testing (open-telemetry#1659) * optimize trace testing * run trace based tests concurrently * fix lint failures --------- Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * [chore] fix build-images workflow (open-telemetry#1661) * fix build-images workflow * use consistent naming for workflows * Set OTLP receiver endpoint (open-telemetry#1662) * Set OTelCol receiver endpoint * changelog * Apply suggestions from code review Co-authored-by: Roger Coll <roger.coll@elastic.co> * Add env vars to collector container --------- Co-authored-by: Roger Coll <roger.coll@elastic.co> * feat: [K8s] Added MongoDB *Disclaimer:* this is not working yet! * feat: ES-9 add EDMM Model (K8s) of otel-shop * feat: ES-39 add Terrfaform Model of otel-shop * feat: ES-44 add Ansible Model of otel-shop * fixed MongoDB not working and removed duplicate MongoDB service * feat: ES-9 add some refinement and connects_to * Update otel_store_k8s_translated.yaml YAML style adjusted to a uniform format. * Update otel_store_k8s_translated.yaml YAML style adjusted to a uniform format. Adjusted, of relation_types and components_types (underscore was missing) --> Inconsistency * Terraform model: Deletetd testing services and fixed image declaration of the email service * feat: ES-32 minor fix and todo * Adds missing component types and fixes relations * fix: ES-56 fix some missing stuff in EDMM * fix: ES-56 fix some missing stuff in EDMM * fix: ES-56 fix moore * fix: ES-56 fix more * fix: ES-56 lint * fix: ES-56 add opensearch hosted on * fix: ES-56 remove duplicate * fix: ES-56 fix naming * Added health checks where applicable some health checks are rather dirty but they work * fix: auto-formatted K8s file this enables us to finally parse this example with our plugin! * chore(ES-80): move and cleanup main.tf (#8) * chore: ES-80 move .env to k8s folder and cleanup main.tf * chore: ES-80 remove .env * ES-59 Fixed main.tf and added linux support * fix: fix merge issues * chore(ES-86): keep models up-to-date and add target models for all technologies (#10) * chore: update versions and memory * chore: some more adaptions * chore: add target edmm models * ci: test build job for productcatalogservice * ci: try this tag * ci: now try this tag * ci: try enhance tagging * chore: make use of pc-service build, readme, switch to concrete versioning in terraform * chore: remove branch build * docs: finalize readme * chore: mr adaptions * fix: fix typos from generator * fix: remove submodules --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com> Co-authored-by: Felix <st157773@stud.uni-stuttgart.de> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mikko Viitanen <74129181+mviitane@users.noreply.github.com> Co-authored-by: Roger Coll <rogercoll@protonmail.com> Co-authored-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Sven Kirschbaum <sven@kirschbaum.me> Co-authored-by: Steve Flanders <sflanders@splunk.com> Co-authored-by: Rasmus Kuusmann <rkuusmann@splunk.com> Co-authored-by: Juliano Costa <juliano.costa@datadoghq.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com> Co-authored-by: Roger Coll <roger.coll@elastic.co> Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com> Co-authored-by: Arikuma97 <44363150+Arikuma97@users.noreply.github.com> Co-authored-by: Pascal Schur <pascal@uli-schur.de> Co-authored-by: Rene Tischler <20995752+365Bit@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps docker/build-push-action from 6.1.0 to 6.2.0.
Release notes
Sourced from docker/build-push-action's releases.
Commits
1556069
Merge pull request #1158 from docker/dependabot/npm_and_yarn/docker/actions-t...57e1d34
chore: update generated content309982e
chore(deps): Bump@docker/actions-toolkit
from 0.27.0 to 0.28.09476c25
Merge pull request #1153 from crazy-max/export-retention97be5a4
chore: update generated content9cac6c8
use default retention days for build export artifactDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)