Skip to content
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

Main to 0.x #291

Merged
merged 24 commits into from
Apr 3, 2024
Merged

Main to 0.x #291

merged 24 commits into from
Apr 3, 2024

Conversation

LikeTheSalad
Copy link
Contributor

No description provided.

dependabot bot and others added 24 commits December 18, 2023 10:59
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).

- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

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

* Adding code from sample-app-android-apm

* Setting latest lib version on sample app

* Updating the sample app README

* Adding doc comment
* Calling getSimOperator once

* Validating simOperator calls

* Updated changelog
* Preparing for the next release

* Update gradle.properties

* Update CHANGELOG.asciidoc

* Update CHANGELOG.asciidoc

---------

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
Co-authored-by: César <56847527+LikeTheSalad@users.noreply.github.com>
* Using gradle version catalog

* Clean up

* Upgrading dependencies

* Updating notice files

* Removing okhttp auto-instrumentation

* Moving okhttp android test network call to the test

* Testing okhttp async calls

* Moving all okhttp tests to NetworkCallingActivityTest

* Clean up

* Adding OTel OkHttp auto-instrumentation

* Clean up common dependencies

* Removing android-instrumentation module

* Adding OTel Android dependency

* Initializing OpenTelemetryRum

* Created LaunchTimeApplicationListener

* Clean up

* Adding OTelRumConfig

* Updating tests

* Preventing compileSdk > 33 to be enforced

* Updating app launch metrics test

* Updating UI span tests

* Adding fragment destruction span UI tests

* Updated coroutines context preservation

* Updating sample-app

* Cleaning up okhttp version lookup

* Adding OTel Android note to the README

* Updating the OTel Android note

* Updated the setup.asciidoc file

* Updated notice files

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Updating OTel Android note

---------

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
* Making OTel resource configurable

* Validating configured resource

* Adding resource config docs

* Updated the CHANGELOG.asciidoc
Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
* security: add permissions block to workflows

* Add permissions
* Removing links to latest version of artifacts

* Adding note to warn users about version 1.13.1

* Update docs/setup.asciidoc

Co-authored-by: Emily S <emily.s@elastic.co>

* Updating note

* Removing 1.13.1 notes

---------

Co-authored-by: Emily S <emily.s@elastic.co>
* Validating version override format and major/minor values

* Reorganizing code

* Reorganizing code

* Providing clearer function name
* Enhancing slack messages when a release is triggered

* Showing release input params in slack message
…285)

* Created action to automatically update version branch with the latest changes from main after a release

* Update .github/workflows/updateVersionBranch.yml

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>

---------

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
@LikeTheSalad LikeTheSalad marked this pull request as ready for review April 3, 2024 12:33
@LikeTheSalad LikeTheSalad merged commit a1496d2 into 0.x Apr 3, 2024
78 of 85 checks passed
LikeTheSalad added a commit that referenced this pull request Apr 3, 2024
* Bump the github-actions group with 1 update (#250)

Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).

- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

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

