Commit graph

424 commits

Author SHA1 Message Date
GitHub Actions
645cfee26a Release oncall Helm chart 1.9.29 2024-09-24 17:36:16 +00:00
Yulya Artyukhina
fc58aaad20
Merge main to dev (#5068)
Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
Co-authored-by: GitHub Actions <actions@github.com>
Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com>
Co-authored-by: Matias Bordese <mbordese@gmail.com>
Co-authored-by: Vadim Stepanov <vadimkerr@gmail.com>
Co-authored-by: Dominik Broj <dominik.broj@grafana.com>
Co-authored-by: Michael Derynck <michael.derynck@grafana.com>
Co-authored-by: Innokentii Konstantinov <innokenty.konstantinov@grafana.com>
Co-authored-by: Ildar Iskhakov <Ildar.iskhakov@grafana.com>
2024-09-24 13:13:51 -04:00
Joey Orlando
d958bffe8f
Merge branch 'dev' into main 2024-09-24 13:12:32 -04:00
Joey Orlando
7586b04f8a
fix "on helm release pr merged" GitHub Actions workflow (#5069)
# What this PR does

- Closes https://github.com/grafana/oncall/issues/5065
- Fixes [failing update Helm repo github
workflows](https://github.com/grafana/oncall/actions/workflows/on-helm-release-pr-merged.yml)
(due to `secrets. GH_HELM_RELEASE` now seeming to return "Bad
credentials")

## TODO

- [ ] after this PR is merged and change merged to `main`, remove
`GH_HELM_RELEASE` repository secret

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.
2024-09-24 17:00:37 +00:00
GitHub Actions
7facac4aef Release oncall Helm chart 1.9.27 2024-09-23 16:27:13 +00:00
GitHub Actions
d26b35b616 Release oncall Helm chart 1.9.26 2024-09-23 09:55:53 +00:00
GitHub Actions
56cd14c1ca Release oncall Helm chart 1.9.25 2024-09-11 19:11:59 +00:00
Michael Derynck
526aa5ee3c
Merge pull request #5014 from grafana/dev
v1.9.25
2024-09-11 12:56:22 -06:00
Denis Arslanbekov
b2f392f835
Bump Redis deps (#4997)
Can we update this dependency? The current version of Redis has CVE.
2024-09-11 17:22:25 +00:00
GitHub Actions
246402c973 Release oncall Helm chart 1.9.24 2024-09-11 14:53:09 +00:00
GitHub Actions
01d21aa0c1 Release oncall Helm chart 1.9.23 2024-09-10 18:58:27 +00:00
Michael Derynck
fc07a22c56
Main to dev (#4995)
# What this PR does

## Which issue(s) this PR closes

Related to [issue link here]

<!--
*Note*: If you want the issue to be auto-closed once the PR is merged,
change "Related to" to "Closes" in the line above.
If you have more than one GitHub issue that this PR closes, be sure to
preface
each issue link with a [closing
keyword](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue).
This ensures that the issue(s) are auto-closed once the PR has been
merged.
-->

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.

---------

Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
Co-authored-by: GitHub Actions <actions@github.com>
Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com>
Co-authored-by: Matias Bordese <mbordese@gmail.com>
Co-authored-by: Vadim Stepanov <vadimkerr@gmail.com>
Co-authored-by: Dominik Broj <dominik.broj@grafana.com>
Co-authored-by: Yulya Artyukhina <Ferril.darkdiver@gmail.com>
Co-authored-by: Innokentii Konstantinov <innokenty.konstantinov@grafana.com>
2024-09-06 09:26:03 -06:00
Michael Derynck
0efe51d310
Update helm chart for newer grafana + enable externalServiceAccounts (#4876)
# What this PR does
Updates the helm chart and docker compose files with the required
changes to support the plugin initialization changes. Updated
instructions on the README.md show how to setup & intialize OnCall
without needing to go to the configuration page, this is currently the
preferred method.

## Which issue(s) this PR closes

Related to [issue link here]

<!--
*Note*: If you want the issue to be auto-closed once the PR is merged,
change "Related to" to "Closes" in the line above.
If you have more than one GitHub issue that this PR closes, be sure to
preface
each issue link with a [closing
keyword](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue).
This ensures that the issue(s) are auto-closed once the PR has been
merged.
-->

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.

---------

Co-authored-by: GitHub Actions <actions@github.com>
2024-09-05 12:18:07 -06:00
GitHub Actions
8e2d55736c Release oncall Helm chart 1.7.2 2024-06-20 17:54:24 +00:00
Michael Derynck
75698fc5a3
Merge pull request #4568 from grafana/dev
v1.7.2
2024-06-20 11:43:02 -06:00
Michael Derynck
97ec7f1bfa
Only generate random OnCall secrets value when it is not provided (#4563)
# What this PR does
New secret values were being generated for OnCall secrets `secretKey`
and `mirageSecretKey` even when a fixed value was provided in the
`values.yaml` file. This causes encryption of tokens to break in the DB
through inconsistency when things are redeployed. This PR fixes it so
that the value will only be generated if it is not set and the values in
`values.yaml` are used.

## Which issue(s) this PR closes

Closes [issue link here]

<!--
*Note*: if you have more than one GitHub issue that this PR closes, be
sure to preface
each issue link with a [closing
keyword](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue).
This ensures that the issue(s) are auto-closed once the PR has been
merged.
-->

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.
2024-06-19 21:18:19 +00:00
GitHub Actions
350dc450ce Release oncall Helm chart 1.7.1 2024-06-13 23:22:02 +00:00
Joey Orlando
efd3040188
Revert "Merge: Release oncall Helm chart 1.7.1" 2024-06-13 16:16:19 -04:00
GitHub Actions
2757ac4645 Release oncall Helm chart 1.7.1 2024-06-13 19:55:54 +00:00
Joey Orlando
83e6f0e7d1
Revert "Merge: Release oncall Helm chart 1.7.1" 2024-06-13 15:28:55 -04:00
GitHub Actions
69c29d64a4 Release oncall Helm chart 1.7.1 2024-06-13 19:25:09 +00:00
GitHub Actions
8aa3084c80 Release oncall Helm chart 1.7.0 2024-06-11 17:40:47 +00:00
GitHub Actions
f0232420f7 Release oncall Helm chart 1.6.2 2024-06-05 18:26:27 +00:00
GitHub Actions
17be4a351c Release oncall Helm chart 1.6.1 2024-06-04 19:18:36 +00:00
GitHub Actions
19ecfd55b5 Release oncall Helm chart 1.6.0 2024-06-03 15:37:42 +00:00
GitHub Actions
63ed19213b Release oncall Helm chart 1.5.5 2024-06-03 10:49:50 +00:00
GitHub Actions
ea27a41d80 Release oncall Helm chart 1.5.4 2024-05-30 19:57:55 +00:00
GitHub Actions
349971fe5c Release oncall Helm chart 1.5.3 2024-05-28 19:51:15 +00:00
GitHub Actions
a6bf2b8e7b Release oncall Helm chart 1.5.1 2024-05-22 16:10:37 +00:00
GitHub Actions
2c760fac41 Release oncall Helm chart 1.5.0 2024-05-15 15:53:27 +00:00
GitHub Actions
416647d7b8 Release oncall Helm chart 1.4.7 2024-05-13 17:50:39 +00:00
GitHub Actions
18322127ac Release oncall Helm chart 1.4.6 2024-05-09 17:15:32 +00:00
GitHub Actions
71730c9673 Release oncall Helm chart 1.4.5 2024-05-08 14:26:52 +00:00
GitHub Actions
295725cc3d Release oncall Helm chart 1.4.4 2024-04-25 18:33:35 +00:00
GitHub Actions
b64f9b2b77 Release oncall Helm chart 1.4.3 2024-04-16 18:01:17 +00:00
GitHub Actions
99bef394f4 Release oncall Helm chart 1.4.2 2024-04-16 17:31:37 +00:00
GitHub Actions
03fb025958 Release oncall Helm chart 1.4.1 2024-04-16 15:11:55 +00:00
GitHub Actions
b40168d740 Release oncall Helm chart 1.4.0 2024-04-15 14:25:24 +00:00
GitHub Actions
1b9fc1b828 Release oncall Helm chart 1.3.118 2024-04-11 15:22:24 +00:00
Joey Orlando
fa1c549621
v1.3.118 2024-04-11 11:19:38 -04:00
Ildar Iskhakov
04ca174445
Add retry queue to helm chart (#4189)
# What this PR does
Fixes https://github.com/grafana/oncall/issues/4178

## Which issue(s) this PR closes

Closes https://github.com/grafana/oncall/issues/4178

<!--
*Note*: if you have more than one GitHub issue that this PR closes, be
sure to preface
each issue link with a [closing
keyword](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue).
This ensures that the issue(s) are auto-closed once the PR has been
merged.
-->

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.
2024-04-10 15:51:54 +00:00
GitHub Actions
cdcc1434a5 Release oncall Helm chart 1.3.117 2024-04-04 13:37:31 +00:00
GitHub Actions
48b3e4bd75 Release oncall Helm chart 1.3.116 2024-04-02 20:43:18 +00:00
GitHub Actions
b6e025a304 Release oncall Helm chart 1.3.115 2024-03-29 13:48:47 +00:00
Michael Derynck
9ff7a9f957
Match dev helm chart version from main (#4115)
Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
Co-authored-by: GitHub Actions <actions@github.com>
Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com>
Co-authored-by: Matias Bordese <mbordese@gmail.com>
Co-authored-by: Dominik Broj <dominik.broj@grafana.com>
2024-03-27 19:02:06 +00:00
GitHub Actions
857b0139be Release oncall Helm chart 1.3.114 2024-03-27 14:57:05 +00:00
GitHub Actions
035ed44a99 Release oncall Helm chart 1.3.113 2024-03-21 17:27:36 +00:00
GitHub Actions
bdb33807db Release oncall Helm chart 1.3.112 2024-03-11 17:50:16 +00:00
GitHub Actions
3f3b0ad31e Release oncall Helm chart 1.3.111 2024-03-07 20:48:52 +00:00
GitHub Actions
34770037f6 Release oncall Helm chart 1.3.110 2024-03-07 12:33:58 +00:00