|
| 1 | +paasta-tools (1.8.2) xenial; urgency=medium |
| 2 | + |
| 3 | + * 1.8.2 tagged with 'make release' |
| 4 | + Commit: Merge pull request #3989 from |
| 5 | + Yelp/u/jfong/fix_paasta_status_bouncestatus Fix backwards "Bouncing |
| 6 | + to" status |
| 7 | + |
| 8 | + -- Jen Patague < [email protected]> Mon, 02 Dec 2024 11:59:05 -0800 |
| 9 | + |
| 10 | +paasta-tools (1.8.1) xenial; urgency=medium |
| 11 | + |
| 12 | + * 1.8.1 tagged with 'make release' |
| 13 | + Commit: Enable topology spread constraints by default for tron |
| 14 | + (#3987) I debated getting rid of this toggle entirely, but I guess |
| 15 | + it"s nice to keep around just in case? I"ll also follow this up |
| 16 | + with a Puppet PR to clean things up there |
| 17 | + |
| 18 | + -- Luis Perez < [email protected]> Thu, 14 Nov 2024 12:00:34 -0800 |
| 19 | + |
| 20 | +paasta-tools (1.8.0) xenial; urgency=medium |
| 21 | + |
| 22 | + * 1.8.0 tagged with 'make release' |
| 23 | + Commit: Add tron topology_spread_constraints support to PaaSTA |
| 24 | + (#3983) This adds support for configuring Tron-launched pods with a |
| 25 | + default Topology Spread Constraint (and node affinities) that will |
| 26 | + spread pods out across multiple AZs - otherwise, Karpenter will |
| 27 | + overwhelmingly favor a single AZ due to our config |
| 28 | + |
| 29 | + -- Luis Perez < [email protected]> Mon, 11 Nov 2024 12:36:11 -0800 |
| 30 | + |
| 31 | +paasta-tools (1.7.2) xenial; urgency=medium |
| 32 | + |
| 33 | + * 1.7.2 tagged with 'make release' |
| 34 | + Commit: Allowlist eks files in config_utils (#3984) |
| 35 | + updater.write_configs() is not just used for managing autotune files |
| 36 | + - SSR shard creation uses it to manage creating/updating the non- |
| 37 | + autotuned_defaults config files (which are now always eks- |
| 38 | + CLUSTER.yaml). |
| 39 | + |
| 40 | + -- Luis Perez < [email protected]> Tue, 29 Oct 2024 13:52:41 -0700 |
| 41 | + |
| 42 | +paasta-tools (1.7.1) xenial; urgency=medium |
| 43 | + |
| 44 | + * 1.7.1 tagged with 'make release' |
| 45 | + Commit: Bump service-configuration-lib to v3 to stop mounting |
| 46 | + /etc/pki/spark (#3982) This is no longer needed since we"ve been |
| 47 | + running Spark on just EKS for a while. |
| 48 | + |
| 49 | + -- Luis Perez < [email protected]> Wed, 16 Oct 2024 13:53:57 -0700 |
| 50 | + |
| 51 | +paasta-tools (1.7.0) xenial; urgency=medium |
| 52 | + |
| 53 | + * 1.7.0 tagged with 'make release' |
| 54 | + Commit: Cleaning up Mesos from paasta readthedocs - PAASTA-18313 |
| 55 | + (#3954) * Cleaning up Mesos from paasta readthedocs * Address |
| 56 | + reviews * Address more reviews * Addressing yelpsoa files reviews |
| 57 | + |
| 58 | + -- Eman Elsabban < [email protected]> Wed, 16 Oct 2024 11:32:36 -0700 |
| 59 | + |
| 60 | +paasta-tools (1.6.4) xenial; urgency=medium |
| 61 | + |
| 62 | + * 1.6.4 tagged with 'make release' |
| 63 | + Commit: Merge pull request #3977 from |
| 64 | + Yelp/u/calvinli/automated_redeploys_default_toggle let |
| 65 | + enable_automated_redeploys default value be configurable |
| 66 | + |
| 67 | + -- Evan Krall < [email protected]> Wed, 09 Oct 2024 15:15:13 -0700 |
| 68 | + |
| 69 | +paasta-tools (1.6.3) xenial; urgency=medium |
| 70 | + |
| 71 | + * 1.6.3 tagged with 'make release' |
| 72 | + Commit: Remove vtgate lifecycle hooks (#3966) Remove vtgate |
| 73 | + lifecycle hooks as we"re not proceeding with #3959 and would like to |
| 74 | + have functional vtgate pods for testing |
| 75 | + |
| 76 | + -- Luis Perez < [email protected]> Mon, 07 Oct 2024 12:24:40 -0700 |
| 77 | + |
| 78 | +paasta-tools (1.6.2) xenial; urgency=medium |
| 79 | + |
| 80 | + * 1.6.2 tagged with 'make release' |
| 81 | + Commit: Sort dropped caps when caps are added (#3973) As sets are |
| 82 | + unordered, not sorting the resulting list built from set operations |
| 83 | + means that we"re constantly changing the order of metadata in the |
| 84 | + final podspec, leading to bounces almost every time the s_k_j runs |
| 85 | + |
| 86 | + -- Luis Perez < [email protected]> Wed, 25 Sep 2024 15:07:47 -0700 |
| 87 | + |
| 88 | +paasta-tools (1.6.1) xenial; urgency=medium |
| 89 | + |
| 90 | + * 1.6.1 tagged with 'make release' |
| 91 | + Commit: Only drop capabilities that are not added (#3972) It |
| 92 | + appears that containerd has changed the behavior around |
| 93 | + adding/dropping linux capabilities and added caps no longer take |
| 94 | + precedence over dropped ones |
| 95 | + |
| 96 | + -- Luis Perez < [email protected]> Wed, 25 Sep 2024 09:39:23 -0700 |
| 97 | + |
| 98 | +paasta-tools (1.6.0) xenial; urgency=medium |
| 99 | + |
| 100 | + * 1.6.0 tagged with 'make release' |
| 101 | + Commit: Add service and instance annotations to tron pods (#3967) |
| 102 | + We can currently only figure out what service/instance a log belongs |
| 103 | + to by looking at the k8s labels for the emitting pod, but label |
| 104 | + values are quite limited in length and we"ve got some pretty large |
| 105 | + job and/or action names, which means that the instance label for a |
| 106 | + large chunk of tronjobs ends up getting truncated. Solution: |
| 107 | + annotations! these have a significantly higher limit (256kb) and |
| 108 | + they can still be read by our otel collector - the only downside is |
| 109 | + that annotations cannot be used for filtering, but that"s fine :) |
| 110 | + |
| 111 | + -- Luis Perez < [email protected]> Wed, 25 Sep 2024 07:59:52 -0700 |
| 112 | + |
| 113 | +paasta-tools (1.5.5) xenial; urgency=medium |
| 114 | + |
| 115 | + * 1.5.5 tagged with 'make release' |
| 116 | + Commit: Fixing paasta clean up stale nodes (#3971) * Fixing paasta |
| 117 | + clean up stale nodes * Fixing paasta clean up stale nodes |
| 118 | + |
| 119 | + -- Wilmer Bandres < [email protected]> Wed, 25 Sep 2024 04:45:30 -0700 |
| 120 | + |
| 121 | +paasta-tools (1.5.4) xenial; urgency=medium |
| 122 | + |
| 123 | + * 1.5.4 tagged with 'make release' |
| 124 | + Commit: Document minimum_error_rps in smartstack.yaml (#3970) |
| 125 | + Update the paasta docs with minimum_error_rps for default error |
| 126 | + alerting endpoints |
| 127 | + |
| 128 | + -- Luis Perez < [email protected]> Tue, 24 Sep 2024 12:09:45 -0700 |
| 129 | + |
| 130 | +paasta-tools (1.5.3) xenial; urgency=medium |
| 131 | + |
| 132 | + * 1.5.3 tagged with 'make release' |
| 133 | + Commit: Merge pull request #3968 from Yelp/u/mpiano/SEC-19486 local- |
| 134 | + run: add option to authenticate as the calling user |
| 135 | + |
| 136 | + -- Eman Elsabban < [email protected]> Mon, 23 Sep 2024 12:41:04 -0700 |
| 137 | + |
| 138 | +paasta-tools (1.5.2) xenial; urgency=medium |
| 139 | + |
| 140 | + * 1.5.2 tagged with 'make release' |
| 141 | + Commit: Upgrading k8s lib (#3965) * Upgrading k8s lib * Fixing |
| 142 | + tests * fixing setup crd * fixing setup CR * Removing dead code |
| 143 | + |
| 144 | + -- Wilmer Bandres < [email protected]> Fri, 20 Sep 2024 08:57:21 -0700 |
| 145 | + |
| 146 | +paasta-tools (1.5.1) xenial; urgency=medium |
| 147 | + |
| 148 | + * 1.5.1 tagged with 'make release' |
| 149 | + Commit: Merge pull request #3960 from Yelp/yaro/update_vector- |
| 150 | + logs_filer Update vector-logs message filter FN usage |
| 151 | + |
| 152 | + -- Yaroslav Liakhovskyi < [email protected]> Wed, 18 Sep 2024 00:46:54 -0700 |
| 153 | + |
| 154 | +paasta-tools (1.5.0) xenial; urgency=medium |
| 155 | + |
| 156 | + * 1.5.0 tagged with 'make release' |
| 157 | + Commit: Attempt to batch config loading for tron deployments (#3956) |
| 158 | + Right now we make at most 2N calls to the Tron API during config |
| 159 | + deployments: N to get the current configs and at most N if all |
| 160 | + services have changes. To start, I"d like to reduce this to N by |
| 161 | + allowing GET /api/config to return all the configs so that the only |
| 162 | + requests needed are POSTs for changed configs. Since I"m a little |
| 163 | + worried about how tron-pnw-prod will fare with returning all the |
| 164 | + configs in a single request, using this new endpoint is behind a |
| 165 | + feature toggle. Hopefully this works out and we don"t need to add |
| 166 | + pagination to the endpoint :) Depending on how this goes, we can |
| 167 | + look into batching up the POSTs so that we can also do that in a |
| 168 | + single request (or at least <N requests if we want to chunk things a |
| 169 | + bit more). |
| 170 | + |
| 171 | + -- Luis Perez < [email protected]> Tue, 17 Sep 2024 12:46:59 -0700 |
| 172 | + |
| 173 | +paasta-tools (1.4.34) xenial; urgency=medium |
| 174 | + |
| 175 | + * 1.4.34 tagged with 'make release' |
| 176 | + Commit: Merge pull request #3958 from Yelp/jfong/PAASTA-18194-all- |
| 177 | + namespaces-option PAASTA-18194: Stop querying all managed |
| 178 | + namespaces by default for paasta status |
| 179 | + |
| 180 | + -- Jen Patague < [email protected]> Mon, 16 Sep 2024 12:11:03 -0700 |
| 181 | + |
1 | 182 | paasta-tools (1.4.33) xenial; urgency=medium |
2 | 183 |
|
3 | 184 | * 1.4.33 tagged with 'make release' |
|
0 commit comments