* Add sample app (#249)

* Created sample app dir

* Adding code from sample-app-android-apm

* Setting latest lib version on sample app

* Updating the sample app README

* Adding doc comment

* ci(release): use new set of credentials for GPG and Maven Central (#255)

* ci(buildkite): vault context switch (#256)

* Revert "Bump the github-actions group with 1 update" (#257)

* ci(release): use the new vault secret path (#258)

* ci(release): fetch field in plain format (#259)

* Sim operator fix (#261)

* Calling getSimOperator once

* Validating simOperator calls

* Updated changelog

* Using short key id (#262)

* Release 0.13.1 (#263)

* Preparing for the next release

* Update gradle.properties

* Update CHANGELOG.asciidoc

* Update CHANGELOG.asciidoc

---------

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
Co-authored-by: César <56847527+LikeTheSalad@users.noreply.github.com>

* backstage: add tags for the obltmachine/apmmachine and other things (#266)

* Release/0.14.0 (#267)

* Using gradle version catalog

* Clean up

* Upgrading dependencies

* Updating notice files

* Removing okhttp auto-instrumentation

* Moving okhttp android test network call to the test

* Testing okhttp async calls

* Moving all okhttp tests to NetworkCallingActivityTest

* Clean up

* Adding OTel OkHttp auto-instrumentation

* Clean up common dependencies

* Removing android-instrumentation module

* Adding OTel Android dependency

* Initializing OpenTelemetryRum

* Created LaunchTimeApplicationListener

* Clean up

* Adding OTelRumConfig

* Updating tests

* Preventing compileSdk > 33 to be enforced

* Updating app launch metrics test

* Updating UI span tests

* Adding fragment destruction span UI tests

* Updated coroutines context preservation

* Updating sample-app

* Cleaning up okhttp version lookup

* Adding OTel Android note to the README

* Updating the OTel Android note

* Updated the setup.asciidoc file

* Updated notice files

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Updating OTel Android note

---------

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Preparing for the next release (#268)

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>

* Updated the changelog (#269)

* Make resources configurable (#276)

* Making OTel resource configurable

* Validating configured resource

* Adding resource config docs

* Updated the CHANGELOG.asciidoc

* ci: use VM with the installed tools and fallback otherwise (#274)

* Preparing for the next release (#277)

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>

* github-action: listen for all the github workflows (#279)

* security: add permissions block to workflows (#272)

* security: add permissions block to workflows

* Add permissions

* Documentation update (#281)

* Removing links to latest version of artifacts

* Adding note to warn users about version 1.13.1

* Update docs/setup.asciidoc

Co-authored-by: Emily S <emily.s@elastic.co>

* Updating note

* Removing 1.13.1 notes

---------

Co-authored-by: Emily S <emily.s@elastic.co>

* Cicd version validation (#282)

* Validating version override format and major/minor values

* Reorganizing code

* Reorganizing code

* Providing clearer function name

* Updating setup doc versions in post deploy process (#283)

* Cicd release messages update (#284)

* Enhancing slack messages when a release is triggered

* Showing release input params in slack message

* Github action to automatically update version branch after a release (#285)

* Created action to automatically update version branch with the latest changes from main after a release

* Update .github/workflows/updateVersionBranch.yml

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>

---------

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
Co-authored-by: apmmachine <58790750+apmmachine@users.noreply.github.com>
Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
Co-authored-by: Jan Calanog <jan.calanog@elastic.co>
Co-authored-by: Emily S <emily.s@elastic.co>
LikeTheSalad added a commit that referenced this pull request Apr 4, 2024
* Bump the github-actions group with 1 update (#250)

Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).

- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

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

* Add sample app (#249)

* Created sample app dir

* Adding code from sample-app-android-apm

* Setting latest lib version on sample app

* Updating the sample app README

* Adding doc comment

* ci(release): use new set of credentials for GPG and Maven Central (#255)

* ci(buildkite): vault context switch (#256)

* Revert "Bump the github-actions group with 1 update" (#257)

* ci(release): use the new vault secret path (#258)

* ci(release): fetch field in plain format (#259)

* Sim operator fix (#261)

* Calling getSimOperator once

* Validating simOperator calls

* Updated changelog

* Using short key id (#262)

* Release 0.13.1 (#263)

* Preparing for the next release

* Update gradle.properties

* Update CHANGELOG.asciidoc

* Update CHANGELOG.asciidoc

---------

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
Co-authored-by: César <56847527+LikeTheSalad@users.noreply.github.com>

* backstage: add tags for the obltmachine/apmmachine and other things (#266)

* Release/0.14.0 (#267)

* Using gradle version catalog

* Clean up

* Upgrading dependencies

* Updating notice files

* Removing okhttp auto-instrumentation

* Moving okhttp android test network call to the test

* Testing okhttp async calls

* Moving all okhttp tests to NetworkCallingActivityTest

* Clean up

* Adding OTel OkHttp auto-instrumentation

* Clean up common dependencies

* Removing android-instrumentation module

* Adding OTel Android dependency

* Initializing OpenTelemetryRum

* Created LaunchTimeApplicationListener

* Clean up

* Adding OTelRumConfig

* Updating tests

* Preventing compileSdk > 33 to be enforced

* Updating app launch metrics test

* Updating UI span tests

* Adding fragment destruction span UI tests

* Updated coroutines context preservation

* Updating sample-app

* Cleaning up okhttp version lookup

* Adding OTel Android note to the README

* Updating the OTel Android note

* Updated the setup.asciidoc file

* Updated notice files

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Updating OTel Android note

---------

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Preparing for the next release (#268)

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>

* Updated the changelog (#269)

* Make resources configurable (#276)

* Making OTel resource configurable

* Validating configured resource

* Adding resource config docs

* Updated the CHANGELOG.asciidoc

* ci: use VM with the installed tools and fallback otherwise (#274)

* Preparing for the next release (#277)

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>

* github-action: listen for all the github workflows (#279)

* security: add permissions block to workflows (#272)

* security: add permissions block to workflows

* Add permissions

* Documentation update (#281)

* Removing links to latest version of artifacts

* Adding note to warn users about version 1.13.1

* Update docs/setup.asciidoc

Co-authored-by: Emily S <emily.s@elastic.co>

* Updating note

* Removing 1.13.1 notes

---------

Co-authored-by: Emily S <emily.s@elastic.co>

* Cicd version validation (#282)

* Validating version override format and major/minor values

* Reorganizing code

* Reorganizing code

* Providing clearer function name

* Updating setup doc versions in post deploy process (#283)

* Cicd release messages update (#284)

* Enhancing slack messages when a release is triggered

* Showing release input params in slack message

* Github action to automatically update version branch after a release (#285)

* Created action to automatically update version branch with the latest changes from main after a release

* Update .github/workflows/updateVersionBranch.yml

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>

---------

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>

* Remove compilesdk validation (#292)

* Removing androidx libs version constraints

* Updating tests

* Updating sample app compileSdk version

* Updating notice files

* Updated the changelog

* Preparing for the next release (#294)

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>

* Main to 0.x (#290)

* Bump the github-actions group with 1 update (#250)

Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).

- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

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

* Add sample app (#249)

* Created sample app dir

* Adding code from sample-app-android-apm

* Setting latest lib version on sample app

* Updating the sample app README

* Adding doc comment

* ci(release): use new set of credentials for GPG and Maven Central (#255)

* ci(buildkite): vault context switch (#256)

* Revert "Bump the github-actions group with 1 update" (#257)

* ci(release): use the new vault secret path (#258)

* ci(release): fetch field in plain format (#259)

* Sim operator fix (#261)

* Calling getSimOperator once

* Validating simOperator calls

* Updated changelog

* Using short key id (#262)

* Release 0.13.1 (#263)

* Preparing for the next release

* Update gradle.properties

* Update CHANGELOG.asciidoc

* Update CHANGELOG.asciidoc

---------

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
Co-authored-by: César <56847527+LikeTheSalad@users.noreply.github.com>

* backstage: add tags for the obltmachine/apmmachine and other things (#266)

* Release/0.14.0 (#267)

* Using gradle version catalog

* Clean up

* Upgrading dependencies

* Updating notice files

* Removing okhttp auto-instrumentation

* Moving okhttp android test network call to the test

* Testing okhttp async calls

* Moving all okhttp tests to NetworkCallingActivityTest

* Clean up

* Adding OTel OkHttp auto-instrumentation

* Clean up common dependencies

* Removing android-instrumentation module

* Adding OTel Android dependency

* Initializing OpenTelemetryRum

* Created LaunchTimeApplicationListener

* Clean up

* Adding OTelRumConfig

* Updating tests

* Preventing compileSdk > 33 to be enforced

* Updating app launch metrics test

* Updating UI span tests

* Adding fragment destruction span UI tests

* Updated coroutines context preservation

* Updating sample-app

* Cleaning up okhttp version lookup

* Adding OTel Android note to the README

* Updating the OTel Android note

* Updated the setup.asciidoc file

* Updated notice files

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Updating OTel Android note

---------

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Preparing for the next release (#268)

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>

* Updated the changelog (#269)

* Make resources configurable (#276)

* Making OTel resource configurable

* Validating configured resource

* Adding resource config docs

* Updated the CHANGELOG.asciidoc

* ci: use VM with the installed tools and fallback otherwise (#274)

* Preparing for the next release (#277)

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>

* github-action: listen for all the github workflows (#279)

* security: add permissions block to workflows (#272)

* security: add permissions block to workflows

* Add permissions

* Documentation update (#281)

* Removing links to latest version of artifacts

* Adding note to warn users about version 1.13.1

* Update docs/setup.asciidoc

Co-authored-by: Emily S <emily.s@elastic.co>

* Updating note

* Removing 1.13.1 notes

---------

Co-authored-by: Emily S <emily.s@elastic.co>

* Cicd version validation (#282)

* Validating version override format and major/minor values

* Reorganizing code

* Reorganizing code

* Providing clearer function name

* Updating setup doc versions in post deploy process (#283)

* Cicd release messages update (#284)

* Enhancing slack messages when a release is triggered

* Showing release input params in slack message

* Github action to automatically update version branch after a release (#285)

* Created action to automatically update version branch with the latest changes from main after a release

* Update .github/workflows/updateVersionBranch.yml

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>

---------

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
Co-authored-by: apmmachine <58790750+apmmachine@users.noreply.github.com>
Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
Co-authored-by: Jan Calanog <jan.calanog@elastic.co>
Co-authored-by: Emily S <emily.s@elastic.co>

* Main to 0.x (#291)

* Bump the github-actions group with 1 update (#250)

Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).

- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

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

* Add sample app (#249)

* Created sample app dir

* Adding code from sample-app-android-apm

* Setting latest lib version on sample app

* Updating the sample app README

* Adding doc comment

* ci(release): use new set of credentials for GPG and Maven Central (#255)

* ci(buildkite): vault context switch (#256)

* Revert "Bump the github-actions group with 1 update" (#257)

* ci(release): use the new vault secret path (#258)

* ci(release): fetch field in plain format (#259)

* Sim operator fix (#261)

* Calling getSimOperator once

* Validating simOperator calls

* Updated changelog

* Using short key id (#262)

* Release 0.13.1 (#263)

* Preparing for the next release

* Update gradle.properties

* Update CHANGELOG.asciidoc

* Update CHANGELOG.asciidoc

---------

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
Co-authored-by: César <56847527+LikeTheSalad@users.noreply.github.com>

* backstage: add tags for the obltmachine/apmmachine and other things (#266)

* Release/0.14.0 (#267)

* Using gradle version catalog

* Clean up

* Upgrading dependencies

* Updating notice files

* Removing okhttp auto-instrumentation

* Moving okhttp android test network call to the test

* Testing okhttp async calls

* Moving all okhttp tests to NetworkCallingActivityTest

* Clean up

* Adding OTel OkHttp auto-instrumentation

* Clean up common dependencies

* Removing android-instrumentation module

* Adding OTel Android dependency

* Initializing OpenTelemetryRum

* Created LaunchTimeApplicationListener

* Clean up

* Adding OTelRumConfig

* Updating tests

* Preventing compileSdk > 33 to be enforced

* Updating app launch metrics test

* Updating UI span tests

* Adding fragment destruction span UI tests

* Updated coroutines context preservation

* Updating sample-app

* Cleaning up okhttp version lookup

* Adding OTel Android note to the README

* Updating the OTel Android note

* Updated the setup.asciidoc file

* Updated notice files

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Update docs/setup.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Updating OTel Android note

---------

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

* Preparing for the next release (#268)

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>

* Updated the changelog (#269)

* Make resources configurable (#276)

* Making OTel resource configurable

* Validating configured resource

* Adding resource config docs

* Updated the CHANGELOG.asciidoc

* ci: use VM with the installed tools and fallback otherwise (#274)

* Preparing for the next release (#277)

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>

* github-action: listen for all the github workflows (#279)

* security: add permissions block to workflows (#272)

* security: add permissions block to workflows

* Add permissions

* Documentation update (#281)

* Removing links to latest version of artifacts

* Adding note to warn users about version 1.13.1

* Update docs/setup.asciidoc

Co-authored-by: Emily S <emily.s@elastic.co>

* Updating note

* Removing 1.13.1 notes

---------

Co-authored-by: Emily S <emily.s@elastic.co>

* Cicd version validation (#282)

* Validating version override format and major/minor values

* Reorganizing code

* Reorganizing code

* Providing clearer function name

* Updating setup doc versions in post deploy process (#283)

* Cicd release messages update (#284)

* Enhancing slack messages when a release is triggered

* Showing release input params in slack message

* Github action to automatically update version branch after a release (#285)

* Created action to automatically update version branch with the latest changes from main after a release

* Update .github/workflows/updateVersionBranch.yml

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>

---------

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
Co-authored-by: apmmachine <58790750+apmmachine@users.noreply.github.com>
Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
Co-authored-by: Jan Calanog <jan.calanog@elastic.co>
Co-authored-by: Emily S <emily.s@elastic.co>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
Co-authored-by: apmmachine <58790750+apmmachine@users.noreply.github.com>
Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
Co-authored-by: Jan Calanog <jan.calanog@elastic.co>
Co-authored-by: Emily S <emily.s@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